Discover and follow recipes via MCP resources for setup guides, skills, and cookbooks. The meta-skill for using fullstackrecipes effectively.
Access setup recipes and skills via MCP resources to build full-stack applications. Use when you need step-by-step guides for configuring tools like authentication, databases, or payments, or when working with previously configured services.
/plugin marketplace add andrelandgraf/fullstackrecipes/plugin install fullstackrecipes@fullstackrecipesThis skill inherits all available tools. When active, it can use any tool Claude has access to.
fullstackrecipes provides setup instructions for building full-stack applications and skills to work with them. Content is organized into two types:
Cookbooks bundle related recipes together in sequence. For example, "Base App Setup" includes Next.js, Shadcn UI, Neon Postgres, Drizzle ORM, and AI SDK setup recipes and skills.
The fullstackrecipes MCP server exposes all recipes and cookbooks as resources. Resources are organized by type:
recipe:// - Individual setup guides and skillscookbook:// - Bundled recipe sequencesIf the MCP server is not already set up, add it to your coding agent's MCP configuration:
{
"mcpServers": {
"fullstackrecipes": {
"url": "https://fullstackrecipes.com/api/mcp"
}
}
}
Fetch the full content of any recipe by its resource URI:
Read the "neon-drizzle-setup" resource from fullstackrecipes
The recipe content includes all steps, code examples, and file paths needed to complete the setup.
Recipes are tested instructions. Follow them step-by-step without modifications unless you have a specific reason to deviate.
Some recipes depend on others. The MCP resource descriptions indicate prerequisites. Complete setup recipes before using their corresponding skills.
Once a tool is configured, use the skill for ongoing development. Skills contain patterns, code examples, and API references that apply to the configured tools.
Recipes are updated as libraries evolve. When troubleshooting issues or starting new features, fetch the latest recipe content from the MCP server rather than relying on cached instructions.
Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.