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 listSkill 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
- Read codebase -> Create todo list -> Check plan -> Execute
- NEVER revert user changes or overwrite intentional code
- Do NOT create git commits unless explicitly requested
- 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.
More by eser
View alldesign-principles
83Code design patterns: pure functions, immutability, composition, and async. Use when designing code or functions.
go-practices
83Go conventions for hexagonal architecture, project structure, error handling, testing, and observability. Use when writing Go services.
javascript-practices
83JS/TS conventions for syntax, modules, and types. Use when writing or reviewing JavaScript/TypeScript code.
architecture-guidelines
83System architecture: modules, project structure, ADRs, and testing. Use when designing or reviewing systems.