Claude Code Plugins

Community-maintained marketplace

Feedback

workflow-practices

@eser/rules
32
0

Workflow rules for task execution, respecting user code, and git commits. Use when planning or executing development tasks.

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 workflow-practices
description Workflow rules for task execution, respecting user code, and git commits. Use when planning or executing development tasks.

workflow-practices

Quick Start

  1. Read codebase -> Create todo list -> Check plan -> Execute
  2. NEVER revert user changes or overwrite intentional code
  3. Do NOT create git commits unless explicitly requested
  4. Respect project's tooling decisions

Key Principles

  • Work WITH user changes, not against them
  • Fully implement all functionality (no placeholders)
  • Be concise, minimize prose
  • If uncertain, say so

References

See rules.md for complete conventions.