一键导入
frontend-design
Use this skill when generating reports, tables, or email output to produce polished, self-contained, responsive HTML.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill when generating reports, tables, or email output to produce polished, self-contained, responsive HTML.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a 1-hour Outlook follow-up meeting for pre-onboarding after a successful Docusign workflow trigger, using the employee name and agreement effective date from workflow context.
Generate a full Agent Academy feedback report — extracting feedback from Excel files and GitHub issues, analyzing sentiment, generating charts, and producing a single styled PDF with a cover page, management summary, and detailed analysis. Use this skill when the user asks to generate an Agent Academy report, create a feedback analysis, build a course completion report, or wants to analyze Agent Academy survey data. Also triggers when the user mentions Agent Academy feedback, course grades, sentiment analysis of Agent Academy data, or exporting Agent Academy results to PDF.
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.
Look up who has starred the microsoft/agent-academy repository on GitHub. Use this skill whenever the user wants to check stargazers, see if a specific GitHub user has starred the repo, or retrieve an up-to-date list of stargazers. Trigger whenever the user says "who starred agent academy", "check stargazers", "has <user> starred the repo", or asks anything about the repository's stargazer list. This skill uses the GitHub CLI to fetch stargazers via the GitHub API and saves the results to a local JSON file. It will install prerequisites if needed.
Scaffold and author content for the microsoft/agent-academy GitHub repo. Use this skill whenever the user wants to create a new mission, lab, or module for Agent Academy — whether that's a course mission (Recruit, Operative, Commander) or a standalone Special Ops mission. Trigger whenever the user says "write a mission", "scaffold a lab", "create a Special Ops", "new Agent Academy module", or describes an agent-building concept they want to turn into a hands-on lesson. Also trigger when the user says "add a module to agent academy", "I want to contribute a mission", or asks about badge creation for Special Ops. This skill handles: repo structure lookup, duplicate detection, mission naming, markdown scaffolding, step-by-step content drafting, cross-linking, tag/category suggestions, difficulty rating, and badge image generation for Special Ops missions.
| name | frontend-design |
| description | Use this skill when generating reports, tables, or email output to produce polished, self-contained, responsive HTML. |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices.
The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints.
Before coding, understand the context and commit to a BOLD aesthetic direction:
CRITICAL: Choose a clear conceptual direction and execute it with precision. Bold maximalism and refined minimalism both work - the key is intentionality, not intensity.
Then implement working code (HTML/CSS/JS, React, Vue, etc.) that is:
Focus on:
NEVER use generic AI-generated aesthetics like overused font families (Inter, Roboto, Arial, system fonts), cliched color schemes (particularly purple gradients on white backgrounds), or cookie-cutter design that lacks context-specific character.
All output must be fully responsive and render correctly across desktop, tablet, and mobile screen sizes. Use fluid layouts, relative units, and media queries where needed.
When the output is intended for email (including Outlook), override the general aesthetic guidelines above with the following constraints. Outlook uses the Word 2007 HTML rendering engine, which only supports a subset of HTML 4.01 and CSS 1.0.
<table>, <tr>, <td> are the only reliable way to create multi-column or structured layouts. Do NOT rely on <div> for layout.width as an HTML attribute on <table> and <td>, not only in CSS.cellpadding and cellspacing HTML attributes on tables for spacing.border="0" on layout tables to prevent visible borders.style attributes on each element. Do NOT use <style> blocks or external stylesheets; Outlook may strip them.var(--x)) — Outlook ignores them entirely.border-top-width, border-top-style, border-top-color) over shorthand when precision matters. Basic shorthand like font, margin, border, and padding is supported.<span> only supports CORE CSS: color, font, font-family, font-style, font-variant, font-size, font-weight, text-decoration, background-color, text-align, vertical-align, letter-spacing, line-height, white-space, border properties.<div> and <p> support COREEXTENDED: everything in CORE plus text-indent, margin, margin-left, margin-right, margin-top, margin-bottom.<table>, <td>, <th>, <img>, <a>, etc.) support FULL CSS: everything in COREEXTENDED plus width, height, padding properties, and individual border-* properties.background-image, background-attachment, background-position, background-repeat, float, position, display (in CSS2.1 context), max-width, min-width, max-height, min-height, text-transform, text-shadow, word-spacing, overflow, clear, border-spacing, opacity, CSS animations/transitions, @media queries, @import, @font-face, CSS Grid, Flexbox.
<form>, <button>, <input>, <select>, <option>, <iframe>, <object>, <script>, <noscript>, <video>, <audio>, <canvas>, <svg>.
sans-serif, serif, monospace).@font-face, or any externally loaded fonts — Outlook will ignore them.bgcolor HTML attribute on <table>, <tr>, and <td> for background colors in addition to inline background-color CSS for maximum compatibility.#FF0000), not rgb(), rgba(), hsl(), or named colors.width and height as HTML attributes on <img> tags, not only in CSS.alt attribute.display:block on images to prevent unwanted spacing.@media queries are NOT supported by Outlook, design for a fixed width of 600px as the standard email width.width="100%" on the outer wrapper table and a fixed-width inner table (e.g., width="600") for consistent rendering.vw, vh, % on nested elements) for critical layout — Outlook ignores them in many contexts.onclick, onmouseover, etc.).<iframe> or <frameset> — blocked by Outlook security.