Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
siviter-xyz avatar

Software Engineer

  • 537 installs
  • 20 repo stars
  • Updated March 21, 2026
  • siviter-xyz/dot-agent

software-engineer is an agent skill that enforces consistent code style, documentation, and development workflow standards for developers who want clean commits without repeating engineering reminders every session.

About

software-engineer is a Claude agent skill from siviter-xyz/dot-agent that bakes software engineering principles into every coding session. The skill instructs agents to keep code self-documenting, avoid unnecessary comments, and leave committed code free of stray TODO and FIXME markers unless explicitly tracked. It applies when editing code, working inside software repositories, or performing general development tasks where style drift is common. Developers reach for software-engineer when they want an AI pair programmer that defaults to disciplined patterns instead of verbose or sloppy output. The skill covers code style, documentation habits, and workflow preferences in one reusable session profile.

  • Enforces self-documenting code with clear naming over explanatory comments
  • Requires removal of TODO/FIXME comments before commit unless creating an issue
  • Mandates concise, scannable documentation focused on essential information
  • Detects project spec and applies appropriate development workflow automatically
  • Reserves comments exclusively for non-obvious design decisions or complex logic

Software Engineer by the numbers

  • 537 all-time installs (skills.sh)
  • +8 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #1,693 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
npx skills add https://github.com/siviter-xyz/dot-agent --skill software-engineer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs537
repo stars20
Last updatedMarch 21, 2026
Repositorysiviter-xyz/dot-agent

How do you enforce code style in AI agent sessions?

Embed consistent software engineering standards into every agent session so code, docs, and workflows stay clean without manual reminders.

Who is it for?

Developers who want persistent engineering discipline from AI agents without re-pasting style guides at the start of each session.

Skip if: Teams that already enforce standards exclusively through ESLint, Prettier, and CI gates and do not need agent-level behavioral guidance.

When should I use this skill?

The user is editing code, working in a software repository, or asks the agent to follow engineering best practices during development.

What you get

Consistent agent-enforced code style, cleaner documentation habits, and workflow-aligned commits across repository edits.

  • Style-aligned code edits
  • Cleaner documentation in changed files

Files

SKILL.mdMarkdownGitHub ↗

Software Engineering Principles

Core principles and preferences for code style, documentation, and development workflow.

Code Style and Patterns

  • Avoid unnecessary comments: Code should be self-documenting. Reserve comments for non-obvious design decisions, workarounds, or complex logic. Avoid comments that restate what the code obviously does.
  • Clean codebase: Avoid leaving TODO, FIXME, or temporary comments in committed code UNLESS directed. Either implement the feature, create an issue, or remove the comment. Ignore existing ones.
  • Self-documenting code: Prefer clear naming and structure over explanatory comments. Method, class, and member documentation should use language/stack best practices. Don't add useless inline comments next to statements UNLESS they explain

confusing or complex behaviour.

Documentation

  • Concise and useful: Documentation should be informative but not verbose. READMEs should focus on essential information without unnecessary elaboration.
  • Structure over verbosity: Prefer well-organized, scannable documentation with clear headings over long paragraphs. Use short examples to illustrate concepts.

Development Workflow

  • Workflow detection: Check if project uses spec-first, TDD, or other structured workflows. Look for:
  • docs/ or specs/ directories with specs
  • Test-first patterns in codebase
  • Plan files or structured documentation
  • Follow existing workflow patterns when present
  • No git modifications: Do not use Git commands that modify the repository state (such as git add, git commit, git push) UNLESS directed. Focus on code edits directly. Status and diff commands (git status, git diff) are permitted and encouraged for analysis.
  • Fact-based approach: Do not hallucinate or assume. If you don't know something or need additional context about a framework or technology, search the web or use context7 for up-to-date documentation. If clarification is needed, ask the user before making changes.
  • Constructive disagreement: Do not just accept user direction if a better alternative exists. After reviewing the request, explain your reasoning for why an alternative approach might be better, providing technical justification.
  • Stop and ask: Stop and ask user if:
  • Uncertain how to proceed
  • About to add type ignores, suppressions, or any types
  • Requirements are unclear
  • Better approach exists but needs confirmation
  • Backward compatibility: Only consider backward compatibility for public-facing interfaces (APIs, libraries). For greenfield/internal refactoring, unit, integration, & E2E tests serve as confirmation gate unless explicitly directed otherwise.

Code Organization

  • Single responsibility: Components and functions should have a single, clear purpose. Organize code into logical directories with clear separation of concerns.
  • Consistent patterns: Follow established patterns in the codebase. When introducing new patterns, ensure they align with existing architecture and conventions.
  • Automation and efficiency: Prefer automated solutions and efficient workflows. Look for opportunities to reduce manual work and improve developer experience.

Output Formatting

  • No emojis: Do not use emojis in code or output unless explicitly directed
  • Unicode symbols: Unicode symbols (✓, ✗, →, ⚠) are acceptable for user-facing output
  • Color and formatting: Color and formatting encouraged for user-facing output
  • NO_COLOR support: Always respect NO_COLOR environment variable
  • No hardcoded ANSI: Never use hardcoded ANSI color codes - use color libraries (chalk, colors, etc.)

Best Practices

  • Framework conventions: Follow framework and language best practices. Use framework features as intended rather than working around them.
  • Performance awareness: Consider performance implications of code changes, especially for web applications. Prefer static generation and minimal JavaScript when possible.
  • Accessibility: Ensure code is accessible by default. Use semantic HTML, proper ARIA attributes, and test keyboard navigation.

References

For detailed guidance, see:

  • references/workflow-patterns.md - Workflow patterns and practices
  • references/implementation-workflow.md - Unified implementation workflow

Related skills

How it compares

Pick this over one-off lint fixes when the goal is persistent agent behavior across an entire development session rather than a single file cleanup.

FAQ

What does the software-engineer skill enforce?

The software-engineer skill enforces core software engineering principles for code style, documentation, and development workflow. It tells agents to keep code self-documenting, limit comments to non-obvious logic, and avoid leaving TODO or FIXME markers in committed code unless

When should developers invoke software-engineer?

Developers should invoke software-engineer when editing code, working inside software repositories, or performing software development tasks where consistent style matters. The skill applies session-wide so agents follow the same engineering preferences without manual reminders e

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.