Skip to content
Skillv1.0.0

ai-stuff

1. Create a new directory under `skills/` or `extensions/`. 2. Add a `package.json` with `"keywords": ["pi-package"]` and the appropriate `"pi"` field: - Skills: `"pi": { "skills": ["./SKILL.md"] }` -

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

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

See reviews

About

Imported from guyru/ai-stuff (AGENTS.md). Install upstream with npx skills add guyru/ai-stuff. Copyright stays with the author.

Agent Instructions

Repo Layout

ai-stuff/
├── skills/       — Pi skills (SKILL.md + package.json per package)
└── extensions/   — Pi extensions (index.ts + package.json per package)

Adding a New Package

  1. Create a new directory under skills/ or extensions/.
  2. Add a package.json with "keywords": ["pi-package"] and the appropriate "pi" field:
    • Skills: "pi": { "skills": ["./SKILL.md"] }
    • Extensions: "pi": { "extensions": ["./index.ts"] }
  3. Add the main content file(s):
    • Skills: SKILL.md with a YAML front-matter name and description
    • Extensions: index.ts exporting a default function (pi: ExtensionAPI) => void
  4. Add a README.md describing the package.

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/guyru-ai-stuff-ai-stuff/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.

guyru-ai-stuff-ai-stuff.ocm.jsonjson
{
  "ocm": "1",
  "id": "guyru-ai-stuff-ai-stuff",
  "kind": "skill",
  "name": "ai-stuff",
  "description": "1. Create a new directory under `skills/` or `extensions/`. 2. Add a `package.json` with `\"keywords\": [\"pi-package\"]` and the appropriate `\"pi\"` field: - Skills: `\"pi\": { \"skills\": [\"./SKILL.md\"] }` - Extensions: `\"pi\": { \"extensions\": [\"./index.ts\"] }` 3. Add the main content file(s): - Skills: `SKILL.md` with a YAML front-matter `name` and `description` - Extensions: `index.ts` exporting a default function `(pi: ExtensionAPI) => void` 4. Add a `README.md` describing the package.",
  "publisher": "guyru",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "1. Create a new directory under `skills/` or `extensions/`. 2. Add a `package.json` with `\"keywords\": [\"pi-package\"]` and the appropriate `\"pi\"` field: - Skills: `\"pi\": { \"skills\": [\"./SKILL.md\"] }` - Extensions: `\"pi\": { \"extensions\": [\"./index.ts\"] }` 3. Add the main content file(s): - Skills: `SKILL.md` with a YAML front-matter `name` and `description` - Extensions: `index.ts` exporting a default function `(pi: ExtensionAPI) => void` 4. Add a `README.md` describing the package."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/guyru/ai-stuff",
      "path": "AGENTS.md",
      "ref": "37257d4c939f8ac1b99511c9c655d732028ad8ea",
      "url": "https://github.com/guyru/ai-stuff/blob/37257d4c939f8ac1b99511c9c655d732028ad8ea/AGENTS.md",
      "key": "guyru/ai-stuff/AGENTS.md"
    }
  },
  "instructions": "# Agent Instructions\n\n## Repo Layout\n\n```\nai-stuff/\n├── skills/       — Pi skills (SKILL.md + package.json per package)\n└── extensions/   — Pi extensions (index.ts + package.json per package)\n```\n\n## Adding a New Package\n\n1. Create a new directory under `skills/` or `extensions/`.\n2. Add a `package.json` with `\"keywords\": [\"pi-package\"]` and the appropriate\n   `\"pi\"` field:\n   - Skills: `\"pi\": { \"skills\": [\"./SKILL.md\"] }`\n   - Extensions: `\"pi\": { \"extensions\": [\"./index.ts\"] }`\n3. Add the main content file(s):\n   - Skills: `SKILL.md` with a YAML front-matter `name` and `description`\n   - Ext",
  "cost": {
    "context_tokens": 180
  }
}

Fetch it by URL: GET /api/v1/registry/guyru-ai-stuff-ai-stuff/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.

ai-stuff - Skill - OpenSmartRoute