Skip to content
Skillv1.0.0

skills

Agent-facing Pen & Paper workflow guidance and references.

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

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

See reviews

About

Imported from adam10890/a0_pen_paper (skills/AGENTS.md). Install upstream with npx skills add adam10890/a0_pen_paper --skill skills. Copyright stays with the author.

DOX contract - a0_pen_paper/skills

Purpose

Agent-facing Pen & Paper workflow guidance and references.

Ownership

  • Skill frontmatter and references define agent usage contracts.
  • Skills should align with tools, templates, and README behavior.

Local Contracts

  • Do not document unavailable tool actions as current behavior.
  • Keep workflow template guidance aligned with runtime template schema.

Work Guidance

  • Update skill references when template registry or workflow publish behavior changes.

Verification

  • Inspect skill frontmatter and referenced files after edits.

Child DOX Index

No child AGENTS.md files yet.

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/adam10890-a0-pen-paper-skills/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.

adam10890-a0-pen-paper-skills.ocm.jsonjson
{
  "ocm": "1",
  "id": "adam10890-a0-pen-paper-skills",
  "kind": "skill",
  "name": "skills",
  "description": "Agent-facing Pen & Paper workflow guidance and references.",
  "publisher": "adam10890",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent-facing Pen & Paper workflow guidance and references."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/adam10890/a0_pen_paper",
      "path": "skills/AGENTS.md",
      "ref": "bb79c660a08cb1916df3fba678a36208ecddb228",
      "url": "https://github.com/adam10890/a0_pen_paper/blob/bb79c660a08cb1916df3fba678a36208ecddb228/skills/AGENTS.md",
      "key": "adam10890/a0_pen_paper/skills/AGENTS.md"
    }
  },
  "instructions": "# DOX contract - a0_pen_paper/skills\n\n## Purpose\n\nAgent-facing Pen & Paper workflow guidance and references.\n\n## Ownership\n\n- Skill frontmatter and references define agent usage contracts.\n- Skills should align with tools, templates, and README behavior.\n\n## Local Contracts\n\n- Do not document unavailable tool actions as current behavior.\n- Keep workflow template guidance aligned with runtime template schema.\n\n## Work Guidance\n\n- Update skill references when template registry or workflow publish behavior\n  changes.\n\n## Verification\n\n- Inspect skill frontmatter and referenced files after edits.\n",
  "cost": {
    "context_tokens": 162
  }
}

Fetch it by URL: GET /api/v1/registry/adam10890-a0-pen-paper-skills/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.