By durandom
Curated Claude Code skills and commands for prompt engineering, MCP servers, subagents, hooks, and productivity workflows
Create a new slash command following best practices and patterns
Create specialized Claude Code subagents with expert guidance
Gather requirements through adaptive questioning before executing any task
Add todo item to TO-DOS.md with context from conversation
Create or edit Claude Code skills with expert guidance on structure and best practices
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.
This is a fork of glittercowboy/taches-cc-resources
All credit for the original work goes to TÂCHES (Lex Christopherson). This fork contains minor customizations for personal use.
If you're looking for the canonical version, please use the upstream repository.
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 durandom/taches-cc-resources-durandom
# Install the plugin
claude plugin install tcrd
Start a new Claude Code session to use the commands and skills.
# Clone the repo
git clone https://github.com/durandom/taches-cc-resources-durandom.git
cd taches-cc-resources-durandom
# 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.
Claude Code skills collection - code mapping, GTD, knowledge management, and more
All-in-one toolkit for Red Hat Developer Hub (RHDH). Covers plugin development, overlay management, environment setup, version compatibility, CI/CD, and RHDH ecosystem navigation.
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
npx claudepluginhub durandom/taches-cc-resources-durandomHarness-native ECC plugin for engineering teams - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
v9.52.0 - Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
The Claude Code knowledge system — 380+ skills, 182+ agents, 100+ commands, 40 hooks, 32 rules, and workflows.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation