eser

workflow-practices

@eser/workflow-practices
eser
83
4 forks
Updated 1/6/2026
View on GitHub

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

Installation

$skills install @eser/workflow-practices
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Repositoryeser/stack
Path.claude/skills/workflow-practices/SKILL.md
Branchmain
Scoped Name@eser/workflow-practices

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


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.