Borrowing it
Nothing to install: this file belongs to brayandiazc/project-starter-template-es-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/brayandiazc/project-starter-template-es-ai/main/.claude/skills/prototipo/SKILL.mdgit clone --depth 1 https://github.com/brayandiazc/project-starter-template-es-aiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/prototipo)<a href="https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/prototipo"><img src="https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/prototipo/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/brayandiazc/project-starter-template-es-ai/prototipo"><img src="https://agentmods.dev/badge/skills/brayandiazc/project-starter-template-es-ai/prototipo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00095 | $0.00855 |
| Opus 5 | $0.00048 | $0.00428 |
| Sonnet 5 | $0.00019 | $0.00171 |
| Haiku 4.5 | $0.00010 | $0.00085 |
Grade A, and why
prototipo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Construye vistas estáticas clicables — validan flujo y diseño antes de escribir lógica, y luego se conectan (no se tiran).
Paso 1 — Contexto
Lee design/README.md + design/tokens.css (sistema y tokens), el mapa de vistas en
docs/architecture/screens.md y el README.md del proyecto.
Si no hay mapa de pantallas, constrúyelo primero con la persona. Al terminar, marca en
ese mapa las vistas que pasen a estado prototipo.
Paso 2 — Inventario de vistas
Parte del catálogo estándar y márcalo contra el mapa:
- Públicas: landing/home, precios (si hay pago), sobre/about, contacto, 404 y 500.
- Legales: términos, privacidad, cookies. La plantilla no trae estos textos — maqueta la estructura de la página y deja el contenido marcado como pendiente.
- Auth (si hay cuentas): login, registro, recuperar contraseña.
- App: las vistas propias del recorrido crítico (dashboard, la acción de valor, ajustes/cuenta).
Confirma con la persona cuáles entran en el prototipo (default: todas las del recorrido crítico + landing + legales).
Paso 3 — Construir
Sobre los tokens, no sobre una librería. No hay vistas de ejemplo versionadas a
proposito: envejecen y acaban contradiciendo al design system. Se construye con
design/tokens.css y primitivas HTML nativas (<dialog>, <details>, popover),
que traen foco, teclado y Escape resueltos.
- Formato según el stack: el sistema de plantillas o de componentes que ya use el
proyecto. Si aún no está instanciado, HTML plano importando
tokens.css. - Si el destino es móvil: la maqueta sirve de spec de contenido y jerarquía, pero el layout, la navegación (tabs, no sidebar) y el catálogo de pantallas son distintos — hay pantallas que solo existen en móvil (onboarding, permisos, sin conexión) y vistas web que no tienen equivalente.
- Solo tokens semánticos del design system; estados loading/empty/error visibles donde aplique (con datos de ejemplo realistas, no "lorem ipsum").
- Imágenes/ilustraciones desde las fuentes aprobadas de
design/README.md(unDraw, Unsplash, DiceBear…) — optimizadas y conalt. - Navegación real entre vistas (links funcionando) — el prototipo se recorre completo.
- Modo claro y oscuro (
prefers-color-scheme+data-theme="dark") y textos para es/en (sin hardcodear cadenas si el preset ya tiene i18n).
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 64 lines · 95 tokens per session scan A 81b9c0476f5c
prototipo is a skill published in the GitHub repository brayandiazc/project-starter-template-es-ai (15 stars, last pushed 4d ago), licensed MIT. It adds 95 tokens to every session and 855 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-08.
Other skills, from other repositories
web-animation-design
Design and implement web animations that feel natural and purposeful. Use this skill proactively whenever the user asks questions about animations, motion, easing, timing, duration, springs, transitions, or animation performance. This includes questions about how to animate specific UI elements, which easing to use…
frontend-ui-dark-ts
Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.
frontend-design-workflow
Workflow for frontend features, visual changes, and product design changes. Present mockup options before writing code, build against the project's design system, capture the right evidence type (screenshots vs video), and run a new-user usability review before finalizing. Use when building or changing UI, styling…
openkb-html-critic
Use to review a generated HTML deck or single-page artifact for visual quality and structural correctness. Especially good at catching CSS specificity bugs where slide-modifier classes (.divider, .center, .q, .flow etc.) accidentally override the base .slide{display:none} and cause one slide to stack on top of every…
eval-graphics
Turn an eval study's numbers into on-brand, publish-ready figures using the Newsjack chart room (the eval design system), then validate them with Playwright. For producing the charts in a published eval/data study.
decocms-ui
Build or style React UI with the decocms product design system (@decocms/ui). Use when creating interfaces, pages, or components in a project that should look like decocms products, when the user mentions "design system", "@decocms/ui", "decocms style", or asks to make UI consistent with Studio. Covers installation…