skymanbp

66 mods across 6 repositories, 145 stars between them.

edict

49

skymanbp/cc-enforcer

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.

5 6d ago D 29 tokens original MIT

gc

50

skymanbp/cc-enforcer

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.

5 6d ago A 60 tokens original MIT

i18n

51

skymanbp/cc-enforcer

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.

5 6d ago A 40 tokens original MIT

sync-gate

52

skymanbp/cc-enforcer

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.

5 6d ago A 53 tokens original MIT

verify

53

skymanbp/cc-enforcer

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.

5 6d ago A 28 tokens original MIT

SessionStart

54

skymanbp/cc-enforcer

Hook

Runs when a session starts, executing inject_context.py via python with --event. From skymanbp/cc-enforcer.

5 6d ago A tokens not measured original MIT

UserPromptSubmit

55

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.

5 6d ago A tokens not measured original MIT

PreToolUse

56

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.

5 6d ago A tokens not measured original MIT

Stop

57

skymanbp/cc-enforcer

Hook

Runs when the agent finishes a response, executing stop_guard.py via python. From skymanbp/cc-enforcer.

5 6d ago A tokens not measured original MIT

repo-refresh

58

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.

5 6d ago A 160 tokens original MIT

systematic-debug

59

skymanbp/cc-enforcer

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.

5 6d ago A 119 tokens original MIT

rag-your-code

61

skymanbp/rag-your-code

Plugin Claude Code

Local explainable codebase RAG indexing and retrieval for coding agents.

1 5d ago A tokens not measured original MIT

describe

62

skymanbp/rag-your-code

Command

Write the searchable vocabulary this repository does not contain — agent-authored descriptions for undescribed declarations, the single biggest lever on retrieval quality.

1 5d ago A 27 tokens original MIT

index

63

skymanbp/rag-your-code

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.

1 5d ago A 31 tokens original MIT

search

64

skymanbp/rag-your-code

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.

1 5d ago A 29 tokens original MIT

status

65

skymanbp/rag-your-code

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.

1 5d ago A 31 tokens original MIT

rag-your-code

66

skymanbp/rag-your-code

Skill Claude CodeCodex

Index and search the current codebase with local, explainable RAG records.

1 5d ago A 20 tokens original MIT