capitalone

20 mods across 2 repositories, 1.0k stars between them.

vulnhunt-fix-verify

01

capitalone/VulnHunter

Skill Claude CodeCodex

Verify that specific findings from a prior /vulnhunt scan have been correctly addressed in a supplied code checkout. Read-only over the target repo; produces a per-finding verdict JSON.

965 17d ago A 47 tokens original Apache-2.0

vulnhunt

02

capitalone/VulnHunter

Skill Claude CodeCodex

Scan a codebase for exploitable security defects. Enumerates every user-controllable input, traces each forward to dangerous sinks, proves exploitability with executable tests, and proposes validated fixes.

965 17d ago A 42 tokens original Apache-2.0

vulnhunter-fix

03

capitalone/VulnHunter

Skill Claude CodeCodex

Automate vulnerability remediation from VulnHunter scan results using TDD. Parses VulnHunter findings, writes exploit demos proving each vulnerability, writes security tests that define correct behavior (RED), implements fixes to pass those tests (GREEN), and delivers via PR or fallback GitHub issue. Each PR includes…

965 17d ago A 135 tokens original Apache-2.0

address-feedback

04

capitalone/context-specs

Skill Claude CodeCodex

Respond to an automated reviewer's findings on the current feature PR — a narrow, headless responder. Triages each reviewer finding into Clear / Ambiguous / Complex / Out-of-PRD-Scope, then acts — fixes the cause and pushes (diff-only) for Clear, posts one in-thread reply for the rest. Skips findings it already…

41 8d ago A 123 tokens original Apache-2.0

env-init

05

capitalone/context-specs

Skill Claude CodeCodex

One-time setup of a project as a harness ENVIRONMENT — the Software 3.0 half that follows context-specs add. Generates the project-specific artifacts an LLM must read the repo to write (AGENTS.md, bootstrap-worktree.sh, local-checks.sh), installs the project-owned /intent, seeds the Expert (long-term memory) skeleton…

41 8d ago A 112 tokens original Apache-2.0

expert

06

capitalone/context-specs

Skill Claude CodeCodex

This project's long-term memory — how to run, validate, and extend it; its architecture, patterns, hard invariants, worked examples, and current decisions/direction. Consult when planning a feature, validating a spec, implementing a slice, or writing intent for this project. Routing table below points to one small…

41 8d ago A 69 tokens original Apache-2.0

fix-local-checks

07

capitalone/context-specs

Skill Claude CodeCodex

Patch the code so scripts/local-checks.sh passes, after /implement-mainspec — a narrow post-implement polish specialist. Reads the (remediation-rich) check failures, fixes the underlying cause, never silences a check, re-verifies, and commits. Invoked headless by the dispatcher's two-strike local-checks gate; the…

41 8d ago A 114 tokens original Apache-2.0

learn

08

capitalone/context-specs

Skill Claude CodeCodex

Update the project's long-term memory after a merge to main. Reads the merged diff and reconciles the current memory — adding, editing, and deleting Expert reference files — then drafts candidate lints and AGENTS.md pointers. Opens a reviewable learn/ PR, or prints "nothing to learn" and exits if the merge produced no…

41 8d ago B 120 tokens original Apache-2.0

evaluate-pr

09

capitalone/context-specs

Skill Claude CodeCodex

Evaluate a PR the harness produced — walk the change, run the system together, and build a firm understanding before you merge it. Use after the harness hands a converged PR to you for review (the "Ready for your review" comment), or any time you want to deeply review an agent-authored PR. The human-attentive skill at…

41 8d ago A 107 tokens original Apache-2.0

improve-context

10

capitalone/context-specs

Skill Claude CodeCodex

The harness concierge for improving a project's context — the human-in-the-loop expert on every context lever (the codebase's own shape, AGENTS.md, the Expert long-term memory, /intent, local-check lints) and on STUCK forensics. Use to resolve a STUCK PR (diagnosis-first), to improve any lever ("improve long-term…

41 8d ago A 236 tokens original Apache-2.0

intent

11

capitalone/context-specs

Skill Claude CodeCodex

Turn an open-ended idea into a PRD plus a runnable definition of done. Use when a developer wants to start a new feature, "file a PRD", "spec out" or "scope" an idea, think through what to build, or kick off the harness for a piece of work. Produces prds/ /prd.md + an executable prds/ /run-prd-test.sh on a prd/ /…

41 8d ago A 109 tokens original Apache-2.0

update-harness

12

capitalone/context-specs

Skill Claude CodeCodex

Resolve the outcome of context-specs update — walk every file where your edits and the new upstream version disagree, and decide keep / take / merge / customize with the consequence of each spelled out. Use after context-specs update reports conflicts or semantic reviews, or any time your harness has unresolved…

41 8d ago A 111 tokens original Apache-2.0

wiki-init

13

capitalone/context-specs

Skill Claude CodeCodex

One-time, guided setup of a standalone LLM-maintained wiki — a Karpathy "LLM Wiki" style knowledge base for a problem domain and your general architecture best practices. Scaffolds an external wiki vault (its own git repo) with /ingest, /query, /lint commands and a conventions doc. Use when a developer wants to start…

41 8d ago A 109 tokens original Apache-2.0

ingest

14

capitalone/context-specs

Command

Ingest a raw source (file path or URL) into the wiki — read the source, extract concepts/entities/workflows/claims, then create or update wiki pages with cross-links and citations.

41 8d ago A 39 tokens original Apache-2.0

lint

15

capitalone/context-specs

Command

Health-check the wiki — find broken links, orphans, stale claims, contradictions, frontmatter drift, and suggested new pages. Writes a timestamped report; --fix auto-applies safe categories only.

41 8d ago A 41 tokens original Apache-2.0

query

16

capitalone/context-specs

Command

Ask a question against the wiki. Reads MOC.md for topology, greps wiki/ for keywords, follows wikilinks 2 hops, returns an answer with [[wiki-slug]] citations on every claim. Offers post-hoc promotion to wiki/inbox/ when the answer is novel.

41 8d ago A 59 tokens original Apache-2.0

implement-mainspec

17

capitalone/context-specs

Skill Claude CodeCodex

Implements a mainspec end-to-end by delegating each slice to a slice-implementer subagent in dependency order, committing to feature/ directly. Agent-first — invoked headless by the harness dispatcher with the feature slug. No human-in-the-loop, no approval gates.

41 8d ago A 66 tokens original Apache-2.0

implement-slice

18

capitalone/context-specs

Skill Claude CodeCodex

Implements a single slice with unit tests and a Reflect step. Agent-first — invoked by the slice-implementer subagent (under implement-mainspec). No human-in-the-loop.

41 8d ago A 42 tokens original Apache-2.0

spec-planning

19

capitalone/context-specs

Skill Claude CodeCodex

Reads a PRD (prds/ /prd.md) plus its executable run-prd-test.sh (and any helper artifacts under prds/ /), grounds them in codebase research, and produces specs/ /mainspec.md plus dependency-ordered slices. Encodes the runner as a slice success criterion so implementation completion implies ./prds/ /run-prd-test.sh…

41 8d ago A 125 tokens original Apache-2.0

spec-validate

20

capitalone/context-specs

Skill Claude CodeCodex

Validates a mainspec and its slices via 3-subagent consensus plus expert review, then applies impactful fixes directly to the spec files. No human-in-the-loop summary or approval — agent-first. Touches specs/ /.validated as its final committed action.

41 8d ago B 64 tokens original Apache-2.0