بنقرة واحدة
clean-code
Enforce SOLID, DRY, KISS principles during implementation. Auto-activated when writing or modifying code.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Enforce SOLID, DRY, KISS principles during implementation. Auto-activated when writing or modifying code.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when converting architecture plans into implementation phases. Creates independent, bite-sized phase files that can be executed separately.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Extract design assets and metadata from Figma using the Figma REST API. Supports exporting frames/components as images, extracting node metadata, design tokens, and file structure. Use with ai-multimodal skill for comprehensive UI research.
Comprehensive codebase documentation generator following a layered methodology. This skill should be used when scanning and documenting a codebase for the first time, when creating onboarding documentation for new developers, when generating architecture overviews, walkthroughs, and API references. Supports README generation, architecture diagrams, entry point documentation, pattern guides, and edge case documentation.
Generate structured handoff summaries between workflow phases. Use when transitioning between RQPIV phases.
| name | clean-code |
| description | Enforce SOLID, DRY, KISS principles during implementation. Auto-activated when writing or modifying code. |
Ensure all code follows clean code principles.
Reference: principles/solid.md
Reference: principles/dry.md
Reference: principles/kiss.md
Reference: principles/yagni.md
Use before committing: checklists/pre-commit.md
When implementing, verify:
npm run lint
npm run typecheck