Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

my-little-scrum-team

يحتوي my-little-scrum-team على 39 من skills المجمعة من lexicalninja، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
39
Stars
2
محدث
2026-01-15
Forks
0
التغطية المهنية
10 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

accessibility-checker
محللو ضمان جودة البرمجيات والمختبرون

Checks code for accessibility issues including missing alt text, poor color contrast, missing ARIA labels, keyboard navigation issues, screen reader compatibility, and focus management. Returns structured accessibility issue reports with WCAG compliance information.

2026-01-15
accessibility-design-checker
مصممو واجهات الويب والرقمية

Ensures designs meet accessibility requirements including WCAG compliance, color contrast, keyboard navigation, screen reader support, and focus management. Reviews designs for accessibility issues and provides recommendations.

2026-01-15
agent-capability-assessor
متخصصو إدارة المشاريع

Assesses agent capabilities by analyzing agent files and determining what tasks they can handle. Use when you need to evaluate if an existing agent can handle a task or if a new agent is needed. Reviews agent descriptions, skills, and workflows to determine capability match.

2026-01-15
agent-creator
متخصصو إدارة المشاريع

Creates new agent files with complete specifications, following the same format as existing agents. Use when a new agent is needed for tasks that existing agents cannot handle. Generates agent markdown files with name, description, core principles, workflow, and integration details.

2026-01-15
api-implementer
مطوّرو البرمجيات

Implements API endpoints, routes, controllers, and request/response handling. Use when implementing REST APIs, GraphQL APIs, or other API endpoints. Handles routing, validation, error handling, and response formatting.

2026-01-15
architecture-reviewer
مطوّرو البرمجيات

Reviews code architecture for design issues including poor separation of concerns, tight coupling, missing abstractions, design pattern violations, scalability concerns, and maintainability issues. Returns structured architecture review reports with improvement suggestions.

2026-01-15
best-practices-checker
محللو ضمان جودة البرمجيات والمختبرون

Checks code for best practice violations including DRY violations, SOLID principles, error handling patterns, testing practices, documentation standards, and version control practices. Returns structured best practice reports with improvement suggestions.

2026-01-15
bug-detector
محللو ضمان جودة البرمجيات والمختبرون

Detects bugs, logic errors, and edge case handling issues in code. Use when reviewing code for runtime errors, null/undefined handling, type errors, and edge cases. Returns structured bug reports with file paths, line numbers, and suggested fixes.

2026-01-15
changelog-generator
مطوّرو البرمجيات

Generate changelog entries from git commits, pull requests, or code changes. Use when creating release notes, updating CHANGELOG.md, or documenting what changed in a version.

2026-01-15
code-documentation
مطوّرو البرمجيات

Generate comprehensive code documentation including docstrings, comments, and API documentation. Use when code lacks documentation, needs better explanations, or requires API docs. Focuses on clarity, completeness, and following language-specific documentation standards.

2026-01-15
code-style-analyzer
محللو ضمان جودة البرمجيات والمختبرون

Analyzes code for style and formatting issues including inconsistent formatting, naming conventions, code organization, comment quality, unused code, and magic numbers. Returns structured style issue reports with suggestions for improvement.

2026-01-15
color-system-designer
مصممو واجهات الويب والرقمية

Creates color palettes and color systems for applications. Defines primary, secondary, neutral colors, and semantic colors (success, error, warning, info). Ensures accessibility compliance and provides usage guidelines.

2026-01-15
component-designer
مصممو واجهات الويب والرقمية

Designs reusable UI components including buttons, inputs, cards, modals, and other interface elements. Specifies states, variations, and usage guidelines. Considers accessibility and responsive behavior.

2026-01-15
component-implementer
مطوّرو الويب

Implements UI components from design specifications. Use when implementing frontend components, pages, or UI elements. Follows design specs from ui-ux-designer, implements responsive design, and ensures accessibility.

2026-01-15
config-setup
مطوّرو البرمجيات

Sets up configuration files, environment variables, and project configuration. Use when setting up project configuration, environment setup, or configuration management. Creates config files, .env examples, and configuration documentation.

2026-01-15
conflict-resolver
متخصصو إدارة المشاريعمديرو أنظمة الحاسوب والمعلومات

Resolves conflicts between agents or approaches when disagreements arise. Use when agents have conflicting recommendations, different approaches to the same problem, or disagreements on priorities. Analyzes conflicts, evaluates options, and makes decisions to resolve conflicts.

2026-01-15
database-implementer
مصممو قواعد البيانات

Creates database schemas, migrations, queries, and data access layers. Use when implementing database-related tasks. Handles schema design, migrations, CRUD operations, and database optimization.

2026-01-15
escalation-handler
مديرو أنظمة الحاسوب والمعلوماتالمديرون العامون ومديرو العمليات

Handles escalations and determines appropriate escalation paths. Use when issues arise that need escalation or when determining whether to escalate to user vs. handle internally. Analyzes issues, determines severity, and routes to appropriate resolution path.

2026-01-15
git-commit-helper
مطوّرو البرمجيات

Generate well-structured git commit messages following conventional commits format. Use when committing changes, creating commit messages, or when commit history needs improvement. Ensures commits are clear, descriptive, and follow project conventions.

2026-01-15
implementation-planner
متخصصو إدارة المشاريع

Creates detailed, step-by-step implementation plans from specifications. Use when you have requirements and need to break them down into actionable implementation steps. Organizes work into phases, identifies dependencies, and creates a clear roadmap.

2026-01-15
import-formatter
مطوّرو البرمجيات

Format and organize import statements in code files. Use when imports are messy, unordered, or need to follow project conventions. Automatically groups imports by type (standard library, third-party, local) and sorts them alphabetically.

2026-01-15
interaction-designer
مصممو واجهات الويب والرقمية

Designs interactions, animations, transitions, and micro-interactions. Specifies hover states, click feedback, loading states, and user feedback mechanisms. Ensures interactions are accessible and performant.

2026-01-15
layout-designer
مصممو واجهات الويب والرقمية

Designs page layouts, grid systems, and structural arrangements. Use when creating layouts for pages, sections, or components. Considers responsive design, visual hierarchy, and accessibility.

2026-01-15
performance-analyzer
محللو ضمان جودة البرمجيات والمختبرون

Analyzes code for performance issues including inefficient algorithms, unnecessary computations, memory leaks, large file sizes, slow queries, and missing caching. Returns structured performance issue reports with optimization suggestions.

2026-01-15
quality-gate-manager
متخصصو إدارة المشاريع

Manages quality gates and checkpoints to ensure work meets standards before proceeding to next phases. Use when you need to verify work quality, set quality standards, or decide if work is ready to proceed. Defines quality criteria, checks work against criteria, and makes go/no-go decisions.

2026-01-15
requirement-analyzer
متخصصو إدارة المشاريع

Analyzes ideas and extracts functional and non-functional requirements. Use when breaking down concepts into specific, measurable requirements. Identifies what needs to be built, constraints, and success criteria.

2026-01-15
resource-optimizer
متخصصو إدارة المشاريع

Optimizes resource usage and makes decisions about when to optimize existing resources vs. add new resources. Use when you need to improve efficiency, balance resource usage, or decide between optimization and expansion. Analyzes current resource usage and recommends optimization strategies.

2026-01-15
resource-planner
متخصصو إدارة المشاريع

Plans resource allocation and agent assignments to tasks. Use when you need to allocate agents to tasks, balance workload, or plan resource usage. Considers task dependencies, agent capabilities, and workload distribution.

2026-01-15
responsive-design-planner
مصممو واجهات الويب والرقمية

Plans responsive design breakpoints, mobile-first approaches, and adaptive layouts. Defines how designs adapt across different screen sizes and devices. Considers touch vs mouse interactions.

2026-01-15
security-scanner
محللو أمن المعلومات

Scans code for security vulnerabilities including SQL injection, XSS, hardcoded secrets, insecure authentication, and missing input validation. Returns structured security issue reports with file paths, line numbers, and remediation steps.

2026-01-15
spacing-system-designer
المصممون الجرافيكيون

Creates spacing and sizing systems including margins, padding, gaps, and consistent spacing scales. Defines spacing tokens and usage guidelines for consistent layouts.

2026-01-15
specification-checker
محللو ضمان جودة البرمجيات والمختبرون

Compares code implementation against specifications and requirements. Verifies functional requirements, non-functional requirements, acceptance criteria, and technical specifications are met. Returns structured reports of specification gaps and misalignments.

2026-01-15
task-prioritizer
متخصصو إدارة المشاريع

Prioritizes tasks based on dependencies, business value, resource availability, and project goals. Use when you need to determine task execution order or prioritize work. Considers dependencies, value, urgency, and resource constraints.

2026-01-15
task-to-agent-matcher
مطوّرو البرمجيات

Matches tasks to appropriate agents by analyzing task requirements and finding agents with matching capabilities. Use when you need to assign tasks to agents or determine which agent should handle a task. Considers task type, requirements, and agent capabilities.

2026-01-15
technical-spec-writer
مطوّرو البرمجيات

Creates detailed technical specifications including architecture, data models, APIs, and technology choices. Use when you need to document technical implementation details, system design, or API contracts. Provides concrete technical guidance for implementation.

2026-01-15
test-generator
محللو ضمان جودة البرمجيات والمختبرون

Generate comprehensive test cases for code. Use when writing unit tests, integration tests, or test suites. Creates tests that cover happy paths, edge cases, error conditions, and follow testing best practices for the project's testing framework.

2026-01-15
test-writer
محللو ضمان جودة البرمجيات والمختبرون

Writes comprehensive test cases including unit tests, integration tests, and E2E tests. Use when implementing test requirements from tasks. Creates tests that cover happy paths, edge cases, error conditions, and follow testing best practices.

2026-01-15
typography-designer
المصممون الجرافيكيون

Designs typography systems including font choices, font sizes, font weights, line heights, and text styles. Creates type scale and defines usage guidelines. Ensures readability and accessibility.

2026-01-15
utility-implementer
مطوّرو البرمجيات

Implements utility functions, helpers, and shared code. Use when implementing reusable functions, validation utilities, formatting functions, or helper modules. Creates clean, reusable utility code.

2026-01-15
my-little-scrum-team Agent Skills على GitHub | SkillsMP