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/jed-tech/spar-kit/actnpx skills add Jed-Tech/spar-kit --skill actgit clone --depth 1 https://github.com/Jed-Tech/spar-kitWhat 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.00062 | $0.00734 |
| Opus 5 | $0.00031 | $0.00367 |
| Sonnet 5 | $0.00012 | $0.00147 |
| Haiku 4.5 | $0.00006 | $0.00073 |
Grade A, and why
implement-change 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.
How it starts
The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Implement change
Execute the plan in plan.md while strictly preserving the intent in <change-name>_spec.md. Work sequentially, validate each step, keep progress updated. Refine or reorder tasks only for correctness; do not change underlying intent without approval. No silent workarounds, no drifting from the spec.
Inputs
Docs/<scope>/Specs/<change-name>/<change-name>_spec.mdDocs/<scope>/Specs/<change-name>/plan.md- Repository code and docs
Outputs
- Code changes that satisfy
<change-name>_spec.md - Updated
plan.mdwith progress - Proposed
<change-name>_spec.mdupdates (for approval only—do not apply without approval)
Workflow
1. Load context
- Read
<change-name>_spec.mdandplan.md - Confirm scope and change folder
- Identify current progress (checked tasks)
2. Execute tasks in order
For each unchecked task:
- Understand the task and affected files
- Implement the change
- Validate (build/run/tests or targeted checks as appropriate)
- Mark the task complete in
plan.md
Proceed sequentially unless reordering is clearly required for correctness.
3. Validation
- Prefer targeted checks when a full build is unnecessary
- Ensure changes align with Success Criteria in
<change-name>_spec.md - Ask the user to test or validate only if the agent cannot run the needed checks
4. Failure handling
If a task fails:
- Fix obvious issues and retry once
- If still failing: stop, explain the blocker, propose next steps, ask how to proceed
Do not introduce workarounds that change intent or degrade quality without approval.
5. Task evolution (allowed)
- Refine wording for clarity
- Split tasks into smaller steps
- Reorder tasks if needed for correctness
Do not alter task intent in a way that would change the spec.
6. Spec change handling
If implementation reveals incorrect assumptions, missing constraints, or a better approach that changes intent:
- Propose the spec update clearly
- Do not implement that divergent path yet
- Wait for user approval
- Update
<change-name>_spec.mdonly after approval
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 First seen · 103 lines · 62 tokens per session scan A a796f891728a
implement-change is a skill published in the GitHub repository Jed-Tech/spar-kit (17 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 62 tokens to every session and 734 once invoked, about $0.0003 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
clinpgx-database
Access ClinPGx pharmacogenomics data (successor to PharmGKB). Query gene-drug interactions, CPIC guidelines, allele functions, for precision medicine and genotype-guided dosing decisions.
embedding-strategies
Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.
datavis
Comprehensive data visualization toolkit for creating beautiful, mathematically elegant visualizations with D3.js, Chart.js, and custom SVG. Use when (1) building interactive data visualizations, (2) designing color palettes for charts, (3) choosing scales and visual encodings, (4) creating data pipelines from…
docx-comment-reply
Reply to comments (批注) in Word .docx/.doc files: extract comment context, draft replies, write threaded replies back, and validate OOXML.
vibe-research
Deep research and market validation for app ideas. Use when starting a new project, validating an idea, or when the user says "research my idea", "validate my app", or "help me start a new project".
detecting-data-anomalies
Investigate outliers, rare events, spikes, and suspicious records in datasets. Use as an explicit anomaly-analysis helper when you want concrete anomaly-detection workflow guidance, not generic data validation or end-to-end ML ownership.