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

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/software-engineer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How software-engineer Compares

Feature / Agentsoftware-engineerStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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.