Build and orchestrate advanced Claude Code agentic workflows by creating meta-prompts, subagents, hooks, MCP servers, slash commands, and skills; execute hierarchical plans, run autonomous coding loops, apply expert debugging and productivity frameworks like 5 Whys or Eisenhower Matrix, and audit components for compliance and quality.
Add todo item to TO-DOS.md with context from conversation
Gather requirements through adaptive questioning before executing any task
Audit skill for YAML compliance, pure XML structure, progressive disclosure, and best practices
Audit slash command file for YAML, arguments, dynamic context, tool restrictions, and content quality
Audit subagent configuration for role definition, prompt quality, tool selection, XML structure compliance, and effectiveness
Expert skill auditor for Claude Code Skills. Use when auditing, reviewing, or evaluating SKILL.md files for best practices compliance. MUST BE USED when user asks to audit a skill.
Expert slash command auditor for Claude Code slash commands. Use when auditing, reviewing, or evaluating slash command .md files for best practices compliance. MUST BE USED when user asks to audit a slash command.
Expert subagent auditor for Claude Code subagents. Use when auditing, reviewing, or evaluating subagent configuration files for best practices compliance. MUST BE USED when user asks to audit a subagent.
Expert guidance for creating, writing, building, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices.
Expert guidance for creating, configuring, and using Claude Code hooks. Use when working with hooks, setting up event listeners, validating commands, automating workflows, adding notifications, or understanding hook types (PreToolUse, PostToolUse, Stop, SessionStart, UserPromptSubmit, etc).
Create Model Context Protocol (MCP) servers that expose tools, resources, and prompts to Claude. Use when building custom integrations, APIs, data sources, or any server that Claude should interact with via the MCP protocol. Supports both TypeScript and Python implementations.
Create optimized prompts for Claude-to-Claude pipelines with research, planning, and execution stages. Use when building prompts that produce outputs for other prompts to consume, or when running multi-stage workflows (research -> plan -> implement).
Create hierarchical project plans optimized for solo agentic development. Use when planning projects, phases, or tasks that Claude will execute. Produces Claude-executable plans with verification criteria, not enterprise documentation. Handles briefs, roadmaps, phase plans, and context handoffs.
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
npx claudepluginhub glittercowboy/taches-cc-resources --plugin taches-cc-resourcesThis skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Universal intent router for Claude Code. One command that picks the highest-ROI skill automatically — GSD, Superpowers, or gstack.
Multi-agent orchestrator for Claude Code. Track work with convoys, sling to polecats. The Cognition Engine for AI-powered software factories.
Unified capability management center for Skills, Agents, and Commands.
Installer for TÂCHES' Get-Shit-Done workflow system - meta-prompting, context engineering and spec-driven development