- Home
- Skills
- Andrelandgraf
- Fullstackrecipes
- Use Fullstackrecipes
use-fullstackrecipes_skill
- TypeScript
8
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill andrelandgraf/fullstackrecipes --skill use-fullstackrecipes- SKILL.md474 B
Overview
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.
How this skill works
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.
When to use it
- Starting a new full stack AI project and needing production-ready patterns
- Onboarding team members to a consistent architecture and tooling
- Integrating a specific feature (auth, uploads, deployments) with minimal guesswork
- Migrating to opinionated defaults (file structure, components, deployment)
- Creating internal docs or runbooks based on vetted cookbooks
Best practices
- Read the recipe prerequisites first to ensure environment compatibility
- Apply recipes incrementally and test each step locally before committing
- Adapt patterns to your project's conventions instead of copying blindly
- Keep track of recipe versions and notes for reproducibility
- Use recipes as a starting point; customize security and performance settings
Example use cases
- Follow a step-by-step guide to add user authentication with recommended UI components
- Implement a file upload flow using a tested backend and storage pattern
- Adopt deployment recipes to set up CI/CD with environment-specific tweaks
- Create a consistent component library by following the registry's component patterns
- Draft a team onboarding checklist that references specific setup recipes
FAQ
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.