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 instructions/stackhawk/agent-skills/claude-mdgit clone --depth 1 https://github.com/stackhawk/agent-skillsWhat 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.01935 | $0.01935 |
| Opus 5 | $0.00967 | $0.00967 |
| Sonnet 5 | $0.00387 | $0.00387 |
| Haiku 4.5 | $0.00194 | $0.00194 |
Grade A, and why
agent-skills CLAUDE.md 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 — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
StackHawk Agent Skills
Multi-platform agent skills repo serving Claude, Codex, Gemini, Copilot, Cursor, and OpenCode from one canonical source. Skills teach AI agents to run HawkScan DAST security scanning and query the StackHawk platform API.
Structure
plugins/hawkscan/— HawkScan DAST scanning skill (SKILL.md + references + hooks)plugins/api/— StackHawk API reporting skill (SKILL.md + references)plugins/wingman/— Umbrella plugin;/plugin install wingman@stackhawkinstalls hawkscan + api + data-seed + optimizeplugins/wingman/copilot-skills/— Generated copies of wingman's four skills for GitHub Copilot (do NOT edit).claude/skills/skill-authoring/— Maintainer skill: authoring rules and best practices for contributors to this repo (NOT distributed via marketplace; tracked in git via.gitignorenegation)skills/— Symlinks for Gemini/Copilot discovery (points into plugins/).opencode/skills/— Symlinks for OpenCode discovery (points into plugins/).cursor/skills/— Symlinks for Cursor native skills discovery (points into plugins/)plugins/hawkscan/hooks/cursor/— Cursor hook scripts and hooks.jsoncursor/— Generated Cursor .mdc rules (do NOT edit manually)scripts/generate-cursor-rules.sh— Transforms SKILL.md → Cursor .mdc formatscripts/bump-version.sh— Updates all version-bearing files atomically (reads.version-bump.json)scripts/release.sh— Pre-release checks, creates tag, creates GH Release
Commands
# Regenerate Cursor rules after editing any SKILL.md or references/*.md
bash scripts/generate-cursor-rules.sh
# Verify generation is idempotent (no diff = correct)
bash scripts/generate-cursor-rules.sh && git diff cursor/
# Bump version (updates VERSION + all manifests + SKILL.md frontmatter in one pass)
bash scripts/bump-version.sh --patch # bug fixes
bash scripts/bump-version.sh --minor # new skill or significant capability
bash scripts/bump-version.sh --major # breaking changes
# Release (validates manifests, Cursor rules, and the wingman Copilot bundle;
# creates annotated tag, creates GH Release)
bash scripts/release.sh --dry-run # validate without creating anything
bash scripts/release.sh # create tag + GH Release (must be on main, clean tree)
# macOS/Linux install
bash scripts/install.sh --platform cursor --target ~
bash scripts/install.sh --platform copilot --target ~
# Regenerate the wingman Copilot bundle after editing any bundled SKILL.md
bash scripts/generate-wingman-skills.sh
# Validate the bundle
bash scripts/test-wingman-skills.sh
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 · 133 lines · 1,935 tokens per session scan A e1ef4609f5e4
agent-skills CLAUDE.md is an instructions file published in the GitHub repository stackhawk/agent-skills (16 stars, last pushed 12d ago), licensed MIT. It adds 1,935 tokens to every session, about $0.0097 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 instructions, from other repositories
n8n-skills CLAUDE.md
Instructions for czlonkowski/n8n-skills, covering claude.md, project overview, repository structure, the 14 skills and 1. n8n expression syntax.
python-cheatsheet copilot-instructions.md
Copilot instructions for labex-labs/python-cheatsheet, covering python cheatsheet - ai coding assistant instructions, project overview, architecture & key patterns, content structure and routing & layout system.
Tutorial_AwesomeModernCPP AGENTS.md
Instructions for Awesome-Embedded-Learning-Studio/Tutorial_AwesomeModernCPP, covering agents.md, 这是什么, 通用 essentials(所有 agent 必读) and 你来做什么?(按场景路由).
fix-quera AGENTS.md
Instructions for AlirezaKeshavarz83/fix-quera, covering agent guidance, project shape, visual style, quera page data findings and compatibility findings.
ab900 CLAUDE.md
Instructions for timothywarner-org/ab900, covering claude.md, repository purpose, architecture, commands and 2. non-ascii punctuation -- must return zero.
agentconfig.org AGENTS.md
Instructions for agentconfig/agentconfig.org, covering agent instructions for agentconfig.org, project overview, target audience, site structure and tech stack.