minipuft/claude-prompts-mcp

View on GitHub ↗

Model Context Protocol (MCP) server for reusable prompt templates, multi-step workflow chains, and quality gates. Compose agentic workflows with an operator syntax; export as native skills to Claude Code, Cursor, OpenCode, and Gemini CLI.

186 ★33 forksTypeScriptUpdated 18d ago

What you need to know

MCP server for prompt workflows - reusable prompt templates with quality gates, reasoning frameworks, styles and multi-step chain orchestration

Install

/plugin marketplace add minipuft/minipuft-plugins
/plugin install claude-prompts@minipuft
Or npx -y claude-prompts@latest for Claude Desktop

Usage

  • Invoke prompts with operators like >>review target:'src/auth/' @ReACT :: 'cite sources'
  • Chain steps with --> and hand off to agents with ==>
  • Export authored YAML workflows as native skills with npm run skills:export

Key features

  • Four primitives: prompt templates (>>), gates (::), frameworks (@), styles (#)
  • Bundles 120+ prompts across 17 categories, all hot-reloadable and versioned with rollback
  • Multi-step workflow chains threading context between steps with verification loops
  • Three MCP tools: prompt_engine, resource_manager, system_control
  • Judge mode lets the AI recommend the best resources
  • Hooks for auto-routing and chain continuity across compaction

Best for

Teams and developers that reuse prompts and want validated, multi-step workflows

Caveats

  • Hooks require plugin installation; other clients run MCP-only
  • Plugin hooks experimental on Codex and off by default
  • Named agent handoffs need a compatible subagent system
Clients: Claude Code · Claude Desktop · Cursor · OpenCode · Gemini CLI · Codex · Windsurf · Zed

Reviewed 2026-08-11

Topics

agentic-workflowsai-automationai-developmentai-workflowsclaudeclaude-codellmllm-toolsmcpmcp-servermodel-context-protocolnodejsprompt-engineeringprompt-managementprompt-templatestypescript
Stars
186★
Forks
33
Language
TypeScript
License
MIT
Created
2025-03-02
Last push
2026-08-18