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

.dotfiles

يحتوي .dotfiles على 48 من skills المجمعة من mrp4sten، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
48
Stars
3
محدث
2026-05-05
Forks
0
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

api-design
مطوّرو البرمجيات

Design or review REST APIs, define endpoints, request/response schemas, or evaluate API contracts. Use when the user is designing a new API, reviewing an existing one, or asking about HTTP conventions.

2026-05-05
code-review
محللو ضمان جودة البرمجيات والمختبرون

Perform a structured code review. Use when the user asks to review code, check a PR, audit a file, or validate an implementation against best practices.

2026-05-05
debugging
مطوّرو البرمجيات

Systematically investigate and fix bugs, errors, or unexpected behavior. Use when the user reports a bug, shares an error/stacktrace, or asks why something isn't working.

2026-05-05
docs-writer
مطوّرو البرمجيات

Write or improve technical documentation. Use when the user asks to document code, write a README, generate API docs, write a technical spec, or explain how something works for other engineers.

2026-05-05
refactoring
مطوّرو البرمجيات

Improve the internal structure of code without changing its behavior. Use when the user asks to clean up, refactor, simplify, or reduce complexity in existing code.

2026-05-05
security-audit
محللو أمن المعلومات

Review code or configuration for security vulnerabilities. Use when the user asks to audit security, check for vulnerabilities, review auth logic, or validate input handling.

2026-05-05
sdd-apply
مطوّرو البرمجيات

Implement tasks from the change, writing actual code following the specs and design. Trigger: When the orchestrator launches you to implement one or more tasks from a change.

2026-03-12
sdd-archive
مطوّرو البرمجيات

Sync delta specs to main specs and archive a completed change. Trigger: When the orchestrator launches you to archive a change after implementation and verification.

2026-03-12
sdd-design
مطوّرو البرمجيات

Create technical design document with architecture decisions and approach. Trigger: When the orchestrator launches you to write or update the technical design for a change.

2026-03-12
sdd-explore
مطوّرو البرمجيات

Explore and investigate ideas before committing to a change. Trigger: When the orchestrator launches you to think through a feature, investigate the codebase, or clarify requirements.

2026-03-12
sdd-init
مطوّرو البرمجيات

Initialize Spec-Driven Development context in any project. Detects stack, conventions, and bootstraps the active persistence backend. Trigger: When user wants to initialize SDD in a project, or says "sdd init", "iniciar sdd", "openspec init".

2026-03-12
sdd-propose
مطوّرو البرمجيات

Create a change proposal with intent, scope, and approach. Trigger: When the orchestrator launches you to create or update a proposal for a change.

2026-03-12
sdd-spec
مطوّرو البرمجيات

Write specifications with requirements and scenarios (delta specs for changes). Trigger: When the orchestrator launches you to write or update specs for a change.

2026-03-12
sdd-tasks
مطوّرو البرمجيات

Break down a change into an implementation task checklist. Trigger: When the orchestrator launches you to create or update the task breakdown for a change.

2026-03-12
sdd-verify
محللو ضمان جودة البرمجيات والمختبرون

Validate that implementation matches specs, design, and tasks. Trigger: When the orchestrator launches you to verify a completed (or partially completed) change.

2026-03-12
ai-sdk-5
مطوّرو البرمجيات

Vercel AI SDK 5 patterns. Trigger: When building AI chat features - breaking changes from v4.

2026-03-04
clean-code
مطوّرو البرمجيات

Clean Code principles for readable, maintainable software. Trigger: When writing code, refactoring, or reviewing pull requests.

2026-03-04
conventional-commits
مطوّرو البرمجيات

Conventional Commits specification and Keep a Changelog best practices. Trigger: When creating commits or updating CHANGELOG.md.

2026-03-04
django-drf
مطوّرو البرمجيات

Django REST Framework patterns. Trigger: When building REST APIs with Django - ViewSets, Serializers, Filters.

2026-03-04
grails-5
مطوّرو البرمجيات

Grails 5 framework patterns and best practices. Trigger: When working with Grails 5 applications - controllers, services, GORM, domains.

2026-03-04
grails-tdd
محللو ضمان جودة البرمجيات والمختبرون

Test-Driven Development workflow for Grails applications with Spock. Trigger: When implementing features, fixing bugs, or refactoring in Grails projects.

2026-03-04
nextjs-15
مطوّرو البرمجيات

Next.js 15 App Router patterns. Trigger: When working with Next.js - routing, Server Actions, data fetching.

2026-03-04
playwright
محللو ضمان جودة البرمجيات والمختبرون

Playwright E2E testing patterns. Trigger: When writing E2E tests - Page Objects, selectors, MCP workflow.

2026-03-04
pr-review
محللو ضمان جودة البرمجيات والمختبرون

Reviews GitHub PRs and leaves human, direct comments. Trigger: When user asks to review a PR, check a PR, or gives a PR URL.

2026-03-04
pytest
محللو ضمان جودة البرمجيات والمختبرون

Pytest testing patterns for Python. Trigger: When writing Python tests - fixtures, mocking, markers.

2026-03-04
react-19
مطوّرو البرمجيات

React 19 patterns with React Compiler. Trigger: When writing React components - no useMemo/useCallback needed.

2026-03-04
security-first
محللو أمن المعلومات

Security-first development practices (Shift-Left Security). Trigger: When handling user input, authentication, data storage, or API design.

2026-03-04
solid
مطوّرو البرمجيات

SOLID principles for object-oriented design. Trigger: When designing classes, refactoring code, or reviewing architecture.

2026-03-04
spock
محللو ضمان جودة البرمجيات والمختبرون

Spock testing framework for Groovy and Java applications. Trigger: When writing tests with Spock - specifications, mocking, data-driven tests.

2026-03-04
tailwind-4
مطوّرو البرمجيات

Tailwind CSS 4 patterns and best practices. Trigger: When styling with Tailwind - cn(), theme variables, no var() in className.

2026-03-04
tdd
محللو ضمان جودة البرمجيات والمختبرون

Test-Driven Development workflow for any project (UI, Backend, API). Trigger: ALWAYS when implementing features, fixing bugs, or refactoring - regardless of component. This is a MANDATORY workflow, not optional.

2026-03-04
typescript
مطوّرو البرمجيات

TypeScript strict patterns and best practices. Trigger: When writing TypeScript code - types, interfaces, generics.

2026-03-04
vitest
محللو ضمان جودة البرمجيات والمختبرون

Vitest testing patterns with React Testing Library. Trigger: When writing unit tests - AAA pattern, mocking, async testing.

2026-03-04
zod-4
مطوّرو البرمجيات

Zod 4 schema validation patterns. Trigger: When using Zod for validation - breaking changes from v3.

2026-03-04
zustand-5
مطوّرو البرمجيات

Zustand 5 state management patterns. Trigger: When managing React state with Zustand.

2026-03-04
skill-creator
مطوّرو البرمجيات

Creates new AI agent skills following the Agent Skills spec. Trigger: When user asks to create a new skill, add agent instructions, or document patterns for AI.

2026-02-20
skill-sync
المهن الحاسوبية الأخرى

Syncs skill metadata to AGENTS.md Auto-invoke sections. Trigger: When updating skill metadata (metadata.scope/metadata.auto_invoke), regenerating Auto-invoke tables, or running ./skills/skill-sync/assets/sync.sh (including --dry-run/--scope).

2026-02-20
chained-pr
مطوّرو البرمجيات

Creates GitHub PRs following the Chained PRs workflow pattern. Trigger: When user asks to create a PR for a feature with sub-tasks, chained PR, or stacked PR workflow.

2026-02-18
sdd-apply
مطوّرو البرمجيات

Implement tasks from the change, writing actual code following the specs and design. Trigger: When the orchestrator launches you to implement one or more tasks from a change.

2026-02-18
sdd-archive
مطوّرو البرمجيات

Sync delta specs to main specs and archive a completed change. Trigger: When the orchestrator launches you to archive a change after implementation and verification.

2026-02-18
عرض أهم 40 من أصل 48 skills مجمعة في هذا المستودع.