Claude Code Plugins

Community-maintained marketplace

Feedback

project-workflow

@kcenon/claude-config
1
0

Provides workflow guidelines for problem-solving, git commits, GitHub issues, PRs, build management, and testing. Use when planning tasks, creating issues, submitting PRs, managing builds, or writing tests.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name project-workflow
description Provides workflow guidelines for problem-solving, git commits, GitHub issues, PRs, build management, and testing. Use when planning tasks, creating issues, submitting PRs, managing builds, or writing tests.

Project Workflow Skill

When to Use

  • Planning and organizing tasks
  • Creating GitHub issues or PRs
  • Writing commit messages
  • Managing builds and dependencies
  • Setting up testing infrastructure

Quick Reference

Workflow

GitHub

Project Management

Core Principles

  1. Systematic approach: Follow procedures step by step
  2. Minimal changes: Modify existing files, create new ones only when necessary
  3. Conventional commits: Use proper type(scope): description format
  4. 5W1H framework: Apply What, Why, Who, When, Where, How for issues and PRs
  5. Layered testing: Unit tests (many) -> Integration tests (some) -> E2E tests (few)