skills/setup/SKILL.md
Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow
npx skillsauth add Cheggin/skill-chain setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use /startup-harness:setup as the unified setup/configuration entrypoint.
/startup-harness:setup # full setup wizard
/startup-harness:setup doctor # installation diagnostics
/startup-harness:setup mcp # MCP server configuration
/startup-harness:setup wizard --local # explicit wizard path
Process the request by the first argument only so install/setup questions land on the right flow immediately:
wizard, local, global, or --force -> route to /startup-harness:omc-setup with the same remaining argsdoctor -> route to /startup-harness:omc-doctor with everything after the doctor tokenmcp -> route to /startup-harness:mcp-setup with everything after the mcp tokenExamples:
/startup-harness:setup --local # => /startup-harness:omc-setup --local
/startup-harness:setup doctor --json # => /startup-harness:omc-doctor --json
/startup-harness:setup mcp github # => /startup-harness:mcp-setup github
/startup-harness:omc-setup, /startup-harness:omc-doctor, and /startup-harness:mcp-setup remain valid compatibility entrypoints./startup-harness:setup in new documentation and user guidance.Task: {{ARGUMENTS}}
development
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.
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
documentation
LLM Wiki — persistent markdown knowledge base that compounds across sessions (Karpathy model)
development
Build production-quality SaaS websites with opinionated design presets. Use when creating any startup website. The user MUST pick a design style before building. Enforces shadcn/ui, Figma design principles, specific CSS values per style, and anti-AI-writing. Load alongside anti-ai-writing skill. LIGHT MODE ONLY.