Tâches Claude Code Resources
Description
A growing collection of custom Claude Code resources built for real workflows.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
TÂCHES Claude Code Resources
A growing collection of custom Claude Code resources built for real workflows.
Philosophy
When you use a tool like Claude Code, it's your responsibility to assume everything is possible.
I built these tools using that mindset.
Dream big. Happy building.
— TÂCHES
What's Inside
**[Commands](#commands)** (27 total) - Slash commands that expand into structured workflows
- Meta-Prompting: Separate planning from execution with staged prompts
- Todo Management: Capture context mid-work, resume later with full state
- Thinking Models: Mental frameworks (first principles, inversion, 80/20, etc.)
- Deep Analysis: Systematic debugging methodology with evidence and hypothesis testing
**[Skills](#skills)** (9 total) - Autonomous workflows that research, generate, and self-heal
- Create Plans: Hierarchical project planning for solo developer + Claude workflows
- Create MCP Servers: Build MCP servers for Claude integrations (Python/TypeScript)
- Create Agent Skills: Build new skills by describing what you want
- Create Meta-Prompts: Generate staged workflow prompts with dependency detection
- Create Slash Commands: Build custom commands with proper structure
- Create Subagents: Build specialized Claude instances for isolated contexts
- Create Hooks: Build event-driven automation
- Debug Like Expert: Systematic debugging with evidence gathering and hypothesis testing
- Setup Ralph: Set up Geoffrey Huntley's Ralph Wiggum autonomous coding loop
**[Agents](#agents)** (3 total) - Specialized subagents for validation and quality
- skill-auditor: Reviews skills for best practices compliance
- slash-command-auditor: Reviews commands for proper structure
- subagent-auditor: Reviews agent configurations for effectiveness
Installation
Option 1: Plugin Install (Recommended)
# Add the marketplace
claude plugin marketplace add glittercowboy/taches-cc-resources
...
Related Skills
使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git mcp-server-github
GitHub API integration for repos, issues, PRs.
Git