spikard

Generates code scaffolds from API schemas for Spikard projects.

115|8|Updated Mar 30, 2025
One-click install
npx skills add https://github.com/Goldziher/spikard --skill spikard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spikard
Source: https://github.com/Goldziher/spikard/tree/main/skills/spikard
Command: npx skills add https://github.com/Goldziher/spikard --skill spikard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Scaffold Spikard projects and generate code from API schemas using the Spikard CLI or MCP server.

Core Features & Use Cases

  • Scaffold Spikard projects
  • Generate code from OpenAPI, AsyncAPI, OpenRPC, GraphQL, and Protobuf schemas
  • Use for building Spikard-based apps, fixtures, test apps, or agent workflows that should prefer code generation over handwritten boilerplate.

Quick Start

Install the Spikard CLI, start the MCP server, and begin scaffolding a project.

Frequently Asked Questions about spikard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate code from OpenAPI and AsyncAPI schemas?

You can generate code from OpenAPI and AsyncAPI schemas by using codegen-first scaffolding to automate starter app creation, producing validated code scaffolds instead of handwritten boilerplate.

Can I scaffold projects from Protobuf and GraphQL definitions?

Yes, scaffolding from Protobuf and GraphQL definitions is supported alongside OpenAPI, AsyncAPI, and OpenRPC schemas to generate validated code scaffolds across multiple languages.

Do I need a local installation to use codegen for API schema scaffolding?

Yes, codegen for API schema scaffolding requires a local Spikard installation or a running MCP server to process schemas and output validated code scaffolds.

What is the best way to build test apps and fixtures from API schemas?

The best way to build test apps and fixtures from API schemas is using codegen-first scaffolding, which generates validated code structures suitable for agent workflows and testing setups.

Does codegen scaffolding work for building agent workflows?

Yes, codegen scaffolding works for building agent workflows by generating validated code scaffolds from API schemas, allowing you to prefer code generation over manual boilerplate.

What are the limitations of schema-based codegen for starter apps?

Schema-based codegen for starter apps requires a local installation or MCP server and outputs scaffolds with validation guidance, meaning you must handle schema accuracy and local environment setup yourself.