css提供中文交互的CSS避坑指南,帮助解决堆叠上下文、布局怪癖、flex/grid误用、响应式设计及性能优化等常见问题。
Install via ClawdBot CLI:
clawdbot install ivangdavila/cssGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
A developer needs to create a responsive product grid that adapts to various screen sizes and maintains consistent spacing between items. The agent can provide guidance on using CSS Grid with auto-fit and minmax() for flexible columns, along with gap for spacing, ensuring proper truncation of product titles with min-width: 0 in flex children.
A team is building a navigation menu that must be keyboard-accessible and support dark mode. The agent helps implement focus-visible for keyboard-only outlines, prefers-color-scheme media queries for dark mode styling, and scroll-behavior: smooth for anchor links, enhancing usability across devices.
A dashboard with many data visualizations requires optimization to prevent layout thrash and improve rendering speed. The agent advises using contain: layout to isolate repaints, content-visibility: auto to skip offscreen elements, and will-change sparingly for animations, ensuring smooth interactions on long pages.
A developer wants to create a card component that adjusts its layout based on its container size rather than the viewport. The agent explains how to set container-type: inline-size on the parent and use @container queries for component-based responsive design, avoiding media query complexity.
A modal overlay is experiencing z-index issues where content appears behind other elements. The agent identifies stacking context traps, recommending isolation: isolate to contain z-index chaos and ensuring positioned elements or flex/grid children are used, preventing unexpected layering behavior.
Freelancers can use this skill to offer specialized CSS consulting services, such as fixing layout bugs or optimizing performance for client websites. By implementing modern techniques like container queries and accessibility features, they can deliver high-quality, maintainable code, leading to repeat business and referrals.
A SaaS company integrates this skill into their product development to improve user interface responsiveness and accessibility. By applying responsive design principles and performance optimizations, they enhance user experience, reduce bounce rates, and increase subscription renewals through better product quality.
Digital agencies adopt this skill to train their teams on modern CSS best practices, reducing development time and errors. They create internal toolkits based on the quick reference files, streamlining projects for clients in e-commerce or media, and charging premium rates for expert-driven solutions.
💬 Integration Tip
Integrate this skill by referencing the quick reference files for specific topics during development sprints, and apply the CSS philosophy to test with extreme content for robustness.
Scored Jul 30, 2026
Use when building UI with shadcn/ui components, Tailwind CSS layouts, form patterns with react-hook-form and zod, theming, dark mode, sidebar layouts, mobile navigation, or any shadcn component question.
Tailwind reference tool. Use when working with tailwind in frontend contexts.
A product creation skill based on the "Bee Website Builder" Open API. It is used to create a new product under a specified site language and product group, w...
A product update skill based on the "Bee Website Builder" Open API. It is used to update an existing product under a specified site language and supports upd...
Build WCAG 2.1 AA compliant websites with semantic HTML, proper ARIA, focus management, and screen reader support. Includes color contrast (4.5:1 text), keyboard navigation, form labels, and live regions. Use when implementing accessible interfaces, fixing screen reader issues, keyboard navigation, or troubleshooting "focus outline missing", "aria-label required", "insufficient contrast".
Use when building Vue 3 applications with Composition API, Nuxt 3, or Quasar. Invoke for Pinia, TypeScript, PWA, Capacitor mobile apps, Vite configuration.