该作者暂无编辑精选条目。
社区索引Community indexed
已收录但未经编辑评测,安装前请自行审阅。best practices
Apply modern web development best practices for security, compatibility, and code quality. Use when asked to "apply bes…
doubt driven development
Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matter…
planning and task breakdown
Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementabl…
documentation and adrs
Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features,…
api and interface design
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when c…
frontend ui engineering
Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, imp…
incremental implementation
Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when y…
browser testing with devtools
Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use whe…
performance optimization
Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, o…
spec driven development
Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exist…
source driven development
Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code fre…
web quality audit
Comprehensive web quality audit covering performance, accessibility, SEO, and best practices. Use when asked to "audit…
core web vitals
Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to "improve Core…
api-and-interface-design
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when cr