Source: anthropic-agent-skills plugin cache → skills-external/frontend-design/ Auto-install via install-plugins.sh step 8b, auto-update via update-all.sh step 7.1, symlinked by link.sh (refactored to loop over EXTERNAL_SKILLS). Added to profiles: design, web, web-full, full. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
48 lines
1.5 KiB
Plaintext
48 lines
1.5 KiB
Plaintext
# DESC: Public website work — frontend + content + light dev
|
|
# Activate when: building/iterating a public-facing website (landing,
|
|
# portfolio, marketing, blog) where SEO is NOT the immediate focus.
|
|
# For SEO/GEO audit on top, use web-full or apply seo afterwards.
|
|
|
|
# Design skills (gstack) — full design pipeline
|
|
design-shotgun
|
|
design-review
|
|
design-consultation
|
|
design-html
|
|
plan-design-review
|
|
|
|
# Browser tooling for design + dogfooding
|
|
browse
|
|
open-gstack-browser
|
|
setup-browser-cookies
|
|
|
|
# Plan-mode reviews relevant to web work
|
|
plan-ceo-review
|
|
plan-eng-review
|
|
|
|
# Code work skills — needed to actually build the site
|
|
feat personal
|
|
ship-feature personal
|
|
hotfix personal
|
|
ship # gstack
|
|
review # gstack
|
|
context-save # gstack
|
|
commit-change personal
|
|
refactor personal
|
|
|
|
# Validation companion (basic W3C/a11y check during build)
|
|
validate personal
|
|
|
|
# External: design skills
|
|
emil-design-eng external
|
|
frontend-design external
|
|
|
|
# Plugin: UI/UX intelligence (auto-toggle)
|
|
ui-ux-pro-max plugin@ui-ux-pro-max-skill
|
|
|
|
# MCP: 21st-dev Magic component generator
|
|
magic mcp
|
|
|
|
# CLI: ctx7 (doc lookup for fast-evolving libs like Next.js)
|
|
ctx7 cli
|
|
graphify cli
|