Borrowing it
Nothing to install: this file belongs to stevesolun/ctx. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/stevesolun/ctx/main/.agents/skills/setup-matt-pocock-skills/SKILL.mdgit clone --depth 1 https://github.com/stevesolun/ctxWrote 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/stevesolun/ctx/setup-matt-pocock-skills)<a href="https://agentmods.dev/skills/stevesolun/ctx/setup-matt-pocock-skills"><img src="https://agentmods.dev/badge/skills/stevesolun/ctx/setup-matt-pocock-skills/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/stevesolun/ctx/setup-matt-pocock-skills"><img src="https://agentmods.dev/badge/skills/stevesolun/ctx/setup-matt-pocock-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00030 | $0.00334 |
| Opus 5 | $0.00015 | $0.00167 |
| Sonnet 5 | $0.00006 | $0.00067 |
| Haiku 4.5 | $0.00003 | $0.00033 |
Grade A, and why
setup-matt-pocock-skills 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 10d 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
Configure the repository
- Inspect existing tracker conventions, remotes, domain documents, ADRs, and skill configuration. Reuse established structure.
- Determine which configuration the installed workflows actually need: issue-tracker guidance, triage labels, domain-document guidance, or a subset.
- Infer unambiguous choices from the repository. Ask only about choices that materially change behavior, and present a recommendation with the tradeoff.
- Show the proposed repository-local files before writing when the choice is material or the files already contain user decisions.
- Write the smallest idempotent configuration that satisfies the selected
workflows. Do not add skill inventories or workflow prose to
AGENTS.mdorCLAUDE.md; keep those files lightweight and point workflows at dedicated configuration instead. - Report what was configured and what remains intentionally unconfigured.
Use the existing seed files only for the selected branch:
- GitHub: issue-tracker-github.md
- GitLab: issue-tracker-gitlab.md
- Local Markdown: issue-tracker-local.md
- Triage labels: triage-labels.md
- Domain documents: domain.md
Adapt templates to the repository; they are references, not required output shapes.
What ships with it
6 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.
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.
- 10d ago First seen · 32 lines · 30 tokens per session scan A 9e864e2290f4
setup-matt-pocock-skills is a skill published in the GitHub repository stevesolun/ctx (584 stars, last pushed 10d ago), licensed MIT. It adds 30 tokens to every session and 334 once invoked, about $0.0002 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
security-compliance
Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding security throughout the SDLC.
stride-analysis-patterns
Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.
review-loop
Run the adversarial verification loop — implement, then hand the change to a fresh checker that did not write it, fix what it finds, and re-dispatch until APPROVE. Use before claiming any behavioural change is done, and on requests like "review loop", "adversarial review", "independent review", "get this verified"…
prompts-chat
Use when searching, installing, or improving AI skills and prompts via prompts.chat or skills.sh. Triggers on skill search, prompt lookup, install skill, improve prompt, prompts.chat.
continuous-learning-v2
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
cc-dev-agent
Use when starting Claude Code projects, writing CLAUDE.md/spec.md, dispatching subagents, or requesting Agent Teams parallel development. Covers Spec-Driven Development, Context Engineering, and post-dev workflow.