·component
</>

component

zpankz/mcp-skillset

Generate syntactically correct Claude Code configuration components (commands, subagents, skills, output styles) with optimal cross-component integration. Triggers on requests to create slash commands, agents, subagents, skills, output styles, Claude Code plugins, agentic workflows, or multi-agent pipelines. Ensures parameter validity per component type and semantic coherence across component references.

5Installs·0Trend·@zpankz

Installation

$npx skills add https://github.com/zpankz/mcp-skillset --skill component

SKILL.md

Generate integrated Claude Code configuration with syntactically valid YAML frontmatter and semantically coherent cross-references.

| Parameter | Commands | Subagents | Skills | Styles |

| name | ✗ (filename) | ✗ (filename) | ✓ (required) | ✓ (required) | | description | ✓ (required) | ✓ (required) | ✓ (required) | ✓ (required) | | allowed-tools | ✓ | ✓ | ✓ | ✗ | | disallowed-tools | ✗ | ✓ | ✗ | ✗ | | model | ✓ | ✓ | ✗ | ✗ | | argument-hint | ✓ | ✗ | ✗ | ✗ | | disable-model-invocation | ✓ | ✗ | ✗ | ✗ | | permissionMode | ✗ | ✓ | ✗ | ✗ |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/zpankz/mcp-skillset --skill component
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is component?

Generate syntactically correct Claude Code configuration components (commands, subagents, skills, output styles) with optimal cross-component integration. Triggers on requests to create slash commands, agents, subagents, skills, output styles, Claude Code plugins, agentic workflows, or multi-agent pipelines. Ensures parameter validity per component type and semantic coherence across component references. Source: zpankz/mcp-skillset.

How do I install component?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/zpankz/mcp-skillset --skill component Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/zpankz/mcp-skillset