{"slug":"first-fluke-oma-design","name":"oma-design","description":"AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2).","long_description":"---\nname: oma-design\ndescription: >\n  AI design specialist skill with DESIGN.md management, anti-pattern enforcement,\n  optional Stitch MCP integration, and component library guidance.\n  Covers typography, color systems, motion design (motion/react, GSAP, Three.js),\n  responsive-first layouts, and accessibility (WCAG 2.2).\n---\n\n# oma-design\n\n## Scheduling\n\n### Goal\nDesign specialist that defines, creates, and validates project design systems.\nDESIGN.md is the central artifact; all design work revolves around it.\n\n### Intent signature\n- User asks for design system, `DESIGN.md`, visual direction, typography, color, motion, accessibility, anti-pattern review, or component guidance.\n- User needs design decisions before frontend implementation or wants UI quality audited from a design perspective.\n\n### When to use\n- Defining or revising a project design system\n- Creating or auditing `DESIGN.md`\n- Selecting typography, color, layout, motion, or component direction\n- Reviewing UI work for responsive behavior, accessibility, and visual quality\n- Redesigning an existing site or app (preserve vs overhaul modes)\n- Using optional vendor inspiration from Stitch MCP or getdesign\n\n### When NOT to use\n- Implementing frontend components or application UI -> use `oma-frontend`\n- Planning product scope or task breakdown -> use `oma-pm`\n- Backend, database, infrastructure, or mobile implementation -> use the relevant specialist skill\n- General quality/security review outside visual, interaction, and accessibility concerns -> use `oma-qa`\n\n### Expected inputs\n- Product, brand, audience, platform, and UI/design problem\n- Existing `.design-context.md`, `DESIGN.md`, screenshots, references, or component constraints\n- Accessibility, responsive, language, and implementation constraints\n\n### Expected outputs\n- Design direction, revised `DESIGN.md`, audit findings, component guidance, or handoff notes\n- Responsive-first, WCAG-aware design recommendations\n- Optional vendor seed attribution when getdesign is used\n\n```yaml\noutputs:\n  - name: design-doc\n    description: Updated DESIGN.md when the run materially advances the design system\n    artifact: \"DESIGN.md\"\n    required: false\n  - name: design-context\n    description: Refreshed .design-context.md snapshot when a discovery pass runs\n    artifact: \".design-context.md\"\n    required: false\n```\n\n### Dependencies\n- `.design-context.md` and `DESIGN.md`\n- Design resources, references, anti-pattern catalog, and optional Stitch/getdesign integrations\n- shadcn/component library context when recommending components\n\n### Control-flow features\n- Branches by missing context, CJK language support, vendor seed availability, and anti-pattern audit results\n- May read/write design docs and call optional design/vendor tooling\n- Requires user confirmation before generation when multiple directions exist\n\n## Structural Flow\n\n### Entry\n1. Check `.design-context.md`; if missing, run setup before design work.\n2. Identify target audience, platform, content language, and design artifact.\n3. Decide whether vendor inspiration or Stitch integration is relevant.\n\n### Scenes\n1. **PREPARE**: Load design context and constraints.\n2. **ACQUIRE**: Extract existing design signals, references, and anti-pattern risks.\n3. **REASON**: Propose directions, typography, color, layout, motion, and accessibility choices.\n4. **ACT**: Generate or revise `DESIGN.md` and related guidance.\n5. **VERIFY**: Audit responsive behavior, WCAG, Nielsen heuristics, and AI-slop patterns.\n6. **FINALIZE**: Handoff design decisions and attribution where required.\n\n### Transitions\n- If `.design-context.md` is missing, create it before continuing.\n- If the target is an existing site/app, load `resources/redesign-protocol.md` and classify Preserve vs Overhaul before proposing.\n- If CJK support is needed, prioritize CJK-ready fonts.\n- If vendor seed fetch fails, choose retry, continue without seed, or abort.\n- If anti-patterns appear, surface alternatives before finalizing.\n\n### Failure and recovery\n- If design context is insufficient, ask for one focused clarification or propose assumptions.\n- If vendor inspiration is unavailable, continue with local design synthesis.\n- If accessibility checks fail, revise before handoff.\n\n### Exit\n- Success: design artifact is project-specific, responsive-first, accessible, and audit-ready.\n- Partial success: missing context, vendor failure, or open design decision is explicit.\n\n## Logical Operations\n\n### Actions\n| Action | SSL primitive | Evidence |\n|--------|---------------|----------|\n| Read design context | `READ` | `.design-context.md`, `DESIGN.md`, references |\n| Select design direction | `SELECT` | 2-3 directions and recommended option |\n| Infer visual system | `INFER` | Typography, color, layout, motion |\n| Call optional tooling | `CALL_TOOL` | Stitch/getdesign/shadcn when relevant |\n| Write design artifact | `WRITE` | `DESIGN.md` or audit output |\n| Validate design quality | `VALIDATE` | Checklist, WCAG, anti-patterns |\n| Report handoff | `NOTIFY` | Final design summary |\n\n### Tools and instruments\n- Design references, anti-pattern catalog, checklist, Stitch integration, getdesign fetcher\n- shadcn CLI recommendations when component guidance is needed\n\n### Canonical workflow path\n```text\n1. Check `.design-context.md`; create it if missing.\n2. Produce 2-3 design directions and get confirmation.\n3. Generate or revise `DESIGN.md`, then run the design checklist.\n```\n\nOptional vendor seed discovery:\n```bash\nbunx getdesign@latest list\n```\n\n### Resource scope\n| Scope | Resource target |\n|-------|-----------------|\n| `LOCAL_FS` | `.design-context.md`, `DESIGN.md`, design resources |\n| `CODEBASE` | Existing UI and component patterns |\n| `NETWORK` | Optional getdesign/vendor references |\n| `PROCESS` | Optional CLI/tool invocations |\n\n### Preconditions\n- Target design problem and artifact are identifiable.\n- Design context exists or setup can create it.\n\n### Effects and side effects\n- May create or modify `DESIGN.md` and design context artifacts.\n- May fetch vendor seed material and append MIT attribution.\n- Does not implement frontend code directly.\n\n### Guardrails\n1. Check `.design-context.md` before any design work. If missing, run Phase 1 (Setup) to create it.\n2. System font stack as default (`system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif`). Add custom fonts only with project justification.\n3. If the service supports CJK languages (ko/ja/zh): prioritize CJK-ready fonts (Pretendard Variable > Noto Sans CJK > system-ui fallback). If latin-only: choose fonts appropriate for the target audience.\n4. Enforce anti-patterns strictly; reject AI slop. See `resources/anti-patterns.md`.\n5. Name colors semantically with hex values: \"Deep Ocean Navy (#1a2332)\" not \"dark blue\".\n6. Recommend components with install commands (shadcn CLI).\n7. ALL output must be responsive-first (mobile layout as default, enhance upward).\n8. WCAG AA minimum for all designs. Respect `prefers-reduced-motion`.\n9. Stitch MCP is optional; all phases work without it.\n10. Present 2-3 design directions and get user confirmation before generating.\n11. Declare a one-line Design Read before proposing: \"Reading this as: \\<page kind> for \\<audience>, with a \\<vibe> language.\" If genuinely ambiguous, ask exactly ONE clarifying question — never guess, never a question dump.\n12. Redesigns follow `resources/redesign-protocol.md`: detect Preserve vs Overhaul, audit before touching, never silently change URLs, nav labels, form field names, or brand marks.\n13. Visual assets follow `resources/asset-strategy.md`: image generation (oma-image) first, picsum seed second, labeled placeholder last. Div-based fake screenshots are banned.\n14. Consistency locks: one accent color, one corner-radius system, one theme per page. Lock them early, audit against them in Phase 6 (checklist section 6 mechanical checks).\n\n### Anti-Pattern Quick Reference\n\n#### Typography\n- DON'T: Default to custom Google Fonts when system fonts suffice\n- DON'T: Reach for Inter as the default custom sans (LLM signature); override only on explicit neutral/Linear-style ask or public-sector/a11y-first brief\n- DON'T: Load 3+ font families without justification\n- DON'T: Body text below 16px on mobile\n- DO: System font stack first, custom fonts for brand identity only\n- DO: Test CJK at every size (line-height 1.7-1.8)\n\n#### Color & Gradient\n- DON'T: Purple-to-blue gradient backgrounds (strongest AI slop signal)\n- DON'T: Gradient orbs/blobs as hero decoration (\"AI SaaS look\")\n- DON'T: Gradient + glassmorphism + blur combo (triple slop)\n- DON'T: Mesh gradient backgrounds as primary visual\n- DON'T: Pure white (#fff) on pure black (#000); too harsh\n- DO: Solid colors or subtle single-hue gradients\n- DO: Texture (noise, grain, dither) over plain gradients\n- DO: Derive gradients from brand colors with clear purpose\n\n#### Layout\n- DON'T: Nested cards inside nested cards\n- DON'T: Desktop-only fixed-width layouts\n- DON'T: Hero with identical 3-metric stats layout (AI pattern)\n- DO: 8px grid, consistent section rhythm\n- DO: Responsive-first, works at 375px minimum\n- DO: Mix layout patterns (chess, grid, bento, full-bleed)\n\n#### Motion\n- DON'T: Bounce easing on everything\n- DON'T: Animation duration > 800ms for UI transitions\n- DON'T: Ignore prefers-reduced-motion\n- DO: transform + opacity only for 60fps\n- DO: 150ms micro-interactions, 200-500ms transitions\n\n#### Components\n- DON'T: Glassmorphism everywhere; use sparingly\n- DON'T: Hover-only interactions without touch/keyboard alternatives\n- DON'T: Default to lucide-react or hand-rolled SVG icons; pick one family deliberately (Phosphor > HugeIcons > Radix > Tabler; lucide on explicit ask or existing dependency)\n- DO: shadcn/ui for base, Aceternity UI / React Bits for accent effects\n- DO: All interactive elements must have visible focus states\n\n#### Content & Copy\n- DON'T: \"John Doe\" personas, \"Acme/Nexus\" brand names, Lorem Ipsum, fake-perfect numbers (99.99%)\n- DON'T: Filler verbs (\"Elevate\", \"Seamless\", \"Unleash\") or performative labels (\"Quietly trusted by\")\n- DON'T: Em-dash (`—`) anywhere in visible output — zero tolerance, no \"sparingly\" allowance; en-dash as separator also banned (hyphen only)\n- DO: Copy self-audit before handoff — re-read every visible string, rewrite anything broken or AI-cute\n- DO: One label per CTA intent per page\n\n#### Assets\n- DON'T: Div-based fake screenshots; text wordmark logo walls; hand-rolled SVG icons\n- DO: oma-image generation first → picsum seed → labeled placeholder + report\n\n### Workflow Summary\n7 phases: Setup → Extract → Enhance → Propose → Generate → Audit → Handoff.\nSee `resources/execution-protocol.md` for full detail.\n\n### Vendor Inspiration (getdesign)\n\nPhase 2 can optionally seed from the community\n[getdesign](https://getdesign.md) catalog\n([VoltAgent/awesome-design-md](https://github.com/VoltAgent/awesome-design-md),\nMIT). Trigger it by listing a supported vendor domain in the\n`## Reference Sites` section of your `.design-context.md`:\n\n```markdown\n## Reference Sites\n- [linear.app](https://linear.app): clean dark UI, minimal, professional\n- [stripe.com](https://stripe.com): strong hierarchy, purposeful animation\n```\n\nAny domain that matches a brand in the getdesign manifest triggers an\nautomatic fetch + hash-verify + load during Phase 2. No new fields, no\nextra config. Full vendor list: see `bunx getdesign@latest list`\n(telemetry is always disabled by oma-design).\n\n**Seed, not final.** oma-design treats vendor templates as inspiration\nand synthesizes a project-specific DESIGN.md around them. Importantly:\n- **Typography is never adopted from the seed.** Rule #2 (system font\n  stack default) and Rule #3 (Pretendard Variable / Noto Sans CJK for\n  ko/ja/zh) always win over the vendor's latin-only fonts.\n- **Anti-patterns are pre-audited** before synthesis. If a vendor uses\n  heavy glassmorphism or purple gradients, Phase 4 will surface the\n  choice explicitly rath","tagline":"AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2).","category":"research","tags":["agent-skill"],"author":"first-fluke","verified":false,"attribution":{"status":"registry_indexed","statusLabel":"Registry indexed","shortLabel":"REGISTRY INDEXED","sourceLabel":"github candidate review","sourceDetail":"first-fluke/oh-my-agent","creatorName":"first-fluke","creatorUrl":"https://github.com/first-fluke","sourceUrl":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design","indexedBy":"OpenAgentSkill community index","claimUrl":"https://www.openagentskill.com/skills/first-fluke-oma-design#claim-this-skill","claimCta":"Claim this skill","trustNote":"This listing was indexed from public sources and is not marked official until a maintainer claim is approved.","publicNote":"Attribution links to the public repository or creator profile. Creators can claim the listing to update ownership signals."},"stats":{"stars":1264,"forks":146,"verified_installs":0,"successful_runs":0,"total_outcomes":0,"rating":0,"review_count":0,"quality_score":44.51},"quality":{"score":77,"tier":"strong","label":"Strong","summary":"Solid option that is likely worth shortlisting for production workflows.","signals":[{"label":"GitHub stars","value":"1.3K","tone":"positive"},{"label":"Freshness","value":"5d ago","tone":"positive"},{"label":"Install ready","value":"Yes","tone":"positive"},{"label":"License","value":"MIT","tone":"neutral"}],"warnings":["SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive."]},"trust":{"version":"trust-score-v5","score":63,"base_score":71,"outcome_confidence":0,"tier":"review","label":"Sandbox only","summary":"Useful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.","recommendedAction":"Run only in a sandbox and compare close alternatives before using it for real work.","decision":{"install_policy":"human_review_before_install","auto_install_allowed":false,"human_review_required":true,"sandbox_first":true,"agent_action":"Compare alternatives before installing.","reasoning":["63/100 Trust Score v5","71/100 Trust Score v4 baseline","Needs more real agent outcomes before unattended install","Install path is available","Review before production"],"review_required_when":["The workspace contains production secrets, payments, private customer data, or irreversible actions.","The install command requests shell, network, credential, database, or broad filesystem access.","Outcome evidence is missing, recently failed, or required human review.","Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"]},"dimensions":[{"id":"github_adoption","label":"GitHub adoption","score":86,"weight":0.13,"status":"pass","detail":"1.3K GitHub stars"},{"id":"repo_activity","label":"Stars/forks activity","score":77,"weight":0.08,"status":"info","detail":"1.3K stars, 146 forks; issue activity unavailable in current metadata"},{"id":"maintenance","label":"Recent maintenance","score":100,"weight":0.14,"status":"pass","detail":"5d since push"},{"id":"license","label":"License clarity","score":86,"weight":0.09,"status":"pass","detail":"MIT"},{"id":"documentation","label":"README/SKILL.md completeness","score":86,"weight":0.14,"status":"pass","detail":"Metadata includes enough usage and workflow context"},{"id":"dependency_risk","label":"Dependency/runtime risk","score":56,"weight":0.12,"status":"warn","detail":"command execution surface, network or browser surface"},{"id":"installability","label":"Install availability","score":92,"weight":0.1,"status":"pass","detail":"npx skills add first-fluke/oh-my-agent --skill oma-design"},{"id":"install_safety","label":"Install command safety","score":92,"weight":0.1,"status":"pass","detail":"standard package or runtime install path"},{"id":"permission_surface","label":"Permission surface","score":50,"weight":0.07,"status":"warn","detail":"shell or command execution, network or browser access"},{"id":"repository","label":"Repository evidence","score":86,"weight":0.04,"status":"pass","detail":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design"},{"id":"review_status","label":"Review status","score":66,"weight":0.05,"status":"info","detail":"AI review data available"},{"id":"agent_outcomes","label":"Agent Proven outcomes","score":54,"weight":0.13,"status":"info","detail":"No agent outcome data yet"}],"checks":[{"status":"pass","label":"GitHub adoption","detail":"1.3K GitHub stars"},{"status":"info","label":"Stars/forks activity","detail":"1.3K stars, 146 forks; issue activity unavailable in current metadata"},{"status":"pass","label":"Recent maintenance","detail":"5d since push"},{"status":"pass","label":"License clarity","detail":"MIT"},{"status":"pass","label":"README/SKILL.md completeness","detail":"Metadata includes enough usage and workflow context"},{"status":"warn","label":"Dependency/runtime risk","detail":"command execution surface, network or browser surface"},{"status":"pass","label":"Install availability","detail":"npx skills add first-fluke/oh-my-agent --skill oma-design"},{"status":"pass","label":"Install command safety","detail":"standard package or runtime install path"},{"status":"warn","label":"Permission surface","detail":"shell or command execution, network or browser access"},{"status":"pass","label":"Repository evidence","detail":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design"},{"status":"info","label":"Review status","detail":"AI review data available"},{"status":"info","label":"Agent Proven outcomes","detail":"No agent outcome data yet"},{"status":"warn","label":"Ownership","detail":"No approved owner claim yet"},{"status":"info","label":"OpenAgentSkill usage","detail":"No local usage activity yet"},{"status":"info","label":"Agent outcomes","detail":"No agent outcome data yet"}],"strengths":["AI review approved","Install path is available","Repository evidence is available","Recently maintained repository","Meaningful GitHub adoption signal","Install command has no obvious high-risk pattern","Outcome loop is ready but needs first real agent run"],"warnings":["SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review","Permission surface needs review: shell or command execution, network or browser access","Dependency/runtime risk: command execution surface, network or browser surface","Permission surface: shell or command execution, network or browser access","No real agent outcome reports yet","Human review required before unattended installation"],"evidence":{"stars":"1.3K GitHub stars","repoActivity":"1.3K stars, 146 forks","lastPushed":"5d since push","license":"MIT","repository":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design","install":"npx skills add first-fluke/oh-my-agent --skill oma-design","installSafety":"standard package or runtime install path","permissionSurface":"shell or command execution, network or browser access","documentation":"Strong README/SKILL.md context","agentOutcomes":"No agent outcome data yet","agentProvenScore":0,"outcomeConfidence":"0%","installPolicy":"human_review_before_install"},"installReadiness":{"ready":true,"command":"npx skills add first-fluke/oh-my-agent --skill oma-design","policy":"human_review_before_install","label":"Human review before install","notes":["Install path is available","Repository evidence is available","License is declared","No Agent Proven outcome evidence yet","5d since push","Financial domain: human review is required before use in a live investment workflow.","Trust Score v5 requires review or sandbox-only use before install."]},"agentCompatibility":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"riskSummary":{"level":"medium","label":"Review before production","notes":["SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review","Permission surface needs review: shell or command execution, network or browser access","Dependency/runtime risk: command execution surface, network or browser surface"]},"outcomeEvidence":{"total":0,"successes":0,"failures":0,"notRelevant":0,"successRate":null,"installAttempts":0,"riskBlocked":0,"setupRequired":0,"installSuccessRate":null,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"recentSuccessRate":null,"recentFailureRate":null,"uniqueAgents":0,"agentProvenScore":0,"agentProvenLabel":"Needs first agent run","lastOutcomeAt":null,"label":"No agent outcome data yet"},"autoInstall":{"allowed":false,"sandboxRequired":true,"policy":"human_review_before_install","reason":"Compare alternatives before installing."},"outcome_loop":{"version":"openagentskill-agent-outcome-v4","required_after_install":true,"endpoint":"/api/agent/outcome","method":"POST","event_id_source":"feedback.event_id, install_receipt.resolve_event_id, or decision_packet.outcome_feedback.event_id","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"required_fields":["event_id","skill_slug","task"],"quality_fields":["task_success","output_quality","error_type","human_review_required","used_in_production","workspace","evidence_url","time_to_useful_ms","source_version"],"ranking_inputs_updated":["Trust Score v5 outcome confidence","Agent Proven Score","Resolve ranking task-fit evidence","Skill detail machine-readable metadata","Outcome leaderboard"]},"agent_contract":{"suited_tasks":["research","agent-skill"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"install_command":"npx skills add first-fluke/oh-my-agent --skill oma-design","trust_score":63,"trust_version":"trust-score-v5","risk_level":"medium","do_not_use_when":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace","Autonomous investment, trading, tax, or suitability decisions without a qualified human review"],"before_install":["Read the audit page and machine-readable metadata.","Confirm the install command, license, and permission surface fit the workspace.","Get explicit human approval or choose an alternative before installing."],"after_run":["Report the outcome to /api/agent/outcome using the resolve event id.","Include output_quality, workspace, human_review_required, and evidence_url when available.","Re-resolve before broad production rollout."]},"bestFor":["research","agent-skill"],"doNotUseFor":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace","Autonomous investment, trading, tax, or suitability decisions without a qualified human review"],"knownRisks":["SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review","Permission surface needs review: shell or command execution, network or browser access","Dependency/runtime risk: command execution surface, network or browser surface","Permission surface: shell or command execution, network or browser access"],"backward_compatible":{"trust_score_v4":{"version":"trust-score-v4","score":71,"tier":"review","label":"Manual review","summary":"Potentially useful, but at least one trust signal needs human inspection."}}},"trust_score_v5":{"version":"trust-score-v5","score":63,"base_score":71,"outcome_confidence":0,"tier":"review","label":"Sandbox only","summary":"Useful candidate with missing or mixed trust signals. Keep it in an isolated workspace until the outcome loop proves task fit.","recommendedAction":"Run only in a sandbox and compare close alternatives before using it for real work.","decision":{"install_policy":"human_review_before_install","auto_install_allowed":false,"human_review_required":true,"sandbox_first":true,"agent_action":"Compare alternatives before installing.","reasoning":["63/100 Trust Score v5","71/100 Trust Score v4 baseline","Needs more real agent outcomes before unattended install","Install path is available","Review before production"],"review_required_when":["The workspace contains production secrets, payments, private customer data, or irreversible actions.","The install command requests shell, network, credential, database, or broad filesystem access.","Outcome evidence is missing, recently failed, or required human review.","Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace"]},"dimensions":[{"id":"github_adoption","label":"GitHub adoption","score":86,"weight":0.13,"status":"pass","detail":"1.3K GitHub stars"},{"id":"repo_activity","label":"Stars/forks activity","score":77,"weight":0.08,"status":"info","detail":"1.3K stars, 146 forks; issue activity unavailable in current metadata"},{"id":"maintenance","label":"Recent maintenance","score":100,"weight":0.14,"status":"pass","detail":"5d since push"},{"id":"license","label":"License clarity","score":86,"weight":0.09,"status":"pass","detail":"MIT"},{"id":"documentation","label":"README/SKILL.md completeness","score":86,"weight":0.14,"status":"pass","detail":"Metadata includes enough usage and workflow context"},{"id":"dependency_risk","label":"Dependency/runtime risk","score":56,"weight":0.12,"status":"warn","detail":"command execution surface, network or browser surface"},{"id":"installability","label":"Install availability","score":92,"weight":0.1,"status":"pass","detail":"npx skills add first-fluke/oh-my-agent --skill oma-design"},{"id":"install_safety","label":"Install command safety","score":92,"weight":0.1,"status":"pass","detail":"standard package or runtime install path"},{"id":"permission_surface","label":"Permission surface","score":50,"weight":0.07,"status":"warn","detail":"shell or command execution, network or browser access"},{"id":"repository","label":"Repository evidence","score":86,"weight":0.04,"status":"pass","detail":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design"},{"id":"review_status","label":"Review status","score":66,"weight":0.05,"status":"info","detail":"AI review data available"},{"id":"agent_outcomes","label":"Agent Proven outcomes","score":54,"weight":0.13,"status":"info","detail":"No agent outcome data yet"}],"checks":[{"status":"pass","label":"GitHub adoption","detail":"1.3K GitHub stars"},{"status":"info","label":"Stars/forks activity","detail":"1.3K stars, 146 forks; issue activity unavailable in current metadata"},{"status":"pass","label":"Recent maintenance","detail":"5d since push"},{"status":"pass","label":"License clarity","detail":"MIT"},{"status":"pass","label":"README/SKILL.md completeness","detail":"Metadata includes enough usage and workflow context"},{"status":"warn","label":"Dependency/runtime risk","detail":"command execution surface, network or browser surface"},{"status":"pass","label":"Install availability","detail":"npx skills add first-fluke/oh-my-agent --skill oma-design"},{"status":"pass","label":"Install command safety","detail":"standard package or runtime install path"},{"status":"warn","label":"Permission surface","detail":"shell or command execution, network or browser access"},{"status":"pass","label":"Repository evidence","detail":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design"},{"status":"info","label":"Review status","detail":"AI review data available"},{"status":"info","label":"Agent Proven outcomes","detail":"No agent outcome data yet"},{"status":"warn","label":"Ownership","detail":"No approved owner claim yet"},{"status":"info","label":"OpenAgentSkill usage","detail":"No local usage activity yet"},{"status":"info","label":"Agent outcomes","detail":"No agent outcome data yet"}],"strengths":["AI review approved","Install path is available","Repository evidence is available","Recently maintained repository","Meaningful GitHub adoption signal","Install command has no obvious high-risk pattern","Outcome loop is ready but needs first real agent run"],"warnings":["SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review","Permission surface needs review: shell or command execution, network or browser access","Dependency/runtime risk: command execution surface, network or browser surface","Permission surface: shell or command execution, network or browser access","No real agent outcome reports yet","Human review required before unattended installation"],"evidence":{"stars":"1.3K GitHub stars","repoActivity":"1.3K stars, 146 forks","lastPushed":"5d since push","license":"MIT","repository":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design","install":"npx skills add first-fluke/oh-my-agent --skill oma-design","installSafety":"standard package or runtime install path","permissionSurface":"shell or command execution, network or browser access","documentation":"Strong README/SKILL.md context","agentOutcomes":"No agent outcome data yet","agentProvenScore":0,"outcomeConfidence":"0%","installPolicy":"human_review_before_install"},"installReadiness":{"ready":true,"command":"npx skills add first-fluke/oh-my-agent --skill oma-design","policy":"human_review_before_install","label":"Human review before install","notes":["Install path is available","Repository evidence is available","License is declared","No Agent Proven outcome evidence yet","5d since push","Financial domain: human review is required before use in a live investment workflow.","Trust Score v5 requires review or sandbox-only use before install."]},"agentCompatibility":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"riskSummary":{"level":"medium","label":"Review before production","notes":["SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review","Permission surface needs review: shell or command execution, network or browser access","Dependency/runtime risk: command execution surface, network or browser surface"]},"outcomeEvidence":{"total":0,"successes":0,"failures":0,"notRelevant":0,"successRate":null,"installAttempts":0,"riskBlocked":0,"setupRequired":0,"installSuccessRate":null,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"recentSuccessRate":null,"recentFailureRate":null,"uniqueAgents":0,"agentProvenScore":0,"agentProvenLabel":"Needs first agent run","lastOutcomeAt":null,"label":"No agent outcome data yet"},"autoInstall":{"allowed":false,"sandboxRequired":true,"policy":"human_review_before_install","reason":"Compare alternatives before installing."},"outcome_loop":{"version":"openagentskill-agent-outcome-v4","required_after_install":true,"endpoint":"/api/agent/outcome","method":"POST","event_id_source":"feedback.event_id, install_receipt.resolve_event_id, or decision_packet.outcome_feedback.event_id","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"required_fields":["event_id","skill_slug","task"],"quality_fields":["task_success","output_quality","error_type","human_review_required","used_in_production","workspace","evidence_url","time_to_useful_ms","source_version"],"ranking_inputs_updated":["Trust Score v5 outcome confidence","Agent Proven Score","Resolve ranking task-fit evidence","Skill detail machine-readable metadata","Outcome leaderboard"]},"agent_contract":{"suited_tasks":["research","agent-skill"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"install_command":"npx skills add first-fluke/oh-my-agent --skill oma-design","trust_score":63,"trust_version":"trust-score-v5","risk_level":"medium","do_not_use_when":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace","Autonomous investment, trading, tax, or suitability decisions without a qualified human review"],"before_install":["Read the audit page and machine-readable metadata.","Confirm the install command, license, and permission surface fit the workspace.","Get explicit human approval or choose an alternative before installing."],"after_run":["Report the outcome to /api/agent/outcome using the resolve event id.","Include output_quality, workspace, human_review_required, and evidence_url when available.","Re-resolve before broad production rollout."]},"bestFor":["research","agent-skill"],"doNotUseFor":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace","Autonomous investment, trading, tax, or suitability decisions without a qualified human review"],"knownRisks":["SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review","Permission surface needs review: shell or command execution, network or browser access","Dependency/runtime risk: command execution surface, network or browser surface","Permission surface: shell or command execution, network or browser access"],"backward_compatible":{"trust_score_v4":{"version":"trust-score-v4","score":71,"tier":"review","label":"Manual review","summary":"Potentially useful, but at least one trust signal needs human inspection."}}},"trust_score_v4":{"version":"trust-score-v4","score":71,"tier":"review","label":"Manual review","summary":"Potentially useful, but at least one trust signal needs human inspection.","recommendedAction":"Inspect the repository, license, and recent activity before connecting it to agent workflows.","dimensions":[{"id":"github_adoption","label":"GitHub adoption","score":86,"weight":0.13,"status":"pass","detail":"1.3K GitHub stars"},{"id":"repo_activity","label":"Stars/forks activity","score":77,"weight":0.08,"status":"info","detail":"1.3K stars, 146 forks; issue activity unavailable in current metadata"},{"id":"maintenance","label":"Recent maintenance","score":100,"weight":0.14,"status":"pass","detail":"5d since push"},{"id":"license","label":"License clarity","score":86,"weight":0.09,"status":"pass","detail":"MIT"},{"id":"documentation","label":"README/SKILL.md completeness","score":86,"weight":0.14,"status":"pass","detail":"Metadata includes enough usage and workflow context"},{"id":"dependency_risk","label":"Dependency/runtime risk","score":56,"weight":0.12,"status":"warn","detail":"command execution surface, network or browser surface"},{"id":"installability","label":"Install availability","score":92,"weight":0.1,"status":"pass","detail":"npx skills add first-fluke/oh-my-agent --skill oma-design"},{"id":"install_safety","label":"Install command safety","score":92,"weight":0.1,"status":"pass","detail":"standard package or runtime install path"},{"id":"permission_surface","label":"Permission surface","score":50,"weight":0.07,"status":"warn","detail":"shell or command execution, network or browser access"},{"id":"repository","label":"Repository evidence","score":86,"weight":0.04,"status":"pass","detail":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design"},{"id":"review_status","label":"Review status","score":66,"weight":0.05,"status":"info","detail":"AI review data available"},{"id":"agent_outcomes","label":"Agent Proven outcomes","score":54,"weight":0.13,"status":"info","detail":"No agent outcome data yet"}],"checks":[{"status":"pass","label":"GitHub adoption","detail":"1.3K GitHub stars"},{"status":"info","label":"Stars/forks activity","detail":"1.3K stars, 146 forks; issue activity unavailable in current metadata"},{"status":"pass","label":"Recent maintenance","detail":"5d since push"},{"status":"pass","label":"License clarity","detail":"MIT"},{"status":"pass","label":"README/SKILL.md completeness","detail":"Metadata includes enough usage and workflow context"},{"status":"warn","label":"Dependency/runtime risk","detail":"command execution surface, network or browser surface"},{"status":"pass","label":"Install availability","detail":"npx skills add first-fluke/oh-my-agent --skill oma-design"},{"status":"pass","label":"Install command safety","detail":"standard package or runtime install path"},{"status":"warn","label":"Permission surface","detail":"shell or command execution, network or browser access"},{"status":"pass","label":"Repository evidence","detail":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design"},{"status":"info","label":"Review status","detail":"AI review data available"},{"status":"info","label":"Agent Proven outcomes","detail":"No agent outcome data yet"},{"status":"warn","label":"Ownership","detail":"No approved owner claim yet"},{"status":"info","label":"OpenAgentSkill usage","detail":"No local usage activity yet"},{"status":"info","label":"Agent outcomes","detail":"No agent outcome data yet"}],"strengths":["AI review approved","Install path is available","Repository evidence is available","Recently maintained repository","Meaningful GitHub adoption signal","Install command has no obvious high-risk pattern"],"warnings":["SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review","Permission surface needs review: shell or command execution, network or browser access","Dependency/runtime risk: command execution surface, network or browser surface","Permission surface: shell or command execution, network or browser access"],"evidence":{"stars":"1.3K GitHub stars","repoActivity":"1.3K stars, 146 forks","lastPushed":"5d since push","license":"MIT","repository":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design","install":"npx skills add first-fluke/oh-my-agent --skill oma-design","installSafety":"standard package or runtime install path","permissionSurface":"shell or command execution, network or browser access","documentation":"Strong README/SKILL.md context","agentOutcomes":"No agent outcome data yet"},"installReadiness":{"ready":true,"command":"npx skills add first-fluke/oh-my-agent --skill oma-design","policy":"human_review_before_install","label":"Human review before install","notes":["Install path is available","Repository evidence is available","License is declared","No Agent Proven outcome evidence yet","5d since push","Financial domain: human review is required before use in a live investment workflow."]},"agentCompatibility":["Codex","Claude Code","Cursor","OpenAgentSkill CLI"],"riskSummary":{"level":"medium","label":"Review before production","notes":["SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review","Permission surface needs review: shell or command execution, network or browser access","Dependency/runtime risk: command execution surface, network or browser surface"]},"outcomeEvidence":{"total":0,"successes":0,"failures":0,"notRelevant":0,"successRate":null,"installAttempts":0,"riskBlocked":0,"setupRequired":0,"installSuccessRate":null,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"recentSuccessRate":null,"recentFailureRate":null,"uniqueAgents":0,"agentProvenScore":0,"agentProvenLabel":"Needs first agent run","lastOutcomeAt":null,"label":"No agent outcome data yet"},"autoInstall":{"allowed":false,"sandboxRequired":true,"policy":"human_review_before_install","reason":"Human review or sandbox validation is required before automatic installation."},"bestFor":["research","agent-skill"],"doNotUseFor":["Production credentials, payments, or irreversible account changes without explicit human review","Sensitive private data before reviewing repository code, license, and permission surface","Automatic installation in a production workspace","Autonomous investment, trading, tax, or suitability decisions without a qualified human review"],"knownRisks":["SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review","Permission surface needs review: shell or command execution, network or browser access","Dependency/runtime risk: command execution surface, network or browser surface","Permission surface: shell or command execution, network or browser access"]},"agent_proven":{"version":"agent-proven-v1","score":0,"tier":"unproven","label":"Needs first agent run","summary":"No agent outcome reports yet. Use Resolve, run one narrow sandbox task, then report the result.","metrics":{"totalOutcomes":0,"successfulOutcomes":0,"failedOutcomes":0,"installAttempts":0,"installSuccessRate":null,"successRate":null,"recentSuccessRate":null,"recentFailureRate":null,"riskBlocked":0,"setupRequired":0,"notRelevant":0,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"uniqueAgents":0,"lastOutcomeAt":null},"signals":[],"penalties":["No real agent outcome evidence yet"]},"outcome_stats":null,"safety":{"score":44,"level":"avoid_auto_install","label":"Avoid automatic install","safety_tier":{"tier":"experimental","label":"Experimental","badge":"EXPERIMENTAL","summary":"Sparse or mixed signals. Useful for discovery, but not for autonomous installation.","recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","auto_install_policy":"review","reasons":["High-risk permission hints: Shell or command execution","44/100 agent safety score"]},"auto_install_allowed":false,"human_review_required":true,"blocked":false,"audit_risk":"needs_review","permission_hints":[{"id":"shell","label":"Shell or command execution","reason":"Skill metadata references terminal, CLI, shell, subprocess, or command execution workflows.","severity":"high"},{"id":"browser","label":"Browser automation","reason":"Skill may drive a browser or interact with web pages.","severity":"medium"},{"id":"network","label":"Network access","reason":"Skill likely fetches remote pages, APIs, repositories, or external services.","severity":"medium"},{"id":"filesystem","label":"Filesystem access","reason":"Skill may read or write project files, documents, generated artifacts, or local workspace state.","severity":"medium"},{"id":"database","label":"Database access","reason":"Skill may inspect schemas, query databases, or work with persistent stores.","severity":"medium"}],"policy_warnings":["High-risk permission hints: Shell or command execution","Dependency or permission surface needs review"],"constraints_applied":{"max_risk":"medium","needs_install_command":true,"min_stars":0}},"safety_gate":{"tier":"experimental","label":"Experimental","badge":"EXPERIMENTAL","auto_install_policy":"review","auto_install_allowed":false,"blocked":false,"human_review_required":true,"recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","reasons":["High-risk permission hints: Shell or command execution","44/100 agent safety score"]},"eval":{"version":"openagentskill-skill-eval-v1","status":"failed","score":70,"risk_level":"high","decision":{"recommendation":"do_not_auto_install","reason":"Permission surface: shell or command execution, network or browser access","auto_install_allowed":false,"policy":"block","human_review_required":true},"blockers":["Permission surface: shell or command execution, network or browser access"],"warnings":["Trust score: Potentially useful, but at least one trust signal needs human inspection.","Audit score: Needs review","Agent safety gate: Sparse or mixed signals. Useful for discovery, but not for autonomous installation.","High-risk permission hints: Shell or command execution","Dependency or permission surface needs review","Permission surface may require sandboxing","Financial research output is not financial advice; require human review before any live investment decision","SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Entry flow says to 'run setup' if .design-context.md is missing, but the setup mechanism is not defined in SKILL.md or the listed files.","External vendor integrations (Stitch MCP, getdesign) are optional but lack explicit trust-boundary guidance for handling potentially untrusted vendor-provided content.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review"],"validation_plan":["Inspect repository, README/SKILL.md, license, and recent commits before production use.","Install in an isolated workspace or sandbox with no production secrets available.","Run the smallest representative task and record files touched, commands run, network access, and outputs.","Compare the selected skill against at least one alternative when the eval status is review or failed.","Promote only after the agent reports a successful verification result and unresolved warnings are accepted."],"checks":[{"id":"task_fit","label":"Task fit","status":"pass","score":84,"required_for_auto_install":true,"detail":"Task wording matches this skill metadata.","evidence":["Evaluate oma-design before installing it in an agent workflow","research","Research agents workflows; Claude Code teams; teams that value GitHub adoption signals"]},{"id":"install_path","label":"Install path","status":"pass","score":92,"required_for_auto_install":true,"detail":"Install handoff is available.","evidence":["npx skills add first-fluke/oh-my-agent --skill oma-design"]},{"id":"install_safety","label":"Install command safety","status":"pass","score":92,"required_for_auto_install":true,"detail":"standard package or runtime install path","evidence":["npx skills add first-fluke/oh-my-agent --skill oma-design"]},{"id":"trust_score","label":"Trust score","status":"warn","score":71,"required_for_auto_install":true,"detail":"Potentially useful, but at least one trust signal needs human inspection.","evidence":["Manual review","1.3K GitHub stars","MIT"]},{"id":"audit_score","label":"Audit score","status":"warn","score":80,"required_for_auto_install":true,"detail":"Needs review","evidence":["Dependency or permission surface needs review"]},{"id":"agent_safety_gate","label":"Agent safety gate","status":"warn","score":44,"required_for_auto_install":true,"detail":"Sparse or mixed signals. Useful for discovery, but not for autonomous installation.","evidence":["Test manually in an isolated workspace and compare against safer alternatives.","High-risk permission hints: Shell or command execution"]},{"id":"readme_skillmd_completeness","label":"README/SKILL.md completeness","status":"pass","score":86,"required_for_auto_install":false,"detail":"Metadata includes enough usage and workflow context","evidence":["Strong README/SKILL.md context"]},{"id":"license_clarity","label":"License clarity","status":"pass","score":86,"required_for_auto_install":true,"detail":"MIT","evidence":["MIT"]},{"id":"recent_maintenance","label":"Recent maintenance","status":"pass","score":100,"required_for_auto_install":false,"detail":"5d since push","evidence":["5d since push"]},{"id":"permission_surface","label":"Permission surface","status":"fail","score":50,"required_for_auto_install":true,"detail":"shell or command execution, network or browser access","evidence":["Shell or command execution: high","Browser automation: medium","Network access: medium"]},{"id":"alternatives","label":"Alternatives available","status":"info","score":55,"required_for_auto_install":false,"detail":"No close alternatives were found in the current shortlist.","evidence":[]}],"endpoints":{"web":"https://www.openagentskill.com/skills/first-fluke-oma-design/evals","api":"/api/agent/evals?slug=first-fluke-oma-design","text":"/api/agent/evals?slug=first-fluke-oma-design&format=text"}},"agent_readable_metadata":{"version":"openagentskill-agent-metadata-v2","skill":{"slug":"first-fluke-oma-design","name":"oma-design","description":"AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2).","category":"research","url":"https://www.openagentskill.com/skills/first-fluke-oma-design","repository":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design","github_repo":"first-fluke/oh-my-agent"},"suited_tasks":["Research agents workflows","Claude Code teams","teams that value GitHub adoption signals","Search sources","Extract claims","Synthesize findings","Inspect repository metadata","Compare code changes"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI","CLI"],"install":{"command":"npx skills add first-fluke/oh-my-agent --skill oma-design","ready":true,"targets":[{"id":"openagentskill-cli","label":"CLI","kind":"command","value":"npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.3.0/openagentskill-0.3.0.tgz add first-fluke-oma-design"},{"id":"codex","label":"Codex","kind":"agent-prompt","value":"Install the \"oma-design\" agent skill from https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2). After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"first-fluke-oma-design\",\"task\":\"Install oma-design\",\"agent\":\"codex\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"claude-code","label":"Claude Code","kind":"agent-prompt","value":"Add \"oma-design\" as a Claude Code skill from https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design. Inspect the skill instructions, place the reusable skill files in the appropriate local skills location for this project, and report the activation steps. Skill purpose: AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2). After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"first-fluke-oma-design\",\"task\":\"Install oma-design\",\"agent\":\"claude-code\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"cursor","label":"Cursor","kind":"agent-prompt","value":"Turn \"oma-design\" from https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design into a reusable Cursor project rule or agent instruction. Preserve the core workflow, adapt paths to this repo, and keep the rule scoped to tasks where it is relevant. Skill purpose: AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2). After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"first-fluke-oma-design\",\"task\":\"Install oma-design\",\"agent\":\"cursor\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."}],"handoff_url":"https://www.openagentskill.com/api/skills/first-fluke-oma-design/install","manifest_url":"https://www.openagentskill.com/api/registry/manifest/first-fluke-oma-design"},"trust":{"score":71,"label":"Manual review","version":"trust-score-v4","install_policy":"human_review_before_install","evidence":{"stars":"1.3K GitHub stars","repoActivity":"1.3K stars, 146 forks","lastPushed":"5d since push","license":"MIT","repository":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design","install":"npx skills add first-fluke/oh-my-agent --skill oma-design","installSafety":"standard package or runtime install path","permissionSurface":"shell or command execution, network or browser access","documentation":"Strong README/SKILL.md context","agentOutcomes":"No agent outcome data yet"},"outcome_evidence":{"total":0,"successes":0,"failures":0,"not_relevant":0,"success_rate":null,"recent_success_rate":null,"recent_failure_rate":null,"install_attempts":0,"install_success_rate":null,"risk_blocked":0,"setup_required":0,"avg_output_quality":null,"production_outcomes":0,"last_outcome_at":null,"label":"No agent outcome data yet"},"auto_install":{"allowed":false,"sandbox_required":true,"reason":"Human review or sandbox validation is required before automatic installation."},"best_for":["research","agent-skill"],"known_risks":["SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review","Permission surface needs review: shell or command execution, network or browser access","Dependency/runtime risk: command execution surface, network or browser surface","Permission surface: shell or command execution, network or browser access"]},"agent_proven":{"version":"agent-proven-v1","score":0,"tier":"unproven","label":"Needs first agent run","summary":"No agent outcome reports yet. Use Resolve, run one narrow sandbox task, then report the result.","metrics":{"totalOutcomes":0,"successfulOutcomes":0,"failedOutcomes":0,"installAttempts":0,"installSuccessRate":null,"successRate":null,"recentSuccessRate":null,"recentFailureRate":null,"riskBlocked":0,"setupRequired":0,"notRelevant":0,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"uniqueAgents":0,"lastOutcomeAt":null},"signals":[],"penalties":["No real agent outcome evidence yet"]},"audit":{"score":80,"risk_level":"needs_review","risk_label":"Needs review","warnings":["Dependency or permission surface needs review","Permission surface may require sandboxing","Financial research output is not financial advice; require human review before any live investment decision","SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Entry flow says to 'run setup' if .design-context.md is missing, but the setup mechanism is not defined in SKILL.md or the listed files.","External vendor integrations (Stitch MCP, getdesign) are optional but lack explicit trust-boundary guidance for handling potentially untrusted vendor-provided content.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review"]},"safety_gate":{"tier":"experimental","label":"Experimental","auto_install_policy":"review","auto_install_allowed":false,"human_review_required":true,"blocked":false,"recommended_action":"Test manually in an isolated workspace and compare against safer alternatives."},"quality":{"score":77,"label":"Strong"},"supply":{"track":"Research and knowledge work","scenario":"Research agents","maintenance":"5d since push","risk":"Needs review"},"alternative_skills":[],"do_not_use_when":["teams that need a vendor-supported SLA","production agents without a repository review","SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","No OpenAgentSkill engagement data yet","High-risk permission hints: Shell or command execution","Dependency or permission surface needs review","Permission surface may require sandboxing","Financial research output is not financial advice; require human review before any live investment decision"],"agent_contract":{"task_input":"Use oma-design in an agent workflow","recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","install_policy":"review","minimum_review_before_use":["Trust: 71/100 Manual review","Audit: 80/100 Needs review","Safety: 44/100 Avoid automatic install","Review repository, license, install command, and permission surface before production use."],"expected_agent_output":{"selected_skill":"first-fluke-oma-design (oma-design)","install_command":"npx skills add first-fluke/oh-my-agent --skill oma-design","risk_summary":"Needs review; Experimental; Review before production","verification_result":"Report the smallest successful task, files touched, warnings, and any missing setup."}},"outcome_feedback":{"endpoint":"https://www.openagentskill.com/api/agent/outcome","method":"POST","requires_resolve_event_id":true,"event_id_source":"Use install_receipt.outcome_feedback.event_id or feedback.event_id returned by /api/agent/resolve for the current task.","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"payload_template":{"event_id":"<install_receipt.outcome_feedback.event_id or feedback.event_id from /api/agent/resolve>","skill_slug":"first-fluke-oma-design","task":"Use oma-design in an agent workflow","agent":"codex","outcome":"success","install_used":true,"risk_blocked":false,"setup_required":false,"task_success":true,"output_quality":4,"error_type":null,"human_review_required":false,"workspace":"sandbox","time_to_useful_ms":120000,"notes":"Report the smallest successful task, setup friction, files touched, and risk notes."}},"endpoints":{"web":"https://www.openagentskill.com/skills/first-fluke-oma-design","api":"https://www.openagentskill.com/api/agent/skills/first-fluke-oma-design","audit":"https://www.openagentskill.com/skills/first-fluke-oma-design/audit","eval":"https://www.openagentskill.com/api/agent/evals?slug=first-fluke-oma-design&task=Use%20oma-design%20in%20an%20agent%20workflow&max_risk=medium","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Use%20oma-design%20in%20an%20agent%20workflow&agent=codex&max_risk=medium","receipt":"https://www.openagentskill.com/api/agent/receipt?task=Use%20oma-design%20in%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text","install":"https://www.openagentskill.com/api/skills/first-fluke-oma-design/install","manifest":"https://www.openagentskill.com/api/registry/manifest/first-fluke-oma-design"}},"machine_metadata":{"version":"openagentskill-agent-metadata-v2","skill":{"slug":"first-fluke-oma-design","name":"oma-design","description":"AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2).","category":"research","url":"https://www.openagentskill.com/skills/first-fluke-oma-design","repository":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design","github_repo":"first-fluke/oh-my-agent"},"suited_tasks":["Research agents workflows","Claude Code teams","teams that value GitHub adoption signals","Search sources","Extract claims","Synthesize findings","Inspect repository metadata","Compare code changes"],"suited_agents":["Codex","Claude Code","Cursor","OpenAgentSkill CLI","CLI"],"install":{"command":"npx skills add first-fluke/oh-my-agent --skill oma-design","ready":true,"targets":[{"id":"openagentskill-cli","label":"CLI","kind":"command","value":"npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.3.0/openagentskill-0.3.0.tgz add first-fluke-oma-design"},{"id":"codex","label":"Codex","kind":"agent-prompt","value":"Install the \"oma-design\" agent skill from https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2). After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"first-fluke-oma-design\",\"task\":\"Install oma-design\",\"agent\":\"codex\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"claude-code","label":"Claude Code","kind":"agent-prompt","value":"Add \"oma-design\" as a Claude Code skill from https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design. Inspect the skill instructions, place the reusable skill files in the appropriate local skills location for this project, and report the activation steps. Skill purpose: AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2). After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"first-fluke-oma-design\",\"task\":\"Install oma-design\",\"agent\":\"claude-code\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."},{"id":"cursor","label":"Cursor","kind":"agent-prompt","value":"Turn \"oma-design\" from https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design into a reusable Cursor project rule or agent instruction. Preserve the core workflow, adapt paths to this repo, and keep the rule scoped to tasks where it is relevant. Skill purpose: AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2). After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"first-fluke-oma-design\",\"task\":\"Install oma-design\",\"agent\":\"cursor\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes."}],"handoff_url":"https://www.openagentskill.com/api/skills/first-fluke-oma-design/install","manifest_url":"https://www.openagentskill.com/api/registry/manifest/first-fluke-oma-design"},"trust":{"score":71,"label":"Manual review","version":"trust-score-v4","install_policy":"human_review_before_install","evidence":{"stars":"1.3K GitHub stars","repoActivity":"1.3K stars, 146 forks","lastPushed":"5d since push","license":"MIT","repository":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design","install":"npx skills add first-fluke/oh-my-agent --skill oma-design","installSafety":"standard package or runtime install path","permissionSurface":"shell or command execution, network or browser access","documentation":"Strong README/SKILL.md context","agentOutcomes":"No agent outcome data yet"},"outcome_evidence":{"total":0,"successes":0,"failures":0,"not_relevant":0,"success_rate":null,"recent_success_rate":null,"recent_failure_rate":null,"install_attempts":0,"install_success_rate":null,"risk_blocked":0,"setup_required":0,"avg_output_quality":null,"production_outcomes":0,"last_outcome_at":null,"label":"No agent outcome data yet"},"auto_install":{"allowed":false,"sandbox_required":true,"reason":"Human review or sandbox validation is required before automatic installation."},"best_for":["research","agent-skill"],"known_risks":["SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review","Permission surface needs review: shell or command execution, network or browser access","Dependency/runtime risk: command execution surface, network or browser surface","Permission surface: shell or command execution, network or browser access"]},"agent_proven":{"version":"agent-proven-v1","score":0,"tier":"unproven","label":"Needs first agent run","summary":"No agent outcome reports yet. Use Resolve, run one narrow sandbox task, then report the result.","metrics":{"totalOutcomes":0,"successfulOutcomes":0,"failedOutcomes":0,"installAttempts":0,"installSuccessRate":null,"successRate":null,"recentSuccessRate":null,"recentFailureRate":null,"riskBlocked":0,"setupRequired":0,"notRelevant":0,"avgOutputQuality":null,"avgTimeToUsefulMs":null,"productionOutcomes":0,"humanReviewRequired":0,"uniqueAgents":0,"lastOutcomeAt":null},"signals":[],"penalties":["No real agent outcome evidence yet"]},"audit":{"score":80,"risk_level":"needs_review","risk_label":"Needs review","warnings":["Dependency or permission surface needs review","Permission surface may require sandboxing","Financial research output is not financial advice; require human review before any live investment decision","SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Entry flow says to 'run setup' if .design-context.md is missing, but the setup mechanism is not defined in SKILL.md or the listed files.","External vendor integrations (Stitch MCP, getdesign) are optional but lack explicit trust-boundary guidance for handling potentially untrusted vendor-provided content.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review"]},"safety_gate":{"tier":"experimental","label":"Experimental","auto_install_policy":"review","auto_install_allowed":false,"human_review_required":true,"blocked":false,"recommended_action":"Test manually in an isolated workspace and compare against safer alternatives."},"quality":{"score":77,"label":"Strong"},"supply":{"track":"Research and knowledge work","scenario":"Research agents","maintenance":"5d since push","risk":"Needs review"},"alternative_skills":[],"do_not_use_when":["teams that need a vendor-supported SLA","production agents without a repository review","SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","No OpenAgentSkill engagement data yet","High-risk permission hints: Shell or command execution","Dependency or permission surface needs review","Permission surface may require sandboxing","Financial research output is not financial advice; require human review before any live investment decision"],"agent_contract":{"task_input":"Use oma-design in an agent workflow","recommended_action":"Test manually in an isolated workspace and compare against safer alternatives.","install_policy":"review","minimum_review_before_use":["Trust: 71/100 Manual review","Audit: 80/100 Needs review","Safety: 44/100 Avoid automatic install","Review repository, license, install command, and permission surface before production use."],"expected_agent_output":{"selected_skill":"first-fluke-oma-design (oma-design)","install_command":"npx skills add first-fluke/oh-my-agent --skill oma-design","risk_summary":"Needs review; Experimental; Review before production","verification_result":"Report the smallest successful task, files touched, warnings, and any missing setup."}},"outcome_feedback":{"endpoint":"https://www.openagentskill.com/api/agent/outcome","method":"POST","requires_resolve_event_id":true,"event_id_source":"Use install_receipt.outcome_feedback.event_id or feedback.event_id returned by /api/agent/resolve for the current task.","expected_outcomes":["success","failed","not_relevant","blocked_by_risk","setup_required"],"payload_template":{"event_id":"<install_receipt.outcome_feedback.event_id or feedback.event_id from /api/agent/resolve>","skill_slug":"first-fluke-oma-design","task":"Use oma-design in an agent workflow","agent":"codex","outcome":"success","install_used":true,"risk_blocked":false,"setup_required":false,"task_success":true,"output_quality":4,"error_type":null,"human_review_required":false,"workspace":"sandbox","time_to_useful_ms":120000,"notes":"Report the smallest successful task, setup friction, files touched, and risk notes."}},"endpoints":{"web":"https://www.openagentskill.com/skills/first-fluke-oma-design","api":"https://www.openagentskill.com/api/agent/skills/first-fluke-oma-design","audit":"https://www.openagentskill.com/skills/first-fluke-oma-design/audit","eval":"https://www.openagentskill.com/api/agent/evals?slug=first-fluke-oma-design&task=Use%20oma-design%20in%20an%20agent%20workflow&max_risk=medium","resolve":"https://www.openagentskill.com/api/agent/resolve?task=Use%20oma-design%20in%20an%20agent%20workflow&agent=codex&max_risk=medium","receipt":"https://www.openagentskill.com/api/agent/receipt?task=Use%20oma-design%20in%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text","install":"https://www.openagentskill.com/api/skills/first-fluke-oma-design/install","manifest":"https://www.openagentskill.com/api/registry/manifest/first-fluke-oma-design"}},"supply_profile":{"track":{"slug":"research","label":"Research and knowledge work","shortLabel":"Research","description":"Deep research, source comparison, literature review, RAG, knowledge search, and reports."},"scenario":{"label":"Research agents","description":"I need my agent to research a topic, compare sources, and produce a concise report.","useCases":[{"slug":"research-agents","title":"Research agents"},{"slug":"github-automation","title":"GitHub automation"},{"slug":"design-creative","title":"Design and creative"}]},"applicableAgents":["Claude Code","CLI","Codex","Cursor"],"install":{"ready":true,"command":"npx skills add first-fluke/oh-my-agent --skill oma-design","primaryTarget":"CLI","targetCount":4},"githubQuality":{"stars":1264,"starsLabel":"1.3K","forks":146,"license":"MIT","qualityScore":77,"trustScore":71,"auditScore":80},"maintenance":{"status":"fresh","label":"5d since push","daysSincePush":5,"lastPushedAt":"2026-09-03T02:06:44+00:00"},"risk":{"level":"needs_review","label":"Needs review","requiresReview":true,"notes":["Dependency or permission surface needs review","Permission surface may require sandboxing","Financial research output is not financial advice; require human review before any live investment decision","SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Entry flow says to 'run setup' if .design-context.md is missing, but the setup mechanism is not defined in SKILL.md or the listed files."]},"coverageTags":["Research","Research agents","agent-skill"]},"audit":{"audit_score":80,"risk_level":"needs_review","risk_label":"Needs review","quality_score":77,"trust_score":71,"maintenance_score":100,"security_score":75,"install_score":92,"warnings":["Dependency or permission surface needs review","Permission surface may require sandboxing","Financial research output is not financial advice; require human review before any live investment decision","SKILL.md uses 'SSL primitive' in the Actions table, which is unclear and may confuse agents; likely a typo for 'SSE' or another action primitive.","Entry flow says to 'run setup' if .design-context.md is missing, but the setup mechanism is not defined in SKILL.md or the listed files.","External vendor integrations (Stitch MCP, getdesign) are optional but lack explicit trust-boundary guidance for handling potentially untrusted vendor-provided content.","Financial research output is not financial advice; require human review before any live investment decision.","Quality score needs review","Permission surface needs review: shell or command execution, network or browser access","Dependency/runtime risk: command execution surface, network or browser surface","Permission surface: shell or command execution, network or browser access"]},"quality_signals":{"model":"v2","star_score":21.71,"usage_score":0,"review_score":4.8,"metadata_score":3,"freshness_score":15},"platforms":["Claude Code"],"use_cases":[{"slug":"research-agents","title":"Research agents","url":"https://www.openagentskill.com/use-cases/research-agents"},{"slug":"github-automation","title":"GitHub automation","url":"https://www.openagentskill.com/use-cases/github-automation"},{"slug":"design-creative","title":"Design and creative","url":"https://www.openagentskill.com/use-cases/design-creative"},{"slug":"local-desktop","title":"Local desktop","url":"https://www.openagentskill.com/use-cases/local-desktop"}],"stacks":[{"slug":"frontend-product-ui","title":"Frontend and UI","url":"https://www.openagentskill.com/collections/frontend-product-ui"},{"slug":"research-report-agent","title":"Research report agent","url":"https://www.openagentskill.com/collections/research-report-agent"},{"slug":"browser-qa-agent","title":"Browser QA agent","url":"https://www.openagentskill.com/collections/browser-qa-agent"}],"install":"npx skills add first-fluke/oh-my-agent --skill oma-design","install_targets":[{"id":"openagentskill-cli","label":"CLI","title":"OpenAgentSkill CLI","kind":"command","value":"npx --yes https://github.com/Leon-Drq/openagentskill/releases/download/cli-v0.3.0/openagentskill-0.3.0.tgz add first-fluke-oma-design","description":"Resolve policy, run the source installer safely, and report a verified install receipt.","copyLabel":"Copy command"},{"id":"codex","label":"Codex","title":"Codex install prompt","kind":"agent-prompt","value":"Install the \"oma-design\" agent skill from https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design. Read its SKILL.md or equivalent instructions first, install only the files needed for this workspace, and summarize any required setup before using it. Skill purpose: AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2). After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"first-fluke-oma-design\",\"task\":\"Install oma-design\",\"agent\":\"codex\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.","description":"Give Codex a repo-aware install prompt when the skill is not available through a local CLI.","copyLabel":"Copy prompt"},{"id":"claude-code","label":"Claude Code","title":"Claude Code skill prompt","kind":"agent-prompt","value":"Add \"oma-design\" as a Claude Code skill from https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design. Inspect the skill instructions, place the reusable skill files in the appropriate local skills location for this project, and report the activation steps. Skill purpose: AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2). After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"first-fluke-oma-design\",\"task\":\"Install oma-design\",\"agent\":\"claude-code\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.","description":"Use this prompt to ask Claude Code to add the skill and explain the local activation steps.","copyLabel":"Copy prompt"},{"id":"cursor","label":"Cursor","title":"Cursor rule prompt","kind":"agent-prompt","value":"Turn \"oma-design\" from https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design into a reusable Cursor project rule or agent instruction. Preserve the core workflow, adapt paths to this repo, and keep the rule scoped to tasks where it is relevant. Skill purpose: AI design specialist skill with DESIGN.md management, anti-pattern enforcement, optional Stitch MCP integration, and component library guidance. Covers typography, color systems, motion design (motion/react, GSAP, Three.js), responsive-first layouts, and accessibility (WCAG 2.2). After the install attempt, report the result to https://www.openagentskill.com/api/agent/outcome with POST JSON {\"event_id\":\"install_<unique-id>\",\"skill_slug\":\"first-fluke-oma-design\",\"task\":\"Install oma-design\",\"agent\":\"cursor\",\"outcome\":\"success\",\"install_used\":true}. Replace event_id with a unique value and outcome with success or failed. Report success only after the skill is installed and a minimal verification passes.","description":"Use this when installing as Cursor project rules or reusable agent instructions.","copyLabel":"Copy prompt"}],"repository":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design","github_repo":"first-fluke/oh-my-agent","version":"1.0.0","license":"MIT","urls":{"web":"https://www.openagentskill.com/skills/first-fluke-oma-design","repository":"https://github.com/first-fluke/oh-my-agent/tree/main/.agents/skills/oma-design","api":"/api/agent/skills/first-fluke-oma-design","install_api":"/api/skills/first-fluke-oma-design/install"},"meta":{"created_at":"2026-09-04T02:32:22.272493+00:00","updated_at":"2026-09-04T02:32:22.360637+00:00","agent_friendly":true}}