stevesolun

79 mods across 3 repositories, 612 stars between them.

ctx AGENTS.md

25

stevesolun/ctx

Instructions file CodexOpenCode

Instructions for stevesolun/ctx, covering ctx repository notes, the product, where the code lives, how to verify a change and settled decisions — do not re-litigate.

581 8d ago A 1,695 tokens original MIT

ctx CLAUDE.md

26

stevesolun/ctx

Instructions file

Instructions for stevesolun/ctx, a project described as: Repo-aware recommendations for skills, agents, MCP servers, and model harnesses. Use your own inventory or the shipped 79,958-node graph with 68,494 skills, 467 agents, 10,790 MCPs, and 207 harnesses.

581 8d ago A 5 tokens copy · 100% MIT

skill-router

27

stevesolun/ctx

Skill Claude CodeCodex

Repo-aware recommendation manager for ctx. Scans the active repository, identifies stack and workflow signals, recommends a capped set of skills, agents, and MCP servers, and unloads helpers that no longer match the current work after user confirmation. Harnesses are recommended by the custom-model onboarding flow or…

581 8d ago A 72 tokens original MIT

agents-md-protocol

28

stevesolun/ctx

Skill Claude CodeCodex

Create or review an AGENTS.md file so coding agents get stable repo-local instructions: environment setup, testing, style, security boundaries, PR policy, and handoff rules. Use when a repo lacks durable agent guidance or when a custom harness needs a predictable context file.

581 8d ago A 59 tokens original MIT

cavecrew-builder

29

stevesolun/ctx

Agent

Surgical 1-2 file edit. Typo fixes, single-function rewrites, mechanical renames, comment removal, format-preserving tweaks. Hard refuses 3+ file scope. Returns caveman diff receipt. Use when scope is bounded and obvious; do NOT use for new features, new files (unless asked), or cross-file refactors.

581 8d ago A 76 tokens original MIT

stevesolun/ctx

Agent

Read-only code locator. Returns file:line table for "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Output is caveman-compressed so the main thread eats 60% fewer tokens than vanilla Explore. Refuses to suggest fixes.

581 8d ago A 66 tokens original MIT

cavecrew-reviewer

31

stevesolun/ctx

Agent

Diff/branch/file reviewer. One line per finding, severity-tagged, no praise, no scope creep. Output format path:line: : . . Use for "review this PR", "review my diff", "audit this file". Skips formatting nits unless they change meaning.

581 8d ago A 75 tokens original MIT

cavecrew

32

stevesolun/ctx

Skill Claude CodeCodex

Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn cavecrew-investigator (locate code), cavecrew-builder (1-2 file edit), or cavecrew-reviewer (diff review) instead of doing the work inline or using vanilla Explore. Subagent output is caveman-compressed so the tool-result…

581 8d ago A 134 tokens original MIT

caveman-commit

33

stevesolun/ctx

Skill Claude CodeCodex

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit.…

581 8d ago A 79 tokens original MIT

caveman-compress

34

stevesolun/ctx

Skill Claude CodeCodex

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or…

581 8d ago A 77 tokens original MIT

caveman-help

35

stevesolun/ctx

Skill Claude CodeCodex

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

581 8d ago A 56 tokens original MIT

caveman-review

36

stevesolun/ctx

Skill Claude CodeCodex

Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.

581 8d ago A 72 tokens original MIT

caveman-stats

37

stevesolun/ctx

Skill Claude CodeCodex

Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on /caveman-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers.

581 8d ago A 60 tokens original MIT

caveman

38

stevesolun/ctx

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts token usage 75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or…

581 8d ago A 98 tokens copy · 100% MIT

stevesolun/ctx

Skill Claude CodeCodex

Design or audit a repo-local markdown knowledge graph with wiki links, source-code backlinks, drift checks, and searchable sections. Use when AGENTS.md/CLAUDE.md is too flat for a large codebase or when a custom harness needs durable structured project memory.

581 8d ago A 60 tokens original MIT

design-an-interface

40

stevesolun/ctx

Skill Claude CodeCodex

Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".

581 8d ago A 43 tokens copy · 95% MIT

diagnose

41

stevesolun/ctx

Skill Claude CodeCodex

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

581 8d ago A 66 tokens copy · 81% MIT

edit-article

42

stevesolun/ctx

Skill Claude CodeCodex

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.

581 8d ago A 34 tokens original MIT

stevesolun/ctx

Skill Claude CodeCodex

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

581 8d ago B 62 tokens copy · 92% MIT

migrate-to-shoehorn

44

stevesolun/ctx

Skill Claude CodeCodex

Migrate test files from as type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace as in tests, or needs partial test data.

581 8d ago A 48 tokens copy · 100% MIT

obsidian-vault

45

stevesolun/ctx

Skill Claude CodeCodex

Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.

581 8d ago A 43 tokens original MIT

qa

46

stevesolun/ctx

Skill Claude CodeCodex

Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".

581 8d ago A 58 tokens copy · 100% MIT

stevesolun/ctx

Skill Claude CodeCodex

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

581 8d ago A 53 tokens copy · 88% MIT

review

48

stevesolun/ctx

Skill Claude CodeCodex

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…

581 8d ago A 95 tokens original MIT