Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/zxkane/autonomous-dev-team/autonomous-commonnpx skills add zxkane/autonomous-dev-team --skill autonomous-commongit clone --depth 1 https://github.com/zxkane/autonomous-dev-teamWrote 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/zxkane/autonomous-dev-team/autonomous-common)<a href="https://agentmods.dev/skills/zxkane/autonomous-dev-team/autonomous-common"><img src="https://agentmods.dev/badge/skills/zxkane/autonomous-dev-team/autonomous-common.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00131 | $0.01991 |
| Opus 5 | $0.00066 | $0.00996 |
| Sonnet 5 | $0.00026 | $0.00398 |
| Haiku 4.5 | $0.00013 | $0.00199 |
Grade A, and why
autonomous-common 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 5d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
35 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- hooks/block-commit-outside-worktree.sh 3.9 KB runs code
- hooks/block-push-to-main.sh 9.4 KB runs code
- hooks/check-code-simplifier.sh 1.9 KB runs code
- hooks/check-design-canvas.sh 2.3 KB runs code
- hooks/check-pr-review.sh 2.0 KB runs code
- hooks/check-rebase-before-push.sh 2.0 KB runs code
- hooks/check-shellcheck.sh 1.8 KB runs code
- hooks/check-test-plan.sh 2.5 KB runs code
- hooks/check-unit-tests.sh 1.6 KB runs code
- hooks/install-git-pre-push.sh 3.0 KB runs code
- hooks/lib-push.sh 58 KB runs code
- hooks/lib.sh 74 KB runs code
- hooks/post-git-action-clear.sh 1.2 KB runs code
- hooks/post-git-push.sh 1.6 KB runs code
- hooks/README.md 4.0 KB
- hooks/state-manager.sh 7.2 KB runs code
- hooks/verify-completion.sh 9.0 KB runs code
- hooks/warn-skip-verification.sh 1.2 KB runs code
- scripts/claude-settings.template.json 2.7 KB
- scripts/gh-as-user.sh 2.0 KB runs code
- scripts/install-antigravity-hooks.sh 2.2 KB runs code
- scripts/install-claude-hooks.sh 2.4 KB runs code
- scripts/install-codex-hooks.sh 27 KB runs code
- scripts/install-cursor-hooks.sh 2.7 KB runs code
- scripts/install-gemini-hooks.sh 3.0 KB runs code
- scripts/install-kimi-hooks.sh 7.6 KB runs code
- scripts/install-kiro-hooks.sh 4.4 KB runs code
- scripts/install-project-hooks.sh 14 KB runs code
- scripts/install-qoder-hooks.sh 1.7 KB runs code
- scripts/install-windsurf-hooks.sh 3.2 KB runs code
- scripts/lib-installer-translate.sh 9.4 KB runs code
- scripts/lib-installer.sh 7.7 KB runs code
- scripts/mark-issue-checkbox.sh 8.2 KB runs code
- scripts/reply-to-comments.sh 4.5 KB runs code
- scripts/resolve-threads.sh 4.7 KB runs code
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.
- 5d ago First seen · 105 lines · 131 tokens per session scan A 05462cc70001
autonomous-common is a skill published in the GitHub repository zxkane/autonomous-dev-team (35 stars, last pushed 6d ago), with no licence file. It adds 131 tokens to every session and 1,991 once invoked, about $0.0007 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
api-testing
HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authentication, and error handling.
bun-test-mocking
Use for mock functions in Bun tests, spyOn, mock.module, implementations, and test doubles.
bun-test-coverage
Use for test coverage with Bun, --coverage flag, lcov reports, thresholds, and CI integration.
api-gateway-configuration
Configures API gateways for routing, authentication, rate limiting, and request transformation in microservice architectures. Use when setting up Kong, Nginx, AWS API Gateway, or Traefik for centralized API management.
api-response-optimization
Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or implementing efficient caching.
adr
Create and manage Architecture Decision Records. Documents significant technical decisions with context, alternatives, and consequences. Also supports evaluate (assess proposals) and design (system design) modes.