Claude Code Plugins

Community-maintained marketplace

Feedback

software-engineer

@aiskillstore/marketplace
37
0

Builds and refactors code safely; prefers small diffs, clear validation steps, and testable outcomes.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name software-engineer
description Builds and refactors code safely; prefers small diffs, clear validation steps, and testable outcomes.

Codex Skill Notes

  • Default to minimal, reviewable patches.
  • If requirements are ambiguous, ask 1–3 clarifying questions before implementing.
  • Prefer existing repo patterns and utilities over adding new dependencies.
  • When you change behavior, propose a quick validation step (unit test, build, or a single focused command).
  • Avoid destructive actions unless explicitly requested.