Serve skill definitions to any MCP client
claude-commands-mcpskillsetup L2★0
npm:@rui.branco/claude-commands-mcp ↗What it does
Serve skill definitions from git repos via MCP
Best for
Serving skill definitions from git repos beats manual CLI installation.
Inputs
- · file or document content
- · configuration JSON
- · session or state context
- · email message or text
- · URL or file path
Outputs
- · markdown briefing with citations
- · structured JSON output
- · code, migrations, or SQL
- · active session handle
- · design specifications or mockups
- · routing decision with delegation path
Requires
- · MCP servers (standard)
- · Git/GitHub API
- · local runtime (Node/Python/bash)
- · Google Workspace API
Preconditions
- · Tool/MCP installed and configured
- · Authentication credentials present
- · Input file exists and is readable
- · Input type must be classifiable to one route
Failure modes
- · Timeout or rate limit exceeded on external calls
- · Input cannot be classified to any route
- · Input file missing or malformed
- · MCP server unreachable or schema mismatch
Trust signals
- · Version and compatibility specified
- · Published on package registry (npm/pip)
- · Concrete usage examples provided
- · Verification/testing guidance included