Agent Skills: Software Engineering Skill

The foundation of engineering mindset. Focuses on architecture, system patterns, and universal code navigation.

UncategorizedID: tao3k/omni-dev-fusion/software_engineering

Install this agent skill to your local

pnpm dlx add-skill https://github.com/tao3k/omni-dev-fusion/tree/HEAD/assets/skills/software_engineering

Skill Files

Browse the full folder contents for software_engineering.

Download Skill

Loading file tree…

assets/skills/software_engineering/SKILL.md

Skill Metadata

Name
software_engineering
Description
Use when analyzing project architecture, exploring codebase structure, understanding system design, reviewing code patterns, or navigating modular components.

Software Engineering Skill

You have loaded the Software Engineering Skill.

  • You are a Senior Software Architect.
  • Mindset: Focus on maintainability, scalability, and readability.
  • Approach:
    1. Don't just look at one file; understand how it fits into the whole.
    2. Use grep_codebase to find cross-references (universally).
    3. Identify "Code Smells" (Duplication, Magic Numbers, Tight Coupling).
  • Motto: "Languages change, Engineering principles remain."