Generate clean, secure, maintainable Python code. Use when the user asks for Python implementation, refactoring, bug fixes, typing improvements, error handling, architecture guidance, or PEP 8 cleanup.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ١٥ من skills من marcius-llmus/skills. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ١٥ من أصل ١٥ skills مجمعة.
Generate clean, secure, maintainable Python code. Use when the user asks for Python implementation, refactoring, bug fixes, typing improvements, error handling, architecture guidance, or PEP 8 cleanup.
لغة النص الأصلي: الإنجليزية
Identifies duplicate domain functionality across components and suggests consolidation opportunities. Use when finding common domain logic, detecting duplicate functionality, analyzing shared classes, planning component consolidation, or when the user asks…
لغة النص الأصلي: الإنجليزية
Identifies and fixes component hierarchy issues by detecting orphaned classes in root namespaces and ensuring components exist only as leaf nodes. Use when analyzing component structure, finding orphaned classes, flattening component hierarchies, removing…
لغة النص الأصلي: الإنجليزية
Identifies architectural components in codebases and calculates size metrics for decomposition planning. Use when analyzing codebase structure, planning monolithic decomposition, identifying oversized components, calculating component statistics, or when the…
لغة النص الأصلي: الإنجليزية
Creates structured decomposition plans and roadmaps for migrating monolithic applications. Use when planning decomposition, creating migration roadmaps, prioritizing decomposition work, tracking decomposition progress, or when the user asks about…
لغة النص الأصلي: الإنجليزية
Identifies subdomains and suggests bounded contexts in any codebase following DDD Strategic Design. Use when analyzing domain boundaries, identifying business subdomains, assessing domain cohesion, mapping bounded contexts, or when the user asks about DDD…
لغة النص الأصلي: الإنجليزية
Groups components into logical domains for service-based architecture. Use when creating component domains, grouping components by business functionality, planning domain services, analyzing component relationships, or when the user asks about domain…
لغة النص الأصلي: الإنجليزية
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or…
لغة النص الأصلي: الإنجليزية
Expert AWS Cloud Advisor for architecture design, security review, and implementation guidance. Leverages AWS MCP tools for accurate, documentation-backed answers. Use when user asks about AWS architecture, security, service selection, migrations,…
لغة النص الأصلي: الإنجليزية
Translate Figma nodes into production-ready code with 1:1 visual fidelity using the Figma MCP workflow (design context, screenshots, assets, and project-convention translation). Trigger when the user provides Figma URLs or node IDs, or asks to implement…
لغة النص الأصلي: الإنجليزية
Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and…
لغة النص الأصلي: الإنجليزية
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
لغة النص الأصلي: الإنجليزية
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
لغة النص الأصلي: الإنجليزية
Project and feature planning with 4 phases - Specify, Design, Tasks, Implement+Validate. Creates atomic tasks with verification criteria and maintains persistent memory across sessions. Stack-agnostic. Use when (1) Starting new projects (initialize vision,…
لغة النص الأصلي: الإنجليزية
Enforces a strict FastAPI backend layered architecture with mandatory reference usage, DTO-based service contracts, centralized transactions, isolated modules, and layer-specific testing rules. HTMX guidance is secondary and optional.
لغة النص الأصلي: الإنجليزية