Install
$ agentstack add skill-ulises-jeremias-agent-toolkit-adr ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
ADR — Architecture Decisions (WHAT)
Template: references/default-template.md — local reference for ADR structure and workflow.
Default guardrails (before any final content)
- Apply
output-handshake: confirm where the final ADR will be recorded and that a human will review. - Then follow the steps below.
When to use
Use decision-log for lightweight product/project/operational decisions and agreement for explicit commitments or terms among parties. Use this ADR skill only for durable architecture or technical decisions.
- A change has long-term architectural, security, data-model, or cost impact.
- You need options with pros/cons and a record for future readers (and for supersession later).
- The project needs decisions linked to PRDs, TRDs, tasks, PRs, diagrams, or other supporting artifacts.
Instructions
- Match existing convention first (per
addyosmani/agent-skillsdocumentation-and-adrs2026-08-12, diffdocs/research/diff-394-documentation-and-adrs.md): inspectdocs/adr/(orDocumentation/Decisions/, MADR,adr-tools.adr-dir) — location/format (Markdown vs reStructuredText), numbering/naming (0004-*.mdvsADR-004-*.rst), section headings. Surface conflict rather than silently introducing another scheme. Only when no convention can be established, default todocs/adr/000N-*.mdsix-part structure.
- Confirm the decision qualifies (new service, tech selection, schema change, deployment change, etc.) per the "When to Create an ADR" criteria.
- Draft using the six-part structure: Title & status, Context, Options, Decision, Consequences, References (link PRD/TRD, tasks, PRs, diagrams as applicable). Use lifecycle
PROPOSED → ACCEPTED → (SUPERSEDED | DEPRECATED)and don't delete old ADRs — when decision changes, write new ADR that references and supersedes old (per upstream 2026-08-12). - Review with the tech lead / peers as in the workflow; keep ADRs short and actionable (clarity over completeness).
- Link the ADR to the relevant epic or story and to PRs in the forge (use
github-cli-workflow/gitlab-cli-workflowfor PR text when applicable). - If an ADR is superseded, preserve history: update status and point to the replacement document.
Red flags & verification (after documenting)
- No ADR for significant architectural choices — every expensive-to-reverse decision needs one.
- README missing quick start / architecture overview, API without types, rules files (
CLAUDE.md/AGENTS.md) stale, commented-out code, week-oldTODOs, or docs that restate code. - Verify: ADRs exist, README covers quick start/commands/architecture (link ADRs), API docs have types, gotchas inline, no commented-out code,
personas/(HOW agent thinks) vsskills/(HOW task executes) preserved — seedocs/CONCEPTS.md.
What not to do
- Do not use an ADR for one-line fixes with no long-term effect (use a normal task or PR description).
- Do not paste the full org policy into this skill; keep a single canonical copy in the wiki.
References
output-handshake— destination and reviewreferences/default-template.md— ADR structure and workflowreferences/example-001-graphql-adoption.md— example ADR for a GraphQL migration decisiontrd— where technical design references decisionsdecision-log— lightweight decisionsagreement— explicit commitments or termsworkflow-generic-project— traceability and plan approvalclickup-cli,jira-*— ticket and comment operations (per engagement)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ulises-jeremias
- Source: ulises-jeremias/agent-toolkit
- License: MIT
- Homepage: https://ulises-jeremias.github.io/agent-toolkit-archive/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.