#425 · Primary category: AI Coding Assistants
taches-cc-resources
A collection of my favorite custom Claude Code resources to make life easier.
Project last updated:04/01/26
GitHub Stars
2.0K
Forks
411
Contributors
1
License
MIT
Why we included this project
For anyone who works in Claude Code day to day, this collection turns the terminal agent into something you can shape around your own workflow. It bundles 27 slash commands, 9 skills, and 3 auditor subagents that handle the routine parts of agentic development: capturing todos mid-conversation, writing handoff notes so you can resume in a fresh session, and applying thinking frameworks like first principles or the 80/20 rule. The skills are the interesting part because they build new skills, slash commands, subagents, hooks, and MCP servers from a plain description of what you want, so the pack expands your toolkit rather than just dropping in fixed tools. The auditor subagents check your custom commands and skills against best-practice structure, which helps once you start authoring your own. Installation is either through the Claude plugin marketplace or by copying files into your ~/.claude directories, and the MIT license means you can adapt it freely.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.