🎯

create-mcp-servers

🎯Skill

from glittercowboy/taches-cc-resources

VibeIndex|
What it does

Builds MCP (Master Control Program) servers for Claude integrations using Python or TypeScript, enabling automated server infrastructure setup.

create-mcp-servers

Installation

Install skill:
npx skills add https://github.com/glittercowboy/taches-cc-resources --skill create-mcp-servers
1,174
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

Overview

# 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)

```bash

# 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.

Option 2: Manual Install

```bash

# 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.

Commands

Meta-Prompting

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](./commands/create-prompt.md) - Generate optimized prompts with XML structure
  • [/run-prompt](./commands/run-prompt.md) - Execute saved prompts in sub-agent contexts

Todo Management

Capture ideas mid-conversation without derailing current work. Resume later with full context intact.

  • [/add-to-todos](./commands/add-to-todos.md) - Capture tasks with full context
  • [/check-todos](./commands/check-todos.md) - Resume work on captured tasks

Context Handoff

Create structured handoff documents to continue work in a fresh context. Reference with @whats-next.md to resume seamlessly.

  • [/whats-next](./commands/whats-next.md) - Create handoff document for fresh context

Create Extensions

Wrapper commands that invoke the skills below.

  • [/create-agent-skill](./commands/create-agent-skill.md) - Create a new skill
  • [/create-meta-prompt](./commands/create-meta-prompt.md) - Create staged workflow prompts
  • [/create-slash-command](./commands/create-slash-command.md) - Create a new slash command
  • [/create-subagent](./commands/create-subagent.md) - Create a new subagent
  • [/create-hook](./commands/create-hook.md) - Create a new hook

Audit Extensions

Invoke auditor subagents.

  • [`/a

More from this repository10

🎯
create-meta-prompts🎯Skill

Generates staged workflow prompts that automatically detect and map dependencies between different stages of complex tasks.

🎯
create-agent-skills🎯Skill

Generates new Claude Code skills by guiding users through a structured process of defining and creating autonomous workflow capabilities.

🎯
create-slash-commands🎯Skill

Builds custom Claude Code slash commands with proper structural guidelines and validation, enabling developers to create structured, reusable command workflows.

πŸͺ
glittercowboy-taches-cc-resourcesπŸͺMarketplace

Provides a comprehensive Claude Code plugin marketplace with 27 commands, 9 skills, and 3 agents to enhance workflow automation, meta-prompting, debugging, and project planning for developers.

🎯
debug-like-expert🎯Skill

Systematically diagnoses software issues by gathering evidence, forming testable hypotheses, and methodically isolating root causes of programming problems.

🎯
create-plans🎯Skill

Generates hierarchical project plans for solo developers, breaking down complex projects into structured, actionable steps using Claude's workflow capabilities.

🎯
create-subagents🎯Skill

Builds specialized Claude instances with isolated contexts, enabling targeted and context-specific agent creation for complex workflows.

🎯
create-hooks🎯Skill

Builds event-driven automation workflows that can trigger actions or processes based on specific conditions or triggers in a Claude Code environment.

🎯
setup-ralph🎯Skill

Sets up Geoffrey Huntley's Ralph Wiggum autonomous coding loop for automated development workflows.

πŸ”Œ
taches-cc-resourcesπŸ”ŒPlugin

Provides a comprehensive toolkit of Claude Code commands, skills, and agents to enhance workflow efficiency, meta-prompting, and autonomous development processes.