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.
npx claudepluginhub glittercowboy/taches-cc-resources --plugin taches-cc-resourcesAdd 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
List outstanding todos and select one to work on
Evaluate decisions across three time horizons
Drill to root cause by asking why repeatedly
Apply Eisenhower matrix (urgent/important) to prioritize tasks or decisions
Break down to fundamentals and rebuild from base truths
Solve problems backwards - what would guarantee failure?
Find simplest explanation that fits all the facts
Identify the single highest-leverage action
Analyze what you give up by choosing this option
Apply Pareto's principle (80/20 rule) to analyze arguments or current discussion
Think through consequences of consequences
Map strengths, weaknesses, opportunities, and threats
Improve by removing rather than adding
Create or edit Claude Code skills with expert guidance on structure and best practices
Invoke create-hooks skill for expert guidance on Claude Code hook development
Create optimized prompts for Claude-to-Claude pipelines (research -> plan -> implement)
Create hierarchical project plans for solo agentic development (briefs, roadmaps, phase plans)
Create a new prompt that another Claude can execute
Create a new slash command following best practices and patterns
Create specialized Claude Code subagents with expert guidance
Apply expert debugging methodology to investigate a specific issue
Heal skill documentation by applying corrections discovered during execution with approval workflow
Research competitors - who else does this, how, strengths/weaknesses
Comprehensive investigation of a topic - thorough analysis with sources
Reality check - can we actually do this with our constraints?
Research what's been tried before - past attempts, lessons learned
Map the space - tools, players, trends, gaps in a domain
Find open-source solutions - libraries, tools, projects that solve this
Compare multiple options side-by-side with recommendation
Research how to implement something - approaches, libraries, tradeoffs
Execute a PLAN.md file directly without loading planning skill context
Delegate one or more prompts to fresh sub-task contexts with parallel or sequential execution
Set up Geoffrey Huntley's original Ralph Wiggum autonomous coding loop
Analyze the current conversation and create a handoff document for continuing this work in a fresh context
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.
Expert guidance for creating Claude Code slash commands. Use when working with slash commands, creating custom commands, understanding command structure, or learning YAML configuration.
Expert guidance for creating, building, and using Claude Code subagents and the Task tool. Use when working with subagents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.
Deep analysis debugging mode for complex issues. Activates methodical investigation protocol with evidence gathering, hypothesis testing, and rigorous verification. Use when standard troubleshooting fails or when issues require systematic root cause analysis.
Set up and configure Geoffrey Huntley's original Ralph Wiggum autonomous coding loop in any directory with proper structure, prompts, and backpressure.
Search The Pirate Bay for torrents and extract magnet links via the apibay.org JSON API. Use when asked to "find a torrent", "search pirate bay", "get a magnet link", "download torrent", "find seeders", "top torrents", or any torrent search task. Can operate via CLI tool or direct API calls.
Build professional native iPhone apps in Swift with SwiftUI and UIKit. Full lifecycle - build, debug, test, optimize, ship. CLI-only, no Xcode. Targets iOS 26 with iOS 18 compatibility.
Build professional native macOS apps in Swift with SwiftUI and AppKit. Full lifecycle - build, debug, test, optimize, ship. CLI-only, no Xcode.
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimThis 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.
Interactive toolkit for creating and maintaining OpenCode-compatible skills, agents, and commands
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Multi-agent orchestrator for Claude Code. Track work with convoys, sling to polecats. The Cognition Engine for AI-powered software factories.
Installer for TÂCHES' Get-Shit-Done workflow system - meta-prompting, context engineering and spec-driven development
Automatically analyzes user prompts and recommends the most relevant skills. Auto-activates at session start, searches external catalogs, and proposes creating new skills when needed.
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.