Imported from adam10890/a0_pen_paper (prompts/AGENTS.md). Install upstream with npx skills add adam10890/a0_pen_paper --skill prompts. Copyright stays with the author.
DOX contract - a0_pen_paper/prompts
Purpose
Agent prompt guidance for Pen & Paper tools.
Ownership
Prompt filenames must match exposed tool names.
Prompts describe agent usage; helpers/tools own behavior.
Local Contracts
Keep tool arguments and examples aligned with implemented actions.
Work Guidance
Update prompts whenever tool names, actions, or result shape changes.
Verification
Confirm prompt/tool name alignment.
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-prompts/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-prompts.ocm.jsonjson
{
"ocm": "1",
"id": "adam10890-a0-pen-paper-prompts",
"kind": "skill",
"name": "prompts",
"description": "Agent prompt guidance for Pen & Paper tools.",
"publisher": "adam10890",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Agent prompt guidance for Pen & Paper tools."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/adam10890/a0_pen_paper",
"path": "prompts/AGENTS.md",
"ref": "bb79c660a08cb1916df3fba678a36208ecddb228",
"url": "https://github.com/adam10890/a0_pen_paper/blob/bb79c660a08cb1916df3fba678a36208ecddb228/prompts/AGENTS.md",
"key": "adam10890/a0_pen_paper/prompts/AGENTS.md"
}
},
"instructions": "# DOX contract - a0_pen_paper/prompts\n\n## Purpose\n\nAgent prompt guidance for Pen & Paper tools.\n\n## Ownership\n\n- Prompt filenames must match exposed tool names.\n- Prompts describe agent usage; helpers/tools own behavior.\n\n## Local Contracts\n\n- Keep tool arguments and examples aligned with implemented actions.\n\n## Work Guidance\n\n- Update prompts whenever tool names, actions, or result shape changes.\n\n## Verification\n\n- Confirm prompt/tool name alignment.\n\n## Child DOX Index\n\nNo child AGENTS.md files yet.",
"cost": {
"context_tokens": 127
}
}
Fetch it by URL: GET /api/v1/registry/adam10890-a0-pen-paper-prompts/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.