BeClaude

claude-coding-flow

New
1knpmGeneralMIT

Claude Code skills for requirement analysis, code generation and bug fixing

First seen 6/3/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/claude-coding-flow.md

3
Invoke in Claude Code
/claude-coding-flow

Use Cases

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.

Usage Examples

1

/claude-coding-flow analyze 'Add user authentication with JWT'

2

/claude-coding-flow generate 'Create a REST endpoint for user profile update'

3

/claude-coding-flow fix 'The login button does not respond on mobile devices'

View source on GitHub
claudeclaude-codecode-gendoc-genbug-fix

Security Audits

LicensePassSourceWarnRepositoryPass

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..