edict
49Command
A command for managing project-specific or personal hard rules stored in TOML configuration files. These rules can describe required practices and patterns that edits or shell commands must not use.
Command
A command for managing project-specific or personal hard rules stored in TOML configuration files. These rules can describe required practices and patterns that edits or shell commands must not use.
Command
A command that finds session state files not updated for a chosen number of days and lists or deletes them. It previews the files by default; deletion requires an explicit apply option.
Command
A command that checks translated rule and prompt files against their English source files. It verifies matching files, heading structure, and required command tokens in enforcement lines.
Command
A command-line tool for managing a project’s sync-gate configuration, which checks whether related files are updated together. The configuration can define file patterns that require matching updates elsewhere.
Command
A command that independently checks the factual claims and file-and-line references in an agent’s most recent response. It reports whether each claim is confirmed, outdated, missing, or unsupported.
Hook
Runs when a session starts, executing inject_context.py via python with --event. From skymanbp/cc-enforcer.
Hook
Runs when you submit a prompt, before the agent sees it, executing inject_context.py via python with --event. From skymanbp/cc-enforcer.
Hook
Runs before the agent uses a tool for Read, Edit, Write and Bash tool calls, executing read_guard.py and bash_guard.py via python (2 commands). From skymanbp/cc-enforcer.
Hook
Runs when the agent finishes a response, executing stop_guard.py via python. From skymanbp/cc-enforcer.
Skill Claude CodeCodex
A repository-wide scan for stale, outdated, duplicated, incorrect, or drifting documentation and code. It checks whether written instructions still match the current project.
Skill Claude CodeCodex
A structured debugging process for investigating bugs, errors, failed tests, and unexpected behavior. It starts by creating a quick, repeatable way to reproduce the problem before testing possible causes.
Plugin Claude Code
Plugin marketplace listing 1 plugin: rag-your-code.
Plugin Claude Code
Local explainable codebase RAG indexing and retrieval for coding agents.
Command
Write the searchable vocabulary this repository does not contain — agent-authored descriptions for undescribed declarations, the single biggest lever on retrieval quality.
Command
Index this repository for local RAG search, then report which rung it is on — descriptions still to write, a promotion to apply, or nothing left.
Command
Search this repository in plain language and report the declarations that answer it, each with its file, exact line range and the words it matched on.
Command
Check the health of this repository's RAG index — whether it is stale, how much of it carries written descriptions, and which settings are in force.
Skill Claude CodeCodex
Index and search the current codebase with local, explainable RAG records.