feature-implementation
SolidImplement 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.
AI & Automation 35 stars
6 forks Updated 1 weeks ago MIT
Install
Quality Score: 78/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Feature Implementation Skill
## Overview
Write high-quality, production-ready code for features and bug fixes.
## Workflow
1. **Understand Requirements**: Parse task requirements thoroughly
2. **Plan Implementation**: Identify files to create/modify
3. **Write Code**: Implement with best practices:
- Clean, readable code
- Proper error handling
- Type safety
- Good variable/function names
4. **Verify**: Test basic functionality
5. **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 files
- `edit_file`: For modifications
- `view`: To read existing code
- `grep_search`: To find code patterns
- `run_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
Details
- Author
- KarmaloopAI
- Repository
- KarmaloopAI/Jiva
- Created
- 1 years ago
- Last Updated
- 1 weeks ago
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
feature-planning
Break features into implementation plans, acceptance criteria, and sequenced tasks.
126 Updated today
HybridAIOne AI & Automation Listed
feature-workflow
End-to-end feature development pipeline: plan → implement → build tests → post checks → PR → summary. Invoked by /new-feature and /continue-feature. this skill should not be invoked directly but rether by the other skills.
0 Updated today
YoniChechik AI & Automation Featured
coding
To implement features, fix bugs, and refactor with KISS/SOLID/DRY and systematic validation.
325 Updated today
griddynamics