Agent Skills: Codex Skill Notes

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

UncategorizedID: aiskillstore/marketplace/software-engineer

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aiskillstore/marketplace/tree/HEAD/skills/acskamloops/software-engineer

Skill Files

Browse the full folder contents for software-engineer.

Download Skill

Loading file tree…

skills/acskamloops/software-engineer/SKILL.md

Skill Metadata

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.