A prompt operating system for Claude Code maximalists
Twenty-seven commands, nine skills, and three auditor agents that turn Claude Code into a self-improving workshop for building even more AI tools.

What it does
This is a curated resource pack for Claude Code: slash commands, autonomous skills, and validation subagents. It covers meta-prompting, todo management, mental frameworks like first principles and inversion, systematic debugging, and project planning. The skills can scaffold new skills, MCP servers, subagents, hooks, and even bootstrap an autonomous coding loop called Ralph.
The interesting bit
The project treats Claude Code as a platform rather than a chat interface. The create-plans skill treats PLAN.md as an executable prompt rather than static documentation, and the Ralph setup runs iterative autonomous loops with fresh context every cycle to prevent context poisoning. When a skill misfires, /heal-skill patches it based on what actually worked.
Key highlights
- 27 slash commands, including thinking models (
/consider:pareto,/consider:inversion,/consider:5-whys,/consider:eisenhower-matrix) - 9 autonomous skills that research, generate, and self-heal, plus MCP server scaffolding in Python or TypeScript
- 3 auditor subagents (
skill-auditor,slash-command-auditor,subagent-auditor) that enforce best practices - Domain-aware planning that loads framework-specific expertise (5k–10k+ line knowledge bases) so tasks aren’t generic
- Auto-handoff at 10% tokens remaining, with git versioning that commits outcomes instead of process noise
Verdict
Heavy Claude Code users who want to automate their automation will find this essential; casual chat users should skip it.
Frequently asked
- What is glittercowboy/taches-cc-resources?
- Twenty-seven commands, nine skills, and three auditor agents that turn Claude Code into a self-improving workshop for building even more AI tools.
- Is taches-cc-resources open source?
- Yes — glittercowboy/taches-cc-resources is open source, released under the MIT license.
- What language is taches-cc-resources written in?
- glittercowboy/taches-cc-resources is primarily written in TypeScript.
- How popular is taches-cc-resources?
- glittercowboy/taches-cc-resources has 2k stars on GitHub.
- Where can I find taches-cc-resources?
- glittercowboy/taches-cc-resources is on GitHub at https://github.com/glittercowboy/taches-cc-resources.