Curated Claude Code skills and commands for prompt engineering and productivity
npx claudepluginhub glittercowboy/taches-cc-resourcesCurated Claude Code skills and commands for prompt engineering, MCP servers, subagents, hooks, and productivity workflows
A growing collection of custom Claude Code resources built for real workflows.
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
Commands (27 total) - Slash commands that expand into structured workflows
Skills (9 total) - Autonomous workflows that research, generate, and self-heal
Agents (3 total) - Specialized subagents for validation and quality
# Add the marketplace
claude plugin marketplace add glittercowboy/taches-cc-resources
# Install the plugin
claude plugin install taches-cc-resources
Start a new Claude Code session to use the commands and skills.
# Clone the repo
git clone https://github.com/glittercowboy/taches-cc-resources.git
cd taches-cc-resources
# Install commands
cp -r commands/* ~/.claude/commands/
# Install skills
cp -r skills/* ~/.claude/skills/
Commands install globally to ~/.claude/commands/. Skills install to ~/.claude/skills/. Project-specific data (prompts, todos) lives in each project's working directory.
Separate analysis from execution. Describe what you want in natural language, Claude generates a rigorous prompt, then runs it in a fresh sub-agent context.
/create-prompt - Generate optimized prompts with XML structure/run-prompt - Execute saved prompts in sub-agent contextsCapture ideas mid-conversation without derailing current work. Resume later with full context intact.
/add-to-todos - Capture tasks with full context/check-todos - Resume work on captured tasksCreate structured handoff documents to continue work in a fresh context. Reference with @whats-next.md to resume seamlessly.
/whats-next - Create handoff document for fresh contextWrapper commands that invoke the skills below.
/create-agent-skill - Create a new skill/create-meta-prompt - Create staged workflow prompts/create-slash-command - Create a new slash command/create-subagent - Create a new subagent/create-hook - Create a new hookInvoke auditor subagents.
/audit-skill - Audit skill for best practices/audit-slash-command - Audit command for best practices/audit-subagent - Audit subagent for best practices/heal-skill - Fix skills based on execution issuesApply mental frameworks to decisions and problems.
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.