authoring-recipes

Author fullstackrecipes catalog content with frontmatter and slug alignment.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guidelines and standards for authoring fullstackrecipes content, ensuring consistent structure for setup recipes, exposed skills (in ./skills/), cookbooks, templates, and installable registry utilities. Use when creating or editing catalog content to help maintainers build and iterate with clarity and predictability.

Core Features & Use Cases

  • Provide a standardized frontmatter-driven entry for skills and setup recipes, ensuring slug-name alignment and discoverability.
  • Document the dual-skill structure: consumer-facing skills under ./skills and internal guidelines under .agents/skills to prevent leakage and confusion.
  • Enforce conventions for naming, directory placement, and update redirects to preserve catalog integrity during edits and migrations.

Quick Start

Ensure SKILL.md contains a valid frontmatter with name and description and maintain the separation between consumer-facing skills and internal guidelines.

Frequently Asked Questions about authoring-recipes

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

FAQPage Schema
How do I structure markdown frontmatter for fullstackrecipes content?

Markdown frontmatter for fullstackrecipes content requires valid name and description fields. Ensuring proper frontmatter and slug alignment guarantees standardized, discoverable entries for skills and setup recipes.

What is the correct directory placement for consumer-facing skills versus internal guidelines?

Consumer-facing skills belong in the ./skills directory, while internal developer guidelines reside in .agents/skills. This dual-skill structure prevents content leakage and confusion between consumer and internal workflows.

How do I author and maintain catalog content for setup recipes and cookbooks?

Authoring catalog content involves creating standardized, frontmatter-driven entries for setup recipes, cookbooks, and templates. Following naming conventions and directory placement rules preserves catalog integrity during edits and migrations.

Do I need to align slugs with names when authoring skills?

Yes, slug-name alignment is required when authoring skills. Enforcing frontmatter requirements and slug alignment ensures predictable discovery and installation workflows for consumers browsing the catalog.

What happens if I mix internal and consumer content in the same directory?

Mixing internal and consumer content breaks the dual-skill structure, causing content leakage and confusion. The system enforces organizational rules that strictly separate .agents/skills internal guidelines from ./skills consumer-facing content.