Skip to content
OpenSmartRoute
Skillv1.0.0

add-skill

Create new joelclaw skills with the idiomatic process — repo-canonical, symlinked, git-tracked, slogged. Triggers on 'add a skill', 'create skill', 'new skill', 'canonical skill', 'make a skill for',

by joelhooks(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from joelhooks/joelclaw (skills/add-skill/SKILL.md). Install upstream with npx skills add joelhooks/joelclaw --skill add-skill. Copyright stays with the author.

Add a skill

Use the installed write-a-skill workflow to create or revise a skill. Resolve source ownership first: standing fleet policy belongs to dark-wizard, runtime services to joelclaw, and project workflows to their project repository. External packs stay upstream-owned unless local curation is requested.

Infer the outcome and trigger from the request. Write concise frontmatter, the domain-specific procedure, its real boundaries, and references needed on demand. Preserve invocation metadata and working scripts. Do not copy global persona, model pins, or general tool manuals into every skill.

An explicit creation request authorizes drafting and checking the skill. Ask only for missing consequential scope. Test instruction changes with bounded comprehension cases and realistic dummy executions when behavior is uncertain. Keep fixtures isolated from real accounts and services.

Inspect installed links before changing them. Use the owning installer and verify that consumers resolve to the intended source. Never replace another session’s worktree or unrelated local edits. Commit only owned changes and record the actual source and installation checks. The former slog journal is retired; durable decisions belong in the project Brain.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/joelhooks-joelclaw-add-skill/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

joelhooks-joelclaw-add-skill.ocm.jsonjson
{
  "ocm": "1",
  "id": "joelhooks-joelclaw-add-skill",
  "kind": "skill",
  "name": "add-skill",
  "description": "Create new joelclaw skills with the idiomatic process — repo-canonical, symlinked, git-tracked, slogged. Triggers on 'add a skill', 'create skill', 'new skill', 'canonical skill', 'make a skill for', or any request to formalize a process or domain into a reusable skill.",
  "publisher": "joelhooks",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "meta",
      "skills",
      "workflow",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Create new joelclaw skills with the idiomatic process — repo-canonical, symlinked, git-tracked, slogged. Triggers on 'add a skill', 'create skill', 'new skill', 'canonical skill', 'make a skill for', or any request to formalize a process or domain into a reusable skill."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/joelhooks/joelclaw",
      "path": "skills/add-skill/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/joelhooks/joelclaw/blob/HEAD/skills/add-skill/SKILL.md",
      "key": "joelhooks/joelclaw/skills/add-skill/SKILL.md"
    }
  },
  "instructions": "# Add a skill\n\nUse the installed `write-a-skill` workflow to create or revise a skill. Resolve source ownership first: standing fleet policy belongs to dark-wizard, runtime services to joelclaw, and project workflows to their project repository. External packs stay upstream-owned unless local curation is requested.\n\nInfer the outcome and trigger from the request. Write concise frontmatter, the domain-specific procedure, its real boundaries, and references needed on demand. Preserve invocation metadata and working scripts. Do not copy global persona, model pins, or general tool manuals into eve",
  "cost": {
    "context_tokens": 314
  }
}

Fetch it by URL: GET /api/v1/registry/joelhooks-joelclaw-add-skill/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.