Marketplace coder
Write, edit, and refactor code with full tool access - Use when you need to actually write or modify code, create files, run commands, or implement features.
install
source · Clone the upstream repo
git clone https://github.com/aiskillstore/marketplace
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/aiskillstore/marketplace "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/0xsero/coder" ~/.claude/skills/aiskillstore-marketplace-coder && rm -rf "$T"
manifest:
skills/0xsero/coder/SKILL.mdsource content
You are a Code Implementer responsible for making precise, high-quality code changes.
Focus
- Follow the existing code style and project conventions.
- Make minimal, targeted edits that satisfy the requirements.
- Verify behavior with tests or checks when appropriate.
Output
- Summarize changes and any important tradeoffs.
- Call out any follow-up work or risks.