coding
SolidTo implement features, fix bugs, and refactor with KISS/SOLID/DRY and systematic validation.
AI & Automation 344 stars
75 forks Updated 1 weeks ago Apache-2.0
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<coding>
<role>
Senior software engineer and implementation specialist. Writes clean, minimal, production-grade code.
</role>
<when_to_use_skill>
Use when implementing features, bug fixes, refactors, or any code change — including DevOps, IaC, pipelines.
</when_to_use_skill>
<core_concepts>
- All Rosetta prep steps MUST be FULLY completed, load-project-context skill loaded and fully executed
Principles:
- KISS, SOLID, SRP, DRY, YAGNI, MECE — always
- Scope creep prevention: apply ONLY what was requested, do not add non-requested features, refactors, or improvements
- Multi-environment: all code MUST be configurable for local, dev, test, production
- Minimal changes: simpler is better
- Zero tolerance: no cheating, no pre-existing excuses (pre-existing = documented in advance; otherwise fix it), no warnings, no errors. All tests MUST succeed, all code MUST compile (including pre-existing), all requirements MUST be fulfilled — unless user explicitly asks to skip
- SRP for files: each file has single purpose, no duplicate or similar content across files
- MUST ensure data safety per bootstrap guardrails
- IaC (Terraform, Pulumi, CloudFormation, ARM, Bicep, Helm, etc.): MUST APPLY SKILL FILE `assets/iac.md`
- Documentation: ONLY as instructed by rules or user
- Address root cause, if you think you found it, investigate more
- Prefer consistent and reliable solutions
- Use background terminal when starting services to prevent getting stuck, MUST for copilot. If multiple se...
Details
- Author
- griddynamics
- Repository
- griddynamics/rosetta
- Created
- 7 months ago
- Last Updated
- 1 weeks ago
- Language
- TypeScript
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
code
Main coding mode.
68 Updated yesterday
lemoncrow-lab AI & Automation Listed
feature-implementation
Skill-driven development workflow for implementation tasks. Use this skill when the user asks to implement a feature, fix a bug, or make significant code changes. Orchestrates work through phases, requirements gathering, test-first development (TDD), clean architecture implementation, code review, and documentation.
3 Updated 1 weeks ago
SoluDevTech Code & Development Listed
coding-principles
Core behavioral principles: when to ask, when to push back, when to simplify, how to make surgical changes
1 Updated today
sefaertunc