Agent skill
feature-implementation
Implement software features, fix bugs, and write production-quality code. Use this for hands-on development work including writing new code, modifying existing code, and debugging issues.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/implementation-karmaloopai-jiva
SKILL.md
Feature Implementation Skill
Overview
Write high-quality, production-ready code for features and bug fixes.
Workflow
- Understand Requirements: Parse task requirements thoroughly
- Plan Implementation: Identify files to create/modify
- Write Code: Implement with best practices:
- Clean, readable code
- Proper error handling
- Type safety
- Good variable/function names
- Verify: Test basic functionality
- Document: Add comments for complex logic
Code Quality Standards
- Follow language idioms and conventions
- Handle edge cases and errors
- Use appropriate data structures
- Keep functions focused and small
- Add inline comments for complex logic
Tools to Use
create_file: For new filesedit_file: For modificationsview: To read existing codegrep_search: To find code patternsrun_terminal_command: To run tests
Best Practices
- Read existing code before making changes
- Match the project's style and patterns
- Test changes when possible
- Leave code better than you found it
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?