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/assafkip/huntkit/structured-analysisnpx skills add assafkip/huntkit --skill structured-analysisgit clone --depth 1 https://github.com/assafkip/huntkitWhat 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.00085 | $0.02186 |
| Opus 5 | $0.00043 | $0.01093 |
| Sonnet 5 | $0.00017 | $0.00437 |
| Haiku 4.5 | $0.00009 | $0.00219 |
Grade A, and why
analyze 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 — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Structured Analysis Skill
Apply CIA/IC Structured Analytic Techniques to produce defensible, evidence-based analytical assessments. Every claim must be cited. Every judgment must trace to technique outputs.
Invocation
/analyze → Adaptive mode (auto-select techniques)
/analyze <technique> → Direct mode (run one technique)
/analyze --guided → Guided mode (walk through all phases)
/analyze --resume <analysis-id> → Resume or update existing analysis
/analyze --iterate <analysis-id> → Re-run full analysis with new evidence
/analyze --iterate <analysis-id> <technique> → Re-run specific technique(s)
/analyze --lean → Lean mode (abbreviated technique set)
/analyze --comprehensive → Comprehensive mode (full rubric, adversarial + deception checks)
/analyze --no-osint → Disable web research
Techniques: customer-checklist, issue-redefinition, restatement, brainstorm, kac, ach, inconsistencies, cross-impact, what-if, premortem, counterfactual, narratives, bowtie, opportunities, devils-advocacy, red-hat, alt-futures, deception
Flags combine: /analyze --guided --no-osint is valid.
Q Investigation System Integration
This skill is integrated into the huntkit investigation system.
Output Path Override
All analysis output goes inside the active case folder, not the project root.
When an active case exists (e.g., investigations/case-001-example/), replace every reference to analyses/{{ANALYSIS_ID}}/ with:
investigations/<active-case>/output/analyses/{{ANALYSIS_ID}}/
If no active case is identified, ask the founder which case this analysis belongs to.
Evidence Integration -- Tier 2 Local Files
When collecting Tier 2 (local file) evidence, always include the active case's collected intelligence. In addition to generic Glob discovery, explicitly search these directories:
investigations/<active-case>/investigation/targets/-- target profiles with collection status and gapsinvestigations/<active-case>/investigation/findings/-- confirmed/assessed findings with confidence levelsinvestigations/<active-case>/investigation/evidence/-- raw evidence and screenshotsinvestigations/<active-case>/investigation/timelines/-- chronological event datainvestigations/<active-case>/canonical/scope.md-- hypotheses and collection requirements
What ships with it
60 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.
- library/00-prime.md 30 KB
- library/01-tradecraft-primer-2009.md 12 KB
- library/02-tradecraft-primer-analysis.md 7.2 KB
- library/03-practical-guides.md 5.5 KB
- library/04-agile-rigor-update.md 9.2 KB
- library/05-66-techniques-taxonomy.md 8.3 KB
- library/06-decision-matrix.md 5.3 KB
- library/07-axioms-and-laws.md 6.3 KB
- library/08-updates-and-optimizations.md 4.9 KB
- library/09-core-techniques.md 5.6 KB
- LICENSE 11 KB
- NOTICE.md 1.4 KB
- protocols/evidence-collector.md 16 KB
- protocols/iteration-handler.md 11 KB
- protocols/orchestrator.md 31 KB
- protocols/report-generator.md 20 KB
- protocols/techniques/ach.md 3.4 KB
- protocols/techniques/alternative-futures.md 4.7 KB
- protocols/techniques/bowtie-analysis.md 3.3 KB
- protocols/techniques/contrasting-narratives.md 3.6 KB
- protocols/techniques/counterfactual-reasoning.md 3.5 KB
- protocols/techniques/cross-impact-matrix.md 2.4 KB
- protocols/techniques/customer-checklist.md 2.0 KB
- protocols/techniques/deception-detection.md 4.9 KB
- protocols/techniques/devils-advocacy.md 3.8 KB
- protocols/techniques/inconsistencies-finder.md 2.5 KB
- protocols/techniques/issue-redefinition.md 2.1 KB
- protocols/techniques/key-assumptions-check.md 2.4 KB
- protocols/techniques/opportunities-incubator.md 3.4 KB
- protocols/techniques/premortem.md 3.2 KB
- protocols/techniques/problem-restatement.md 1.4 KB
- protocols/techniques/red-hat-analysis.md 4.3 KB
- protocols/techniques/structured-brainstorming.md 2.1 KB
- protocols/techniques/what-if.md 3.1 KB
- templates/evidence-registry-template.md 2.0 KB
- templates/iteration-meta-template.md 1.3 KB
- templates/meta-template.md 2.8 KB
- templates/monitoring-plan-template.md 1.2 KB
- templates/next-steps-template.md 1.3 KB
- templates/report-template.md 3.9 KB
- templates/review-summary-template.md 752 B
- templates/sections/citation-block.md 538 B
- templates/sections/confidence-scale.md 727 B
- templates/sections/header.md 300 B
- templates/sections/judgment-table.md 514 B
- templates/techniques/ach-matrix.md 3.1 KB
- templates/techniques/alternative-futures.md 3.5 KB
- templates/techniques/assumptions.md 1.8 KB
- templates/techniques/bowtie.md 3.2 KB
- templates/techniques/brainstorm.md 1.7 KB
- templates/techniques/contrasting-narratives.md 3.3 KB
- templates/techniques/counterfactual.md 2.8 KB
- templates/techniques/cross-impact.md 1.8 KB
- templates/techniques/customer-checklist.md 1.7 KB
- templates/techniques/deception-detection.md 3.1 KB
- templates/techniques/devils-advocacy.md 2.2 KB
- templates/techniques/inconsistencies.md 1.5 KB
- templates/techniques/issue-redefinition.md 1.4 KB
- templates/techniques/opportunities.md 2.9 KB
- templates/techniques/premortem.md 2.9 KB
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 · 145 lines · 85 tokens per session scan A f9b716ed4647
analyze is a skill published in the GitHub repository assafkip/huntkit (51 stars, last pushed 1mo ago), licensed MIT. It adds 85 tokens to every session and 2,186 once invoked, about $0.0004 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
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
babysit-pr
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…
imagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…