claude-coding-flow
NewClaude Code skills for requirement analysis, code generation and bug fixing
Summary
This skill enhances Claude Code with structured workflows for requirement analysis, code generation, and bug fixing.
- It helps developers streamline their coding process by providing clear, actionable steps for common development tasks.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/claude-coding-flow.md
/claude-coding-flowUse Cases
Usage Examples
/claude-coding-flow analyze 'Add user authentication with JWT'
/claude-coding-flow generate 'Create a REST endpoint for user profile update'
/claude-coding-flow fix 'The login button does not respond on mobile devices'
Security Audits
Frequently Asked Questions
What is claude-coding-flow?
This skill enhances Claude Code with structured workflows for requirement analysis, code generation, and bug fixing. It helps developers streamline their coding process by providing clear, actionable steps for common development tasks.
How to install claude-coding-flow?
To install claude-coding-flow: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/claude-coding-flow.md. Finally, /claude-coding-flow in Claude Code.
What is claude-coding-flow best for?
claude-coding-flow is a skill categorized under General. It is designed for: claude, claude-code, code-gen, doc-gen, bug-fix.
What can I use claude-coding-flow for?
claude-coding-flow is useful for: Analyzing a feature request to break it down into technical requirements and subtasks.; Generating boilerplate code for a new API endpoint based on a given specification.; Debugging a reported bug by tracing through the codebase and suggesting a fix.; Refactoring a legacy function to improve performance and readability.; Writing unit tests for a newly implemented module to ensure code quality.; Documenting an existing codebase by generating inline comments and API docs..