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

agent-skills-library

يحتوي agent-skills-library على 12 من skills المجمعة من CodingCossack، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
12
Stars
19
محدث
2025-12-22
Forks
2
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

dispatching-parallel-agents
مطوّرو البرمجيات

Dispatches one subagent per independent domain to parallelize investigation/fixes. Use when you have 2+ unrelated failures (e.g., separate failing test files, subsystems, bugs) with no shared state or ordering dependencies.

2025-12-22
executing-plans
مطوّرو البرمجيات

Disciplined plan execution for implementation tasks. Use when executing a saved implementation plan, following step-by-step instructions from a plan document.

2025-12-22
finishing-a-development-branch
مطوّرو البرمجيات

Git branch completion workflow. Use when implementation is complete, tests pass, and a feature branch needs to be integrated via merge, pull request, or cleanup.

2025-12-22
receiving-code-review
محللو ضمان جودة البرمجيات والمختبرون

Assesses and responds to incoming code review feedback on PRs (reviewer comments, requested changes), especially when suggestions are unclear, technically questionable, or scope-expanding. Use before implementing review suggestions to align on intent and keep changes minimal.

2025-12-22
requesting-code-review
محللو ضمان جودة البرمجيات والمختبرون

Use when you need to request a code review for a PR/MR and want a consistent review brief (context, scope, risk areas, test instructions, acceptance criteria) before merge.

2025-12-22
subagent-driven-development
المهن الحاسوبية الأخرى

Sequential subagent execution with two-stage review gates for implementation plans. Use when executing multi-task plans in current session, when tasks need fresh subagent context to avoid pollution, when formal review cycles (spec compliance then code quality) are required between tasks, or when you need diff-based validation of each task before proceeding.

2025-12-22
systematic-debugging
مطوّرو البرمجيات

Root cause analysis for debugging. Use when bugs, test failures, or unexpected behavior have non-obvious causes, or after multiple fix attempts have failed.

2025-12-22
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

Red-green-refactor development methodology requiring verified test coverage. Use for feature implementation, bugfixes, refactoring, or any behavior changes where tests must prove correctness.

2025-12-22
using-git-worktrees
مطوّرو البرمجيات

Git worktree–based workspace isolation for parallel or non-disruptive development. Use when work must occur without modifying or interfering with the current working tree.

2025-12-22
using-superpowers
المهن الحاسوبية الأخرى

Meta-skill enforcing skill discovery and invocation discipline through mandatory workflows. Use when starting any conversation to check for relevant skills before any response, ensuring skill-first workflow before proceeding.

2025-12-22
verification-before-completion
محللو ضمان جودة البرمجيات والمختبرون

Verification discipline for completion claims. Use when about to assert success, claim a fix is complete, report tests passing, or before commits and PRs. Enforces evidence-first workflow.

2025-12-22
writing-plans
مطوّرو البرمجيات

Structured implementation planning for multi-step development tasks. Use when you have a spec or requirements and need to break work into executable steps.

2025-12-22