Skip to content
Skillv1.0.0

minimal

Read first:

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

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

See reviews

About

Imported from SametE42/AI-Smart-Superpowers-for-Onboarding (examples/minimal/AGENTS.md). Install upstream with npx skills add SametE42/AI-Smart-Superpowers-for-Onboarding --skill minimal. Copyright stays with the author.

AGENTS.md

Read first:

docs/ai/MASTER_SYSTEM.md
docs/ai/ONBOARDING.md
docs/ai/REVIEW_CHECKLIST.md

Rules:

  • Keep changes small.
  • Do not invent missing business rules.
  • Do not add secrets or real data.
  • Run relevant checks before completion.
  • Document assumptions and unknowns.

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/samete42-ai-smart-superpowers-for-onboarding-minimal/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.

samete42-ai-smart-superpowers-for-onboarding-minimal.ocm.jsonjson
{
  "ocm": "1",
  "id": "samete42-ai-smart-superpowers-for-onboarding-minimal",
  "kind": "skill",
  "name": "minimal",
  "description": "Read first:",
  "publisher": "SametE42",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Read first:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/SametE42/AI-Smart-Superpowers-for-Onboarding",
      "path": "examples/minimal/AGENTS.md",
      "ref": "2b18527e41c88074bff2527b6d56a2f71831fd78",
      "url": "https://github.com/SametE42/AI-Smart-Superpowers-for-Onboarding/blob/2b18527e41c88074bff2527b6d56a2f71831fd78/examples/minimal/AGENTS.md",
      "key": "SametE42/AI-Smart-Superpowers-for-Onboarding/examples/minimal/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nRead first:\n\n```text\ndocs/ai/MASTER_SYSTEM.md\ndocs/ai/ONBOARDING.md\ndocs/ai/REVIEW_CHECKLIST.md\n```\n\nRules:\n\n- Keep changes small.\n- Do not invent missing business rules.\n- Do not add secrets or real data.\n- Run relevant checks before completion.\n- Document assumptions and unknowns.",
  "cost": {
    "context_tokens": 74
  }
}

Fetch it by URL: GET /api/v1/registry/samete42-ai-smart-superpowers-for-onboarding-minimal/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.