multiAI Summary Pending
software-engineer
Builds and refactors code safely; prefers small diffs, clear validation steps, and testable outcomes.
231 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/software-engineer/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/acskamloops/software-engineer/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/software-engineer/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How software-engineer Compares
| Feature / Agent | software-engineer | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Builds and refactors code safely; prefers small diffs, clear validation steps, and testable outcomes.
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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.