Skip to content
Skillv1.0.0

research-planning-architect

These rules apply to this skill folder.

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

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

See reviews

About

Imported from clear0215/research-planning-architect (AGENTS.md). Install upstream with npx skills add clear0215/research-planning-architect. Copyright stays with the author.

Skill Maintenance Rules

These rules apply to this skill folder.

  • Keep SKILL.md concise and procedural; move long rubrics, examples, and reusable domain guidance into references/.
  • Keep frontmatter limited to name and description; name must match the folder name.
  • Make trigger descriptions specific enough to avoid generic research, writing, or coding tasks.
  • Do not hard-code local absolute paths in scripts, examples, or templates.
  • Scripts must be runnable with --help, avoid destructive defaults, and protect existing output files unless a force flag is used.
  • After edits, run python3 scripts/validate_skill.py . and at least one representative script smoke test.
  • Do not commit generated caches, temporary outputs, or test artifacts inside the skill folder.

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/clear0215-research-planning-architect-research-planning-e47979/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.

clear0215-research-planning-architect-research-planning-e47979.ocm.jsonjson
{
  "ocm": "1",
  "id": "clear0215-research-planning-architect-research-planning-e47979",
  "kind": "skill",
  "name": "research-planning-architect",
  "description": "These rules apply to this skill folder.",
  "publisher": "clear0215",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "These rules apply to this skill folder."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/clear0215/research-planning-architect",
      "path": "AGENTS.md",
      "ref": "e53968abc08663e9cb9de369d5866dc6d9bc22f6",
      "url": "https://github.com/clear0215/research-planning-architect/blob/e53968abc08663e9cb9de369d5866dc6d9bc22f6/AGENTS.md",
      "key": "clear0215/research-planning-architect/AGENTS.md"
    }
  },
  "instructions": "# Skill Maintenance Rules\n\nThese rules apply to this skill folder.\n\n- Keep `SKILL.md` concise and procedural; move long rubrics, examples, and reusable domain guidance into `references/`.\n- Keep frontmatter limited to `name` and `description`; `name` must match the folder name.\n- Make trigger descriptions specific enough to avoid generic research, writing, or coding tasks.\n- Do not hard-code local absolute paths in scripts, examples, or templates.\n- Scripts must be runnable with `--help`, avoid destructive defaults, and protect existing output files unless a force flag is used.\n- After edits, ",
  "cost": {
    "context_tokens": 197
  }
}

Fetch it by URL: GET /api/v1/registry/clear0215-research-planning-architect-research-planning-e47979/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.