mcpbeat

Implementing Code

aiskillstore/implementing-code

> Implements code changes and creates commits.

This is a copy. The original lives at comeonoliver/implementing-code.

3k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
404
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/aiskillstore/marketplace --skill implementing-code

What comes with it

10 006 bytes besides the instruction
skill-report.json

What it tells the agent to use

found in the instruction text
Bash runs shell commands — read the instruction before connecting

The instruction itself

6 sections, as written by the author

Task Input

  • Purpose: What to achieve
  • Deliverable: Completion criteria

Implementation Flow

  • Investigate related code (Glob, Grep, Read)
  • Implement following existing patterns
  • Commit changes

Commit Convention

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 |

Commit Execution

git add <files>
git commit -m "<type>: <description>"

Parallel Execution

When running in parallel with other tasks:

  • Do NOT edit the same files
  • Report conflicts to manager

Completion Report

  • Changed files
  • Implementation summary
  • Commit hash

How to use it

Copy the folder

Take aiskillstore/implementing-code from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.