writing-plans
vmain
io.github.math-inc/OpenGauss/writing-plans
Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.
“Claude Code” 共 4,250 个结果
vmain
io.github.math-inc/OpenGauss/writing-plans
Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.
vmain
io.github.langflow-ai/langflow/component-refactoring
Refactor high-complexity React components in Langflow frontend. Use when manual complexity assessment shows complexity > 50 or lineCount > 300, when the user asks for code splitting, hook extraction, or complexity reduction; avoid for simple/well-structured components, third-party wrappers, or when the user explicitly wants testing without refactoring.
vmain
io.github.gsd-build/gsd-2/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.microsoft/agent-framework/python-samples
Guidelines for creating and modifying sample code in the Agent Framework Python codebase. Use this when writing new samples or updating existing ones.
vmain
io.github.eigent-ai/eigent/skill-security-auditor
Security auditing for code, configs, and infrastructure. Use when the user wants to audit or improve security: scan for vulnerabilities (SQL injection, XSS, command injection, path traversal), detect hardcoded secrets and credentials, review auth and authorization, check dependencies for known CVEs, audit config files for insecure defaults, or generate security reports. Trigger on "security audit", "vulnerability scan", "code review for security", "find secrets", "check for vulnerabilities", "OWASP", "CVE", or questions about code security.
vaivoclaw-ce
io.github.yuanyuekejiJN/AivoClaw/automation-workflows-0.1.0
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
vmain
io.github.zai-org/Synapse/automation-workflows
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
vmain
io.github.proffesor-for-testing/agentic-qe/refactoring-patterns
Apply safe refactoring patterns to improve code structure without changing behavior. Use when cleaning up code, reducing technical debt, or improving maintainability.
vmain
io.github.proffesor-for-testing/agentic-qe/refactoring-patterns
Apply safe refactoring patterns to improve code structure without changing behavior. Use when cleaning up code, reducing technical debt, or improving maintainability.
vmaster
io.github.cockroachdb/cockroach/review-crdb
Review code changes or PRs for quality, correctness, and reviewability. Use when asked to "review", "check", "provide feedback", or "post a review". Dispatches specialized agents in parallel for thorough analysis.
vmain
io.github.jamiepine/voicebox/add-tts-engine
Use this skill to add a new TTS engine to Voicebox. It walks through dependency research, backend implementation, frontend wiring, PyInstaller bundling, and frozen-build testing. Always start with Phase 0 (dependency audit) before writing any code.
vmain
io.github.paperclipai/companies/writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
vmain
io.github.affaan-m/ECC/documentation-lookup
Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma).
vmain
io.github.databricks-solutions/ai-dev-kit/sql-correctness
SQL evaluation criteria for Databricks. Load when the trace contains execute_sql tool calls or SQL code in responses. Covers syntax validity, Unity Catalog patterns, and Databricks-specific SQL features.
vmain
io.github.ECNU-ICALK/AutoSkill/java-refactoring-with-spring-objectutils
Refactor Java code to use org.springframework.util.ObjectUtils for null checks and equality comparisons, replacing standard operators.
vmain
io.github.ECNU-ICALK/AutoSkill/css-tricolor-flag-generator-with-official-standards
Generates HTML and CSS code for tricolor flags adhering to official color specifications, aspect ratios, and correct stripe orientation.
vmain
io.github.ECNU-ICALK/AutoSkill/css-image-hover-position-transition
Generates pure CSS code to animate an image's position on hover (e.g., moving top) without changing its dimensions.
vmain
io.github.CherryHQ/cherry-studio/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.scalar/scalar/typescript
Write clear, predictable TypeScript and Vue TypeScript code with strong typing, maintainability, and consistent documentation conventions.
vmain
io.github.dvcrn/openclaw-skills-marketplace/cursor-agent
Run Cursor Agent CLI for coding tasks — writing, editing, refactoring, reviewing, or planning code — without spending OpenClaw API credits. Use when the user asks to write/fix/refactor/review code, a coding task would otherwise be done inline with Sonnet/Haiku, the user says "do this in cursor" or "use cursor for this", or any substantial file-editing task in a known repo. NOT for conversational questions about code (answer inline) or tiny one-liners that don't warrant a subprocess.
vdevelop
io.github.ShareX/XerahS/audit-refactoring
A systematic workflow for identifying code pain points, planning refactoring, and creating GitHub issues.
vmain
io.github.tech-leads-club/agent-skills/frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications. Generates creative, polished code that avoids generic AI aesthetics. Do NOT use for design review or audit (use web-design-guidelines or web-quality-audit).
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-loops-to-pandarallel-parallel-processing
Converts sequential Python loops into parallelized code using the `pandarallel` library, handling DataFrame conversion, function scoping, and FastAPI integration.