aiskillstore/implementing-code
> Implements code changes and creates commits.
This is a copy. The original lives at comeonoliver/implementing-code.
npx skills add https://github.com/aiskillstore/marketplace --skill implementing-code
Check CLAUDE.md for project-specific rules.
Default format (Conventional Commits):
<type>: <description>
| type | usage |
|------|-------|
| feat | New feature |
| fix | Bug fix |
| docs | Documentation |
| refactor | Refactoring |
| test | Tests |
| chore | Other |
git add <files>
git commit -m "<type>: <description>"
When running in parallel with other tasks:
Take aiskillstore/implementing-code from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.