Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/jrjsmrtn/project-orchestration-skillsnpx agentmods add skills/jrjsmrtn/project-orchestration-skills/setup-adrsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/jrjsmrtn/project-orchestration-skills/setup-adrs)<a href="https://agentmods.dev/skills/jrjsmrtn/project-orchestration-skills/setup-adrs"><img src="https://agentmods.dev/badge/skills/jrjsmrtn/project-orchestration-skills/setup-adrs/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jrjsmrtn/project-orchestration-skills/setup-adrs"><img src="https://agentmods.dev/badge/skills/jrjsmrtn/project-orchestration-skills/setup-adrs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00036 | $0.04793 |
| Opus 5 | $0.00018 | $0.02397 |
| Sonnet 5 | $0.00007 | $0.00959 |
| Haiku 4.5 | $0.00004 | $0.00479 |
Grade A, and why
setup-adrs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 561 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Foundation ADRs
Create the foundational Architecture Decision Record (ADR) sequence for a new project.
When to Use
- After running
bootstrap-projectskill - When establishing decision documentation for an existing project
- When standardizing ADR practices across projects
Required Inputs
- Project name and description (from CLAUDE.md or user)
- Project type: Development, Infrastructure, or Hybrid
- Technology stack decision and rationale
- Development practices to adopt (can use defaults)
- Operations requirements (critical for Infrastructure projects)
- Project-specific constraints or requirements
Foundational ADR Framework
Every project should have these foundational ADRs:
| ADR | Purpose | Scope | Critical For |
|---|---|---|---|
| ADR-0001 | HOW TO DECIDE | Decision methodology | All projects |
| ADR-0002 | HOW TO DEVELOP | Development practices | All projects |
| ADR-0003 | WHAT TECH | Technology stack | All projects |
| ADR-0004 | HOW TO OPERATE | Operations practices | Infrastructure, Hybrid (optional) |
Note: ADR-0004 is only needed for Infrastructure and Hybrid projects. Skip it for pure development projects (libraries, CLI tools, web apps without self-hosting concerns).
Audience Traceability
ADRs serve the Contribution audience category (maintainers, contributors, future architects). They provide the "understanding-oriented" content in Diátaxis terms, explaining why decisions were made.
If a SPARK Audience Registry exists for the project, tag ADRs with the registry's identifier for the Contribution audience:
---
audience: contribution # or the project's registry ID for maintainers/contributors
---
Pattern Reference: See AUDIENCE-DRIVEN ARTIFACTS
ADR Numbering Convention
Before creating ADRs, check for existing ones to prevent conflicts:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 561 lines · 36 tokens per session scan A 0ebc387f27c3
setup-adrs is a skill published in the GitHub repository jrjsmrtn/project-orchestration-skills (15 stars, last pushed 6d ago), licensed MIT. It adds 36 tokens to every session and 4,793 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
c-jira
Manage Jira issues using jira (jira-cli). List and filter issues, create new tickets, transition issue status, manage sprints, and add comments — all from the terminal without opening a browser.
linear
Linear project management — issues, cycles, and projects via GraphQL API.
taiyi-ui-design
A design-planning guide for describing how an application's user interface should look and behave. It produces a UI-DESIGN.md document covering layouts, components, interactions, accessibility, and error states.
taiyi-evolve
A workflow skill that compares the implemented code with the frozen design after development and testing. It records architecture changes and proposes updates to DESIGN.md, the document describing the intended system structure.
flow-next-resolve-pr
Resolve PR review feedback. Fetches unresolved threads, triages, fixes, replies and resolves via GraphQL. Use when asked to address review comments.
flow-next-tracker-sync
Project a flow-next spec to a tracker issue (Linear, GitHub, GitLab, Jira) and reconcile two-way. Use when asked to sync to a tracker. NOT plan-sync.