Example skill — demonstrates zero-dependency JSON Schema derivation from Python dataclasses and type annotations (issue #242). Use as a reference when authoring typed handlers that should publish inputSchema / outputSchema without hand-writing JSON. Not intended for production use.
$npx -y skills add dcc-mcp/dcc-mcp-core --skill typed-schema-demoInstalls into the current project.
Run `npx skills use "https://github.com/dcc-mcp/dcc-mcp-core" --skill "dcc-mcp/dcc-mcp-core/typed-schema-demo"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dcc-mcp/dcc-mcp-core" that are relevant to the current task. Run `npx skills add "https://github.com/dcc-mcp/dcc-mcp-core"` and select the relevant skills, then follow their instructions.