use-fullstackrecipes

Fetch and parse Markdown frontmatter from fullstackrecipes to identify setup guides and skills.

20|3|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill use-fullstackrecipes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: use-fullstackrecipes
Source: https://github.com/andrelandgraf/fullstackrecipes/tree/main/templates/fullstackrecipe/.agents/skills/use-fullstackrecipes
Command: npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill use-fullstackrecipes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and follow fullstackrecipes (setup guides, skills, cookbooks) by fetching their Markdown; this meta-skill helps you find and apply recipes correctly. Use when planning a build, adding a tool, or deciding which recipe or skill to follow.

Core Features & Use Cases

  • Fetch Markdown for setup recipes, skills, and cookbooks to guide planning and implementation.
  • Distinguish between setup recipes and skills, and install skills via the CLI after prerequisites are satisfied.
  • Use during project planning to decide which recipe or skill to follow and ensure a canonical stack is configured.

Quick Start

Install the use-fullstackrecipes skill using the Skills CLI and fetch a recipe to view its Markdown.

Frequently Asked Questions about use-fullstackrecipes

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

FAQPage Schema
How do I discover and apply fullstack setup recipes for a new project?

Fetch Markdown entries to parse their frontmatter for names and descriptions, distinguishing between setup recipes and skills, then use the skills CLI to install and apply the matching guide during project planning.

What is the difference between a fullstack setup recipe and a skill?

Setup recipes provide Markdown instructions for configuring a canonical stack, while skills are distinct components installed via the CLI after validating that all project prerequisites are satisfied.

How do I install a fullstack skill using the CLI after fetching its recipe?

After fetching and interpreting the Markdown entry to confirm prerequisites are met, install the fullstack skill via the skills CLI, which guides the validation and application of the cookbook content.

When do I need to fetch Markdown cookbooks for fullstack project planning?

Fetch Markdown cookbooks when planning a build, adding a tool, or deciding which recipe or skill to follow, ensuring a canonical stack is configured and all prerequisites are validated before installation.

Does the fullstackrecipes discovery process validate prerequisites before applying a setup guide?

Yes, the fullstackrecipes discovery process parses Markdown frontmatter to identify setup guides and explicitly ensures all prerequisites are met before applying the content or installing skills via the CLI.