home / skills / andrelandgraf / fullstackrecipes / use-fullstackrecipes
This skill helps you discover and follow production-ready fullstack recipes to accelerate setup, skills, and cookbooks for AI apps.
npx playbooks add skill andrelandgraf/fullstackrecipes --skill use-fullstackrecipesReview the files below or copy the command above to add this skill to your agents.
---
name: use-fullstackrecipes
description: Discover and follow recipes via MCP resources for setup guides, skills, and cookbooks. The meta-skill for using fullstackrecipes effectively.
---
# Building with fullstackrecipes
Discover and follow recipes via MCP resources for setup guides, skills, and cookbooks. The meta-skill for using fullstackrecipes effectively.
```bash
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/use-fullstackrecipes
```
This skill helps you discover, follow, and apply production-ready recipes from the fullstackrecipes collection. It acts as a meta-skill that guides setup, integration, and adaptation of patterns, cookbooks, and step-by-step guides for full stack web AI apps. Use it to streamline onboarding, enforce consistent architecture, and accelerate feature delivery.
The skill queries the fullstackrecipes catalog to surface relevant recipes, setup guides, and code patterns. It highlights prerequisites, step sequences, and recommended files or components to modify. It can produce actionable checklists or copyable commands so you can apply recipes directly to your project.
Can I customize recipes for my codebase?
Yes. Recipes are templates and patterns meant to be adapted; follow prerequisites but modify code to match your conventions.
Are recipes production-ready out of the box?
Recipes are designed to be production-ready patterns, but you should validate security, performance, and environment specifics before deploying.