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 skills add Cynrath/agent-context-kit --skill ackit-scan-and-fixgit clone --depth 1 https://github.com/Cynrath/agent-context-kitWrote 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/cynrath/agent-context-kit/ackit-scan-and-fix)<a href="https://agentmods.dev/skills/cynrath/agent-context-kit/ackit-scan-and-fix"><img src="https://agentmods.dev/badge/skills/cynrath/agent-context-kit/ackit-scan-and-fix.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.1 | $0.00026 | $0.00389 |
| Opus 5 | $0.00013 | $0.00195 |
| Sonnet 5 | $0.00005 | $0.00078 |
| Haiku 4.5 | $0.00003 | $0.00039 |
Grade A, and why
ackit-scan-and-fix 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 2d 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.
What it actually says
Scan and Fix
Activate when the user asks to scan, audit, or clean up the repository.
See severity playbook for triage order.
Steps
ackit scan(add--ciin CI contexts;--format terminal|json|sarif|markdown|html,--baseline <file>/--write-baseline <file>,--changed/--staged/--since <ref>/--range <a..b>for incremental sets) and read findings grouped by severity (docs/reference/rules.md).- Fix critical/high first: rotate exposed credentials out-of-band, remove keys, correct root-escape references. Values are never printed; do not paste findings into external services.
- Suppress false positives ONLY inline with
# ackit-ignore:ACKITnnn <reason>on the finding line or the line above (covers that line plus the next line); every applied bypass stays visible as a non-suppressibleACKIT099advisory. Policy-level suppressions requirereasonand supportexpiresAt; locked rules (locked: true) can never be weakened (POL-LOCKED-CONFLICT). - Re-scan (
ackit scan --ci) and confirm exit 0 or an explicit accepted-risk list. Confirm offline policy withackit policy check/ackit config checkwhere thresholds or extends changed.
Notes
- Unknown-extension files are always scanned; do not "fix" by renaming secrets away.
- Never weaken rules, thresholds, or baselines to make output green.
- Resolution is offline by construction; remote fetches never happen.
What ships with it
1 file 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.
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.
- 2d ago Changed · +1 lines baab89f30814
- 7d ago First seen · 23 lines · 26 tokens per session scan A c6b3fe00506e
ackit-scan-and-fix is a skill published in the GitHub repository Cynrath/agent-context-kit (14 stars, last pushed 2d ago), licensed MIT. It adds 26 tokens to every session and 389 once invoked, about $0.0001 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
opensrc
Fetch dependency source code to give AI agents deeper implementation context. Use when the agent needs to understand how a library works internally, read source code for a package, fetch implementation details for a dependency, or explore how an npm/PyPI/crates.io package is built. Triggers include "fetch source for"…
agentplane-release-and-packaging-operator
Use when preparing, validating, publishing, auditing, or recovering an Agentplane release, especially package build ordering, version parity, npm/GitHub/GHCR/external distribution publication, public install smoke tests, hosted publish evidence, or release CI failures.
agentplane-task-closure-recovery
Use when Agentplane task completion, direct finish, branchpr integration, hosted-close, close-tail PRs, PR metadata, dirty task artifacts, or remote branch divergence need diagnosis or recovery.
agentplane-testkit-migration
Use when migrating Agentplane tests to @agentplane/testkit, replacing local test helpers, fixing testkit export/build failures, splitting large CLI/backend suites, or diagnosing missing testkit dist exports in package builds.
agentplane-local-dev-operator
Use when accelerating AgentPlane framework development, selecting targeted local checks, validating branchpr task scope, using the Turborepo local graph, or triaging dependency bumps before merge or release.
qamap-pr-qa
Local zero-LLM PR QA workflow. Use when an agent is preparing, updating, finalizing, or reviewing a pull request, asks what the PR should test, or needs commit-backed change intent, affected behavior, QA scenarios, evidence, validation commands, optional automation drafts, and manifest repair guidance.