ctx: Skill for Codex

.agents/skills/setup-matt-pocock-skills/SKILL.md

setup-matt-pocock-skills is a skill for Codex from stevesolun/ctx. It costs 30 tokens per session (334 once invoked), scanned A, original, MIT.

A setup workflow for repository-local rules used by engineering skills, such as issue tracking, triage labels, and domain documents.

In plain words
What is it for?
It helps inspect existing project decisions, select the needed configuration, and create the smallest reusable configuration files for the repository.
Why use it?
It avoids making automated workflows guess how this repository names, stores, or manages those conventions.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions CLAUDE.md; installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is stevesolun/ctx's own configuration. It tells Codex how to work on ctx itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ctx configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/stevesolun/ctx/main/.agents/skills/setup-matt-pocock-skills/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/stevesolun/ctx

Made for: Codex.

Wrote 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.

agentmods badge for setup-matt-pocock-skills

README.md
[![agentmods](https://agentmods.dev/badge/skills/stevesolun/ctx/setup-matt-pocock-skills/github.svg)](https://agentmods.dev/skills/stevesolun/ctx/setup-matt-pocock-skills)
Your own site
<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.

agentmods 80×15 button for setup-matt-pocock-skills

Your own site · 80×15
<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>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 334 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 10d ago against content hash 9e864e2290f4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

.agents/skills/setup-matt-pocock-skills/SKILL.md · 32 lines

What it actually says

Configure the repository

  1. Inspect existing tracker conventions, remotes, domain documents, ADRs, and skill configuration. Reuse established structure.
  2. Determine which configuration the installed workflows actually need: issue-tracker guidance, triage labels, domain-document guidance, or a subset.
  3. Infer unambiguous choices from the repository. Ask only about choices that materially change behavior, and present a recommendation with the tradeoff.
  4. Show the proposed repository-local files before writing when the choice is material or the files already contain user decisions.
  5. Write the smallest idempotent configuration that satisfies the selected workflows. Do not add skill inventories or workflow prose to AGENTS.md or CLAUDE.md; keep those files lightweight and point workflows at dedicated configuration instead.
  6. Report what was configured and what remains intentionally unconfigured.

Use the existing seed files only for the selected branch:

Adapt templates to the repository; they are references, not required output shapes.

Files

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.

Changes

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.

  1. 10d ago First seen · 32 lines · 30 tokens per session scan A 9e864e2290f4

Subscribe to this mod's changes

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.

Related

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.

sangrokjung/claude-forge · 56 tokens

stride-analysis-patterns

Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.

sangrokjung/claude-forge · 30 tokens

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"…

sangrokjung/claude-forge · 100 tokens

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.

sangrokjung/claude-forge · 41 tokens

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.

sangrokjung/claude-forge · 33 tokens

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.

sangrokjung/claude-forge · 45 tokens