Skip to content
OpenSmartRoute
Skillv1.0.0

read-all-adrs

Read every ADR in a project before summarizing architectural context or decisions.

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

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

See reviews

About

Imported from sickn33/agentic-awesome-skills (skills/read-all-adrs/SKILL.md). Install upstream with npx skills add sickn33/agentic-awesome-skills --skill read-all-adrs. Copyright stays with the author (MIT).

When to Use

  • Use when the user explicitly asks to load ADR context.
  • Use when architectural decisions must be understood before changing or judging a project.

Read EVERY single ADR .md file in this project's docs/adr/ folder, start to finish.

Do not skim. Read each ADR completely before summarizing.

Read every single ADR file, for this project, in full.

Example

User request:

Read every ADR in a project before summarizing architectural context or decisions.

Limitations

  • Adapted from davidondrej/skills; verify local paths, tools, credentials, and agent features before acting.
  • For commands, remote access, scheduling, browser automation, or file-changing workflows, get explicit user approval and confirm the target environment first.

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/sickn33-agentic-awesome-skills-read-all-adrs/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.

sickn33-agentic-awesome-skills-read-all-adrs.ocm.jsonjson
{
  "ocm": "1",
  "id": "sickn33-agentic-awesome-skills-read-all-adrs",
  "kind": "skill",
  "name": "read-all-adrs",
  "description": "Read every ADR in a project before summarizing architectural context or decisions.",
  "publisher": "sickn33",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "adr",
      "documentation",
      "architecture",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Read every ADR in a project before summarizing architectural context or decisions."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sickn33/agentic-awesome-skills",
      "path": "skills/read-all-adrs/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sickn33/agentic-awesome-skills/blob/HEAD/skills/read-all-adrs/SKILL.md",
      "key": "sickn33/agentic-awesome-skills/skills/read-all-adrs/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "<!-- TODO(David): write the strong wording here -->\n\n## When to Use\n\n- Use when the user explicitly asks to load ADR context.\n- Use when architectural decisions must be understood before changing or judging a project.\n\nRead EVERY single ADR `.md` file in this project's `docs/adr/` folder, start to\nfinish.\n\nDo not skim. Read each ADR completely before summarizing.\n\nRead every single ADR file, for this project, in full.\n\n## Example\n\n**User request:**\n\n> Read every ADR in a project before summarizing architectural context or decisions.\n\n## Limitations\n\n- Adapted from `davidondrej/skills`; verify ",
  "cost": {
    "context_tokens": 206
  }
}

Fetch it by URL: GET /api/v1/registry/sickn33-agentic-awesome-skills-read-all-adrs/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.