Agent skill
aads-coder
Implement direct code changes in AADS-ULoRA with minimal blast radius, module-aware validation, and CI-aligned checks. Use for bug fixes, feature work, and refactors across src, tests, scripts, config, and docs-linked runtime paths.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/aads-coder
SKILL.md
AADS Coder
Workflow
- Scope and ownership.
- Start from
aads-status-triageoutput when available. - If the request is primarily config/pipeline contract changes, route to
aads-config-pipeline-guardrails. - Identify touched files and nearest owning tests.
- Read
references/coding-playbook.md.
- Implement with minimal blast radius.
- Keep edits localized to owning modules.
- Avoid interface changes unless explicitly required.
- Preserve canonical
scripts/paths in docs and commands.
- Align tests with behavior.
- Add or adjust tests in mirrored suites.
- Prefer targeted tests before broad suites.
- Run validation gates.
- Run module-targeted checks first.
- Add domain gates only when relevant (router policy, phase5 perf checks, docs sync checks, colab smoke checks).
- Emit implementation summary.
- Include changed behavior, commands run, and residual risks.
Output Contract
Return sections in this order:
- Scope and files changed
- Behavior changes
- Validation commands and results
- Compatibility notes
- Known risks / follow-ups
References
- Use
references/coding-playbook.mdfor module-to-test mapping and command bundles.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?