css
vmain
io.github.joabgonzalez/ai-agents-skills/css
Modern CSS with Grid, Flexbox, and custom properties. Trigger: When writing CSS styles, implementing layouts, or using modern features.
“github gitlab git pull” 共 16,058 个结果
vmain
io.github.joabgonzalez/ai-agents-skills/css
Modern CSS with Grid, Flexbox, and custom properties. Trigger: When writing CSS styles, implementing layouts, or using modern features.
vmain
io.github.Comfy-Org/ComfyUI_frontend/writing-storybook-stories
Write or update Storybook stories for Vue components in ComfyUI_frontend. Use when adding, modifying, reviewing, or debugging `.stories.ts` files, Storybook docs, component demos, or visual catalog entries in `src/` or `apps/desktop-ui/`.
vmain
io.github.ECNU-ICALK/AutoSkill/генерация-sql-запросов-для-схемы-qry_queue
Создает SQL-запросы для базы данных с фиксированной схемой (таблицы QRY_QUEUE, ST_ABONENTS, QRY_TYPE) для анализа статистики обработки сообщений, процента ошибок и данных абонентов.
vmain
io.github.ECNU-ICALK/AutoSkill/sql-query-generation-with-explicit-joins
Generates SQL queries adhering to the constraint of avoiding NATURAL JOIN syntax, using explicit JOIN conditions instead.
vmain
io.github.ECNU-ICALK/AutoSkill/react-code-refactoring-with-eslint-rules
Refactors React code snippets based on specific ESLint rules or documentation provided by the user, prioritizing concise implementations and unified event handlers for accessibility.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-react-select-to-react-select-with-dark-theme
Migrates a native HTML select dropdown to the react-select library, applying a black background theme and handling the onChange event signature difference.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-globe-configuration-to-react-props
Refactor imperative three-globe configuration chains into a declarative React component using globe.gl that accepts visualization parameters as props.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-decompiled-c-code-to-c99
Transforms decompiled C code (e.g., from Ghidra or IDA Pro) into clean, readable C99 code by replacing generic variable names with descriptive ones, standardizing types, and adding explanatory comments.
vmain
io.github.ECNU-ICALK/AutoSkill/modular-game-architecture-refactoring
Refactor game code into a modular, component-based architecture using specific design patterns (Observer, Strategy, Command) and separation of concerns.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-python-code-without-if-else-keywords-or-dictionaries
Rewrites Python functions to eliminate 'if' and 'else' keywords and dictionary usage, ensuring the output is a properly indented Python code block.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-loops-to-pandarallel-parallel-processing
Converts sequential Python loops into parallelized code using the `pandarallel` library, handling DataFrame conversion, function scoping, and FastAPI integration.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-java-null-checks-using-spring-objectutils
Refactor Java code to replace standard null checks and string comparisons with org.springframework.util.ObjectUtils utility methods for safer and cleaner code.
vmain
io.github.ECNU-ICALK/AutoSkill/refactor-c-request-method-for-lambda-callback
Modifies the HttpAdapter Request method signature to accept a std::function callback for handling HttpResponse objects asynchronously.
vmain
io.github.ECNU-ICALK/AutoSkill/python-code-refactoring-without-quotation-marks
Refactor Python code to replace print statements with join() and strictly avoid using any single or double quotation marks by utilizing chr() for string literals.
vmain
io.github.ECNU-ICALK/AutoSkill/css-stop-and-turn-animation-generator
Generates CSS keyframe animations where an object moves in straight lines, stops at turning points to rotate in place, and then continues moving.
vmain
io.github.ECNU-ICALK/AutoSkill/css-coding-without-universal-selector
Generate CSS code while strictly avoiding the use of the universal selector (*) to prevent performance issues and unintended style inheritance.
vmain
io.github.ECNU-ICALK/AutoSkill/typescript-code-refactoring-for-brevity-and-genericity
Refactors TypeScript code to reduce duplication, use generics, and minimize boilerplate while maintaining type safety.
vmain
io.github.mengxi-ream/read-frog/vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
vmain
io.github.mengxi-ream/read-frog/react
React renderer for json-render that turns JSON specs into React components. Use when working with @json-render/react, building React UIs from JSON, creating component catalogs, or rendering AI-generated specs.
vmain
io.github.yaklang/yaklang/sql-injection
SQL 注入漏洞测试技能。覆盖联合注入、布尔盲注、时间盲注、报错注入、堆叠查询等攻击向量, 提供 MySQL/PostgreSQL/MSSQL/Oracle/SQLite 多数据库的特征 Payload, 包含 WAF 绕过策略和系统化测试流程,适用于 Web 应用 SQL 注入漏洞的发现与确认。
vmaster
io.github.rolling-scopes/rsschool-app/typescript-advanced-types
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
vmain
io.github.joshsymonds/nix-config/nix-patterns
Patterns for this nix-config flake repository. Use when editing .nix files, adding packages, creating modules, or debugging flake issues.
vmain
io.github.vercel-labs/json-render/react-three-fiber
React Three Fiber 3D renderer for json-render. Use when working with @json-render/react-three-fiber, building 3D scenes from JSON specs, rendering meshes/lights/models/environments, or integrating Three.js with json-render catalogs.
vmain
io.github.langwatch/langwatch/browser-test
Validate a feature works by driving a real browser with Playwright MCP. No test files — just interactive verification.