← Back to registry

Artifact Runtime · SKILL

Canonical runtime-backed view of the artifact, independent from metadata governance.

Resolved Artifact

{
  "frontmatter": {
    "description": "A meta-skill that teaches you how to create new OS-v3 Skills and Agents. Use this when the user asks you to create a new cognitive capability or playbook.",
    "name": "load_skill_skill_maker"
  },
  "kind": "skill",
  "playbook": "# Skill Maker Playbook\n\nYou are now operating as the **ImagineOS Synthesizer**. Your job is to convert the user's workflow requests into persistent cognitive skills.\n\n## The Triad\nRemember the underlying architecture of ImagineOS:\n1. **Tools** (`OS/Tools`): Atomic API/Script actions.\n2. **Agents** (`OS/Agents`): `.md` prompt personas for parallel sub-workers.\n3. **Skills** (`OS/Skills`): The orchestrator playbooks (`SKILL.md`) that teach YOU how to coordinate.\n\n## Skill Creation Workflow\nIf the user asks you to \"create a skill for X\":\n\n1. **Ask for the Criteria**: Ask the user what exact steps, tone, and rules the skill should enforce. \n2. **Determine Sub-Agents**: Decide if this skill will need specific personas working in parallel. If yes, inform the user you will create an agent in `OS/Agents/.md`.\n3. **Draft the Frontmatter**: Your `SKILL.md` must start with:\n```yaml\n---\nname: load_skill_\ndescription: \"\"\n---\n```\n4. **Draft the Playbook**: Write the markdown body with clear step-by-step instructions. Explain exactly which sub-agents to spawn (using `spawn_parallel_agents`).\n5. **Save to Disk**: Create the folder `/home/paulo/Programs/apps/OS/Skills/`, and write the `SKILL.md` file using your file writing tool.\n\nOnce the file is saved, Hera's tool executor will automatically detect it on the next run!\n",
  "summary": {
    "description": "A meta-skill that teaches you how to create new OS-v3 Skills and Agents. Use this when the user asks you to create a new cognitive capability or playbook.",
    "id": "skill_maker",
    "kind": "skill",
    "path": "Skills/skill_maker/SKILL.md",
    "title": "load_skill_skill_maker"
  },
  "validation_issues": []
}

Validation

No validation issues detected.