Skip to content
OpenSmartRoute
Skillv1.0.0

gremlin

Bootstrap Gremlin work from the joelclaw side. Use when a task mentions gremlin from outside the repo and you need to locate the repo, load its shipped repo-local skill, or understand which guidance b

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/gremlin/SKILL.md). Install upstream with npx skills add joelhooks/joelclaw --skill gremlin. Copyright stays with the author.

Gremlin Bootstrap

This is not the canonical Gremlin repo skill.

Gremlin-specific skills should ship with the Gremlin repo unless they are specifically about how Gremlin plugs into the joelclaw system.

Canonical repo-local skill

Load this first for normal Gremlin work:

  • /Users/joel/Code/badass-courses/gremlin/skills/gremlin/SKILL.md

Then load narrower repo-local skills as needed:

  • /Users/joel/Code/badass-courses/gremlin/skills/gremlin-package-release/SKILL.md
  • /Users/joel/Code/badass-courses/gremlin/skills/gremlin-project-setup/SKILL.md
  • /Users/joel/Code/badass-courses/gremlin/skills/gremlin-tanstack-start/SKILL.md

Use this joelclaw-side skill only when

  • you are outside the Gremlin repo and need to jump into it
  • you need to distinguish repo-local Gremlin guidance from joelclaw-specific automation/integration guidance
  • you are updating joelclaw prompts, routing, or memory surfaces that refer to Gremlin

Rules

  1. Prefer the repo-local Gremlin skill for Gremlin truth.
  2. Do not let joelclaw-owned prompts drift into owning Gremlin repo policy.
  3. If a Gremlin skill is generally useful to Gremlin contributors, move it into the Gremlin repo instead of expanding this file.

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-gremlin/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-gremlin.ocm.jsonjson
{
  "ocm": "1",
  "id": "joelhooks-joelclaw-gremlin",
  "kind": "skill",
  "name": "gremlin",
  "description": "Bootstrap Gremlin work from the joelclaw side. Use when a task mentions gremlin from outside the repo and you need to locate the repo, load its shipped repo-local skill, or understand which guidance belongs to gremlin versus joelclaw.",
  "publisher": "joelhooks",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "gremlin",
      "joelclaw",
      "bootstrap",
      "repo-local-skills",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Bootstrap Gremlin work from the joelclaw side. Use when a task mentions gremlin from outside the repo and you need to locate the repo, load its shipped repo-local skill, or understand which guidance belongs to gremlin versus joelclaw."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/joelhooks/joelclaw",
      "path": "skills/gremlin/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/joelhooks/joelclaw/blob/HEAD/skills/gremlin/SKILL.md",
      "key": "joelhooks/joelclaw/skills/gremlin/SKILL.md"
    }
  },
  "instructions": "# Gremlin Bootstrap\n\nThis is **not** the canonical Gremlin repo skill.\n\nGremlin-specific skills should ship with the Gremlin repo unless they are specifically about how Gremlin plugs into the joelclaw system.\n\n## Canonical repo-local skill\n\nLoad this first for normal Gremlin work:\n\n- `/Users/joel/Code/badass-courses/gremlin/skills/gremlin/SKILL.md`\n\nThen load narrower repo-local skills as needed:\n\n- `/Users/joel/Code/badass-courses/gremlin/skills/gremlin-package-release/SKILL.md`\n- `/Users/joel/Code/badass-courses/gremlin/skills/gremlin-project-setup/SKILL.md`\n- `/Users/joel/Code/badass-course",
  "cost": {
    "context_tokens": 305
  }
}

Fetch it by URL: GET /api/v1/registry/joelhooks-joelclaw-gremlin/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.