StealThis .dev

Para agentes y contribuidores

Agent Skills

Cada skill es un flujo empaquetado que se carga cuando la tarea coincide. Complementan AGENTS.md con checklists enfocados.

.agents/skills/<name>/SKILL.md

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

Cómo se relacionan con otros docs

  • AGENTS.md / CLAUDE.md Contexto del proyecto y referencia de comandos
  • .agents/skills/*/SKILL.md Flujos de tarea cargados cuando aplican
  • CONTENT_AUTHORING.md Referencia completa de frontmatter y snippets
  • PHASE-WORKFLOW.md Builds multi-agente para fases del ROADMAP (opcional)

Anatomía de una skill

---
name: skill-id
description: When the agent should load this skill.
---

## When to use
## Workflow
## Checklist
## Related files

Subcarpetas opcionales (rules/, examples/) para referencia más profunda.