Claude Code Skill Builder
Creates and refines ClaudeVault SKILL.md files — frontmatter, trigger descriptions, body patterns proven in production, and validator-clearing language. Use when building a new skill, rewriting an underperforming one, or migrating an existing skill to the audited template. Skill builder, SKILL.md, Claude Code skill, Agent Skills standard.
Agent Workflow Designer
Designs multi-step agentic AI architectures — orchestration patterns (ReAct, router, planner, pipeline, collaborative), tool selection, handoff protocols, safety guardrails, and failure recovery. Use when building AI agents that use tools, make decisions, or coordinate with other agents. Agent architecture, orchestration, multi-agent, agentic workflow.
Claude Code Hook Builder
Designs Claude Code hooks — PreToolUse, PostToolUse, and Stop hook patterns with validation logic, safety guardrails, and workflow enforcement. Use when creating hooks for settings.json to block dangerous commands, auto-lint after edits, inject context, or enforce test verification. Claude Code hooks, settings.json, tool validation.
Tool Schema Designer
Designs tool/function calling schemas for LLM agents — parameter types, trigger descriptions, enum usage, error contracts, and disambiguation between tools. Use when defining tool schemas for Claude tool_use, OpenAI function calling, or MCP servers. Tool schema, function calling, tool design, agent tools.
MCP Builder
Designs and implements Model Context Protocol (MCP) servers — tool definitions, resource endpoints, input schemas, safety patterns, and client configuration. Use when building an MCP server to expose tools, data, or APIs to Claude Code, Cursor, or other MCP clients. MCP server, Model Context Protocol, tool integration.