Claude Code Plugins

Community-maintained marketplace

Feedback

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 Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @aiskillstore/marketplace/coder --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @aiskillstore/marketplace/coder -p --client shared
Note: Review the skill instructions before using it.

SKILL.md

name coder
description 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.
model anthropic/claude-opus-4-5
license MIT
tags coding, implementation, refactor
sessionMode linked

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.