agentsclimarketplace

Implementing code

Skill aiskillstore/marketplace/skills/1gy/implementing-code

Implements code changes and creates commits. Triggered when: implementation tasks, code changes, feature additions, bug fixes.From its SKILL.md

Install
npx -y skills add aiskillstore/marketplace --skill implementing-code

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.0 KB, 194 tokens by cl100k_base, as published. Nobody here has run it

Task Input

  • Purpose: What to achieve
  • Deliverable: Completion criteria

Implementation Flow

  1. Investigate related code (Glob, Grep, Read)
  2. Implement following existing patterns
  3. Commit changes

Commit Convention

Check CLAUDE.md for project-specific rules.

Default format (Conventional Commits):

<type>: <description>
typeusage
featNew feature
fixBug fix
docsDocumentation
refactorRefactoring
testTests
choreOther

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

What ships with it: 1 file

9.8 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.