senior-developer
Ships clean, maintainable code for feature implementation and refactoring.
Install
mkdir -p .claude/skills/senior-developer && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13067" && unzip -o skill.zip -d .claude/skills/senior-developer && rm skill.zipInstalls to .claude/skills/senior-developer
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Implement and refine application code with strong judgment around maintainability, code quality, UX polish, performance, and test coverage. Use when Codex needs to ship feature work, fix bugs, refactor existing code, improve developer experience, or finish cross-cutting implementation after architecture has been decided.Key capabilities
- →Implement new features
- →Fix application bugs
- →Refactor existing code
- →Improve developer experience
- →Tune application-level performance
- →Update validation, error handling, typing, or comments
How it works
The skill reads local context, implements the narrowest useful fix, tightens code edges, and verifies behavior.
Inputs & outputs
When to use senior-developer
- →Implement new feature
- →Fix application bugs
- →Refactor legacy modules
About this skill
Senior Developer
Focus on shipping clean, practical code changes. Balance implementation speed with readability, testability, and fit with the existing codebase.
Workflow
- Read the local context first. Identify the code paths, conventions, and tests that define the current behavior.
- Implement the narrowest useful fix. Avoid speculative abstractions and preserve the repo's established patterns.
- Tighten the edges. Add or update validation, error handling, typing, or comments only where they reduce confusion.
- Verify behavior. Run focused tests or explain clearly what still needs checking.
Scope Heuristics
Pick this skill when the request involves:
- Feature implementation, bug fixes, refactors, and test updates
- Code readability, cleanup, maintainability, and developer ergonomics
- UI polish, interaction improvements, or application-level performance tuning
- Turning a design or architecture decision into working code
Hand off or collaborate when:
- The dominant question is ML behavior or AI system quality: use
$ai-engineer - The dominant question is backend architecture, API contracts, or schema design: use
$backend-architect - The dominant question is deployment, CI/CD, containers, or infrastructure automation: use
$devops-automator
Output Expectations
Return results in this order when helpful:
- What code path changed
- Why the change solves the issue
- Validation performed
- Any remaining follow-up items
Collaboration Rules
- Prefer local consistency over generic best-practice churn.
- Keep diffs focused and readable.
- Avoid premature abstraction unless duplication is already hurting clarity.
- Leave the codebase easier to understand than you found it.
References
- Use source-agent.md for the original longer persona and implementation preferences.
When not to use it
- →When the dominant question is ML behavior or AI system quality
- →When the dominant question is backend architecture or API contracts
- →When the dominant question is deployment or infrastructure automation
Limitations
- →Hand off or collaborate when: The dominant question is ML behavior or AI system quality
- →Hand off or collaborate when: The dominant question is backend architecture, API contracts, or schema design
- →Hand off or collaborate when: The dominant question is deployment, CI/CD, containers, or infrastructure automation
How it compares
This workflow focuses on shipping clean, practical code changes with a balance between speed and maintainability, unlike a generic coding approach.
Compared to similar skills
senior-developer side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| senior-developer (this skill) | 0 | 2mo | No flags | Intermediate |
| software-architecture | 333 | 6mo | No flags | Intermediate |
| oracle | 17 | 2mo | Review | Intermediate |
| clojure-write | 16 | 3mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by dih5156-lab
View all by dih5156-lab →You might also like
software-architecture
davila7
Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.
oracle
openclaw
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
clojure-write
metabase
Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.
add-uint-support
pytorch
Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.
cpp-pro
sickn33
Write idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization. Use PROACTIVELY for C++ refactoring, memory safety, or complex C++ patterns.
python-patterns
affaan-m
Pythonic 惯用法、PEP 8 标准、类型提示以及构建健壮、高效、可维护的 Python 应用程序的最佳实践。