| Level | What the agent sees | When |
|---|---|---|
| 0 — Manifest | Name + description | Always in system prompt |
| 1 — Instructions | Full skill content + reference list | Agent calls LoadSkill |
| 2 — References | Deep reference documents | Agent calls ReadSkillReference |
Quick Start
Pass skill names in theskills array:
LoadSkill and ReadSkillReference tools are auto-injected — you don’t configure them.
If you attach skills to a saved agent in the dashboard, they’re included automatically on every run (API, playground, cron, Composio) without passing skills in the request.
Visibility
| Level | Who can use it | Created by |
|---|---|---|
| Platform | Everyone | Subconscious (curated) |
| Public | Everyone | Any organization |
| Org | Your org only | Your organization |
org.
Skills API
CRUD endpoints under/v1/skills:
Create Example
name must be kebab-case and unique within your org. You can only edit/delete org-owned skills — platform skills are read-only.Skill References
Reference documents are detailed specs or examples that the agent loads viaReadSkillReference. References support nesting via parentReferenceId.
Dashboard
Manage skills at subconscious.dev/platform/skills:- Browse platform skills — pre-built, curated by Subconscious
- AI Skill Builder — describe what you need, generate automatically
- GitHub import — paste
npx skills addcommands or browse repos - Attach to agents — checkbox in the agent config panel
Related
Tools
Tools give agents actions; skills give agents knowledge
Runs
How skills and tools work together in runs