Personal skill collection for AI coding agents. Compatible with OpenSkills and Claude Code.
npm i -g openskills
openskills install lanmogu98/dev-skills-repo
openskills sync| Skill | Description |
|---|---|
| dev-workflow | Engineering workflow for development tasks in existing codebases |
Comprehensive engineering workflow for LLM agents and human developers.
Use when: implementing features, fixing bugs, writing tests, refactoring, preparing commits, creating PRs, or reviewing code.
Structure:
SKILL.md— Core principles + task routerreferences/exploration.md— Code reading, scope confirmationreferences/design.md— Design via tests (tests = specification)references/bugfix.md— Bug fix workflow (reproduce → test → fix)references/implementation.md— Coding standardsreferences/precommit.md— Pre-commit checklistreferences/pullrequest.md— PR creation guidelinesreferences/refactoring.md— Refactoring-specific guidancereferences/review.md— Code review checklistreferences/multi-agent.md— Worktree isolation for parallel agents
Apache 2.0