بنقرة واحدة
minimal-smoke-skill
Deliberately tiny skill that exercises the ZIP import flow.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Deliberately tiny skill that exercises the ZIP import flow.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Validates animation durations, enforces typography scale, checks component accessibility, and prevents layout anti-patterns in Tailwind CSS projects. Use when building UI components, reviewing CSS utilities, styling React views, or enforcing design consistency.
Premium brand-kit image generation skill for creating high-end brand-guidelines boards, logo systems, identity decks, and visual-world presentations. Trained for minimalist, cinematic, editorial, dark-tech, luxury, cultural, security, gaming, developer-tool, and consumer-app brand systems. Optimized for intentional logo concepting, refined composition, sparse typography, strong symbolic meaning, premium mockups, art-directed imagery, and flexible grid layouts.
Interaction-design and animation craft guidance for building UI that feels polished and responsive. Covers when to animate, easing, timing, springs, component press states, transforms, gestures, performance, and accessibility.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Opinionated, terse principles for writing clean HTML, CSS, and JavaScript — semantics, accessibility, performance, low-specificity CSS, transform-only animation, and stateless/functional JS. Use when authoring or reviewing frontend code, untangling CSS specificity, or replacing imperative loops and bind/apply with native and functional patterns.
Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel better", "feels off", stagger animations, border radius, optical alignment, font smoothing, tabular numbers, image outlines, box shadows.
| name | Minimal Smoke Skill |
| trigger | /smoke-skill |
| description | Deliberately tiny skill that exercises the ZIP import flow. |
This skill exists to test the skill-import pipeline end-to-end
without relying on any real production skill. When the user types
/smoke-skill, the model receives the body below as a system-prompt
fragment.
The body is intentionally short and uncontroversial:
Reply in one sentence. Use plain language. Avoid decorative emojis, marketing speak, and AI-tells. Keep your answer concrete.
That is the entire instruction. The runbook's Step 10 zips the
minimal-skill/ folder, drops it into the importer, and asserts
that the skill appears in the registry plus the trigger completes
in the slash dropup.
minimal-skill/
├── SKILL.md — this file (manifest + body)
└── references/
└── style.md — secondary doc the importer must preserve
After import, the skill lives at:
<repoRoot>/skills/minimal-skill/
├── SKILL.md
└── references/
└── style.md
That is exactly what the importer's full-payload mode (PR #210)
promises. If references/style.md is missing after import, the
fixture proves the regression.