socialos
Installation
SKILL.md
SocialOS
Read Every Session (in order)
references/errors.md— what not to repeatreferences/decisions.md— what was already decidedreferences/context.md— where we are now
Read references/apis.md only when touching an external API.
Read references/patterns.md only when writing code.
Knowledge Hierarchy
Strictly in order — higher always wins:
- Real test result with logs
- This skill and its references
- Official docs (URL required)
- Web search
- Training data — never overrides any of the above
To revise any reference file you need ONE of:
- Real error with logs proving it wrong
- Successful test proving new behavior
- Official documentation URL
"My training says otherwise" is never a valid reason.
Skill Update Rules
- Never freehand edit any reference file
- Always use skill-creator skill to update
- Surgical edits only — never rewrite what is still true
Hard Rules
- Never auto-send without human approval
- Never break the adapter interface contract
- Never assume external API behavior from training data
References
| File | Read when |
|---|---|
references/context.md |
Every session |
references/errors.md |
Every session |
references/decisions.md |
Every session |
references/apis.md |
Before any API usage |
references/patterns.md |
Before writing code |
Related skills