find-skills
Find Skills
Search and discover Claude Code skills from the community.
How to Search for Skills
Using npx skills CLI
# Search for skills by keyword
npx skills search <keyword>
# Browse popular skills
npx skills search --sort=popular
# Search by category
npx skills search --category=<category>
More from vilin1927/autoflux-landing
product-requirements
Generate comprehensive Product Requirements Documents (PRDs) through structured analysis and collaborative refinement. Use when planning new products, features, or major system changes.
23architecture
Architectural decision-making framework combining requirements analysis, trade-off evaluation, ADR documentation, Clean Architecture, DDD principles, and code quality guidelines. Use when making architecture decisions, analyzing system design, writing code, or evaluating trade-offs.
15feature-design-assistant
Turn ideas into fully formed designs and specs through natural collaborative dialogue. Use when planning new features, designing architecture, or making significant changes to the codebase.
15systematic-debugging
Four-phase debugging methodology with root cause analysis. Use when investigating bugs, fixing test failures, or troubleshooting unexpected behavior. Emphasizes NO FIXES WITHOUT ROOT CAUSE FIRST.
14