Browse Skills

44457 skills found

product-design.md
98
1 export product-design
2 alekspetrov from "alekspetrov/navigator"
3 Finish What You Start — Context engineering for Claude Code. Sessions last 20+ exchanges instead of crashing at 7.
2026-01-23
nav-compact.md
98
1 export nav-compact
2 alekspetrov from "alekspetrov/navigator"
3 Finish What You Start — Context engineering for Claude Code. Sessions last 20+ exchanges instead of crashing at 7.
2026-01-23
nav-upgrade.md
98
1 export nav-upgrade
2 alekspetrov from "alekspetrov/navigator"
3 Finish What You Start — Context engineering for Claude Code. Sessions last 20+ exchanges instead of crashing at 7.
2026-01-23
backend-test.md
98
1 export backend-test
2 alekspetrov from "alekspetrov/navigator"
3 Finish What You Start — Context engineering for Claude Code. Sessions last 20+ exchanges instead of crashing at 7.
2026-01-23
nav-init.md
98
1 export nav-init
2 alekspetrov from "alekspetrov/navigator"
3 Finish What You Start — Context engineering for Claude Code. Sessions last 20+ exchanges instead of crashing at 7.
2026-01-23
nav-update-claude.md
98
1 export nav-update-claude
2 alekspetrov from "alekspetrov/navigator"
3 Finish What You Start — Context engineering for Claude Code. Sessions last 20+ exchanges instead of crashing at 7.
2026-01-23
svelte-testing.md
97
1 export svelte-testing
2 spences10 from "spences10/sveltest"
3 Fix and create Svelte 5 tests with vitest-browser-svelte and Playwright. Use when fixing broken tests, debugging failures, writing unit/SSR/e2e tests, or working with vitest/Playwright.
2026-01-22
devflow-file-standards.md
96
1 export devflow-file-standards
2 Dimon94 from "Dimon94/cc-devflow"
3 🚀 One-command requirement development flow for Claude Code - Complete workflow system with sub-agents, quality gates, and intelligent automation
2026-01-17
constitution-guardian.md
96
1 export constitution-guardian
2 Dimon94 from "Dimon94/cc-devflow"
3 🚀 One-command requirement development flow for Claude Code - Complete workflow system with sub-agents, quality gates, and intelligent automation
2026-01-17
file-header-guardian.md
96
1 export file-header-guardian
2 Dimon94 from "Dimon94/cc-devflow"
3 🚀 One-command requirement development flow for Claude Code - Complete workflow system with sub-agents, quality gates, and intelligent automation
2026-01-17
cc-devflow-orchestrator.md
96
1 export cc-devflow-orchestrator
2 Dimon94 from "Dimon94/cc-devflow"
3 🚀 One-command requirement development flow for Claude Code - Complete workflow system with sub-agents, quality gates, and intelligent automation
2026-01-17
devflow-constitution-quick-ref.md
96
1 export devflow-constitution-quick-ref
2 Dimon94 from "Dimon94/cc-devflow"
3 🚀 One-command requirement development flow for Claude Code - Complete workflow system with sub-agents, quality gates, and intelligent automation
2026-01-17
devflow-tdd-enforcer.md
96
1 export devflow-tdd-enforcer
2 Dimon94 from "Dimon94/cc-devflow"
3 🚀 One-command requirement development flow for Claude Code - Complete workflow system with sub-agents, quality gates, and intelligent automation
2026-01-17
fractal-docs-generator.md
96
1 export fractal-docs-generator
2 Dimon94 from "Dimon94/cc-devflow"
3 🚀 One-command requirement development flow for Claude Code - Complete workflow system with sub-agents, quality gates, and intelligent automation
2026-01-17
infographic-creation.md
95
1 export infographic-creation
2 LangChat from "LangChat/langchat-slides"
3 基于Vue3的AI PPT产品,LangChat Slides - Next-Gen AI Slide Generator
2026-01-22
clojure-eval.md
95
1 export clojure-eval
2 bhauman from "bhauman/clojure-mcp-light"
3 Simple Clojure tooling for AI coding assistants
2026-01-22
drift.md
94
1 export drift
2 dadbodgeoff from "dadbodgeoff/drift"
3 No description provided
2026-01-23
memory-processor.md
93
1 export memory-processor
2 severity1 from "severity1/claude-code-auto-memory"
3 Claude Code plugin that automatically maintains CLAUDE.md files
2026-01-22
test-driven-development.md
93
1 export test-driven-development
2 korallis from "korallis/Droidz"
3 Implement test-driven development (TDD) workflow using the red-green-refactor cycle. Use when writing new features, fixing bugs, or refactoring existing code. Always write the failing test first, then implement minimal code to pass, then refactor. Essential for ensuring code reliability, preventing regressions, improving design through testability requirements, documenting expected behavior through tests, enabling confident refactoring, and maintaining high code quality standards throughout the development process.
2026-01-13
refactoring.md
93
1 export refactoring
2 korallis from "korallis/Droidz"
3 Improve code structure, readability, and maintainability without changing external behavior through systematic refactoring techniques like extracting functions, removing duplication, simplifying conditionals, and applying design patterns. Use when reducing technical debt, extracting functions or classes, removing code duplication, simplifying complex conditionals, renaming for clarity, applying design patterns, improving code organization, reducing coupling, increasing cohesion, or maintaining test coverage during structural improvements.
2026-01-13
brainstorming.md
93
1 export brainstorming
2 korallis from "korallis/Droidz"
3 Facilitate ideation, explore alternatives, and refine concepts through structured brainstorming techniques before implementation. Use when starting new projects, designing features, exploring solutions, evaluating tradeoffs, challenging assumptions, generating creative ideas, planning architecture, or refining rough concepts into detailed designs.
2026-01-13
security-patterns.md
93
1 export security-patterns
2 korallis from "korallis/Droidz"
3 Implement comprehensive security patterns to protect applications against OWASP Top 10 vulnerabilities including XSS, CSRF, SQL injection, authentication bypass, and data exposure. Use when handling user data, implementing authentication and authorization, validating input, encrypting sensitive data, preventing injection attacks, securing API endpoints, managing sessions and tokens, implementing rate limiting, configuring security headers, or building security-critical features that require defense-in-depth protection.
2026-01-13
data-migration.md
93
1 export data-migration
2 korallis from "korallis/Droidz"
3 Plan and execute database migrations, data transformations, and system migrations safely with rollback strategies and data integrity validation. Use when migrating databases, transforming data schemas, moving between database systems, implementing versioned migrations, handling data transformations, ensuring data integrity, or planning zero-downtime migrations.
2026-01-13
nextjs-server-components.md
93
1 export nextjs-server-components
2 korallis from "korallis/Droidz"
3 Build efficient React applications using Next.js Server Components that render on the server, reducing client bundle size, improving performance, and enabling direct database access. Use when fetching data server-side, reducing JavaScript bundle size, accessing databases directly in components, implementing streaming with Suspense, creating layouts that only render once, optimizing Core Web Vitals, or building SEO-friendly applications with server-first architecture.
2026-01-13