◎ Add Collection
.agents/skills/add-collection/SKILL.md
Introduce a new Library collection ID with schema, i18n, Collection Explorer card, and docs catalog row. Use when adding industry verticals or curated resource groups like gym, clinic, restaurant.
collections schema i18n library docs
Cuándo usar
- → New industry vertical or themed bundle in the Library
- → Curated filter preset users browse as a first-class collection
- → ROADMAP phase delivering a vertical (Restaurant, Salon, Real Estate, …)
◈ Content Authoring
.agents/skills/content-authoring/SKILL.md
Add or edit library resources in packages/content/resources with frontmatter, snippets, and MCP catalog regeneration. Use for any new resource type — components, patterns, prompts, animations, schemas, etc.
content mdx snippets schema mcp library
Cuándo usar
- → Any new Library resource (component, pattern, prompt, animation, schema, boilerplate, …)
- → Editing frontmatter, snippets, or README prose for an existing resource
- → After content changes that affect the MCP catalog
◻ Create Site Pages (apps/www)
.agents/skills/create-site-pages/SKILL.md
Add new Astro pages to apps/www with i18n, SEO, sitemap, and optional nav links. Use when creating site routes like /changelog, /showcase, or any new top-level page on stealthis.dev.
astro www i18n routing pages seo
Cuándo usar
- → New top-level page on stealthis.dev (e.g. `/pricing`, `/about`, `/tools`)
- → New localized variant of an existing site page
- → Page needs nav entry, sitemap inclusion, or OG image
▭ Page Resources (Library templates)
.agents/skills/page-resources/SKILL.md
Create full-page Library templates (category pages, type page) with HTML/CSS/JS snippets and Lab demos. Use when adding copy-paste page layouts like about-page, landing-page, or portfolio templates.
content pages lab html library templates
Cuándo usar
- → Landing pages, about pages, pricing pages, portfolios, dashboards
- → Full HTML page layouts developers can steal into their projects
- → Runnable Lab preview of the page design