workflows/workflows/agent-environment-setup/platforms/antigravity/skills/design-context-capture/SKILL.md
Capture or refresh the project's canonical design context in `docs/foundation/DESIGN.md` so downstream design, implementation, and QA skills stop relying on vague taste or one-off prompts.
npx skillsauth add cubetiq/cubis-foundry design-context-captureInstall 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.
Establish the short, durable design document that the rest of Foundry should treat as the source of truth for visual direction. Use this when a repo has no coherent design context yet, when the design language has drifted, or when a benchmark needs to be translated into Foundry-owned language instead of copied raw.
frontend-design, Stitch work, or UI harness runsdocs/foundation/DESIGN.md as the canonical path — Create it when missing and refresh it when stale because downstream skills need one predictable place for design truth.frontend-design for public UI-design intake, design-system when canonical state is stale, /design-screen for concrete screen work, or the remediation skills when fixing existing UI.stitch-design-system so the Stitch-facing design mirror stays aligned.Deliver:
| File | Load when |
| --- | --- |
| ../design/references/visual-direction.md | Defining the point of view, dominant motif, and anti-generic checks. |
| ../design/references/design-tokens.md | Translating visual language into token-ready rules. |
| ../stitch-design-system/SKILL.md | The task also needs Stitch-facing design state kept in sync. |
tools
Use when investigating latest vendor behavior, comparing tools or platforms, verifying claims beyond the repo, or gathering external evidence before implementation.
documentation
Use when designing database schemas, normalization strategies, indexing plans, query optimization, and migration workflows for relational, document, or hybrid data stores.
development
Use when writing, reviewing, or refactoring modern C#/.NET code, including minimal APIs, records, async streams, pattern matching, DI lifetimes, and memory-efficient performance tuning.
development
Use when conducting code reviews, building review checklists, calibrating review depth, providing structured feedback, or establishing team review practices. Covers review methodology, feedback patterns, automated checks, and batch review strategies.