Total 50,988 skills
Showing 12 of 50988 skills
Conduct market research on competition and customers. Use when the user says they need market research
Frontend Code Commit Assistant, triggered in frontend projects with src directory structure. Summarize modified files under the src directory, generate standardized commit messages, and automatically execute add and commit operations. Supports features such as forbidden directory filtering, intelligent file selection, conflict detection, and multi-change separation. Note: Push operations are prohibited.
Review open comment threads on a Webflow site and triage each one.
Comprehensive cmux CLI usage guide. Use when the user asks about cmux CLI, cmux --help, socket commands, command discovery, workspaces, panes, surfaces, browser CLI, hooks, feed, settings, or automation through the cmux command.
Investigate Problem - analyzes a problem in the codebase and proposes actionable solutions
Project Status - dashboard showing progress across all specs with dependency tracking and next action suggestions.
Create New Skill - scaffolds a skill definition following Claude Code conventions and this repository's patterns. Use when adding a new skill.
Task Breakdown - generates an implementation plan with tracked tasks based on requirements and design documents. Use when breaking down a design into actionable work items.
Technical Research - investigates the codebase and builds a catalogue of solution variants per problem area. Iterative — can be re-run to widen the catalogue. Does not make decisions; selection happens in spec:design.
Technical Design - picks one variant per problem area from the research catalogue, then produces architecture diagrams, interfaces, and data flow. Decisions live here, not in research.
Spec Status - displays pipeline progress dashboard for a single specification showing document statuses, blockers, and next action.
Implement Tasks - executes tasks from the tasks document using subagents. Use when ready to start coding a feature.