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

claude-code-plugins

يحتوي claude-code-plugins على 52 من skills المجمعة من motlin، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
52
Stars
13
محدث
2026-07-23
Forks
4
التغطية المهنية
7 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

restore
مديرو الشبكات وأنظمة الحاسوب

Restore claude/codex agents from a tmux-reboot snapshot after tmux-resurrect reopens their windows.

2026-07-23
snapshot
مديرو الشبكات وأنظمة الحاسوب

Snapshot running tmux claude/codex agents immediately before a reboot so their sessions can be restored afterward.

2026-07-23
build-fix
مطوّرو البرمجيات

Commit changes, run git-test precommit checks, and fix failures. Use when asked to fix build, test, lint, typecheck, or precommit failures.

2026-07-22
precommit
مطوّرو البرمجيات

Running precommit checks and build validation. ALWAYS use after ANY code changes.

2026-07-22
finish
مطوّرو البرمجيات

This skill should be used after completing any task, before returning control to the user. Always run this skill — it handles the case where there's nothing to do.

2026-07-22
team-lead
مطوّرو البرمجيات

Coordination guidelines for leading a team of task-executing agents

2026-07-22
team-member
مطوّرو البرمجيات

Workflow guidelines for team members executing tasks

2026-07-22
tasks
مطوّرو البرمجيات

Work with markdown-based task lists in .llm/todo.md files. Use when managing tasks, working with todo lists, extracting incomplete tasks, marking tasks complete, or implementing tasks from a task list.

2026-07-22
markdown-do-all-tasks
مطوّرو البرمجيات

Work through all incomplete tasks in .llm/todo.md with one subagent and commit per task, continuing past blocked tasks.

2026-07-18
markdown-do-one-task
مطوّرو البرمجيات

Find and implement the next incomplete task from .llm/todo.md.

2026-07-18
markdown-import-plan
مطوّرو البرمجيات

Import a plan markdown file into .llm/todo.md as self-contained implementation tasks.

2026-07-18
markdown-plan-tasks
مطوّرو البرمجيات

Convert a planning discussion into self-contained tasks in .llm/todo.md.

2026-07-18
markdown-sweep-todos
مطوّرو البرمجيات

Find TODO comments in the codebase and add them to .llm/todo.md as tasks.

2026-07-18
build-test-all
محللو ضمان جودة البرمجيات والمختبرون

Run tests across all commits and loop on failures until all pass. Use when asked to run or fix test-all for a branch.

2026-07-18
build-test-branch
محللو ضمان جودة البرمجيات والمختبرون

Test every commit in the current branch, fix failures, create fixup commits, and repeat until all commits pass.

2026-07-18
build-test-setup
محللو ضمان جودة البرمجيات والمختبرون

Configure git-test for the current repository. Use when git test is missing or the user asks to set up branch testing.

2026-07-18
git-clean-worktrees
مطوّرو البرمجيات

Remove git worktrees safely without force.

2026-07-18
git-commit-chunks
مطوّرو البرمجيات

Split local changes into multiple logical commits. Use when the user asks to commit changes in chunks.

2026-07-18
git-commit
مطوّرو البرمجيات

Commit local changes with careful staging and single-line messages. Use for all git commit operations.

2026-07-18
git-conflicts
مطوّرو البرمجيات

Resolve git merge or rebase conflicts and continue the operation.

2026-07-18
git-rebase-all
مطوّرو البرمجيات

Rebase all local branches onto the configured upstream branch.

2026-07-18
git-rebase
مطوّرو البرمجيات

Rebase local commits on the configured upstream using the plugin rebase script.

2026-07-18
git-reword-commits
مطوّرو البرمجيات

Rewrite in-scope commit messages to single-line git-workflow messages with git history reword.

2026-07-18
git-split-branch
مطوّرو البرمجيات

Split the current branch into multiple branches with one commit each.

2026-07-18
git-workflow
مطوّرو البرمجيات

Commit message format and git workflow rules. ALWAYS use this skill for every git commit — no exceptions — and whenever rewording an existing commit message.

2026-07-18
git-worktree
مطوّرو البرمجيات

Create a git worktree in a peer directory using the plugin worktree script.

2026-07-18
github-actions-fix
مطوّرو البرمجيات

Debug and fix failing GitHub Actions checks for the current commit. Use when asked to fix CI, GHA, or GitHub Actions failures.

2026-07-18
markdown-add-task
مطوّرو البرمجيات

Add a self-contained task to .llm/todo.md. Use when the user asks to add one task or append work to the markdown task list.

2026-07-18
llm-context
مطوّرو البرمجيات

Guidelines for working with LLM context stored in the .llm/ directory.

2026-07-18
orchestration
المهن الحاسوبية الأخرى

Coordinates other skills and agents. ALWAYS use this skill on startup.

2026-07-18
build-dev-server
مطوّرو البرمجيات

Start or restart a project dev server on a specific or discovered port, wait until it is ready, and monitor it for automatic recovery. Use when the user asks to start, restart, keep alive, watch, or monitor a development server.

2026-07-18
comment-cleanup
مطوّرو البرمجيات

Keep code comments concise and durable, or clean redundant comments without changing code behavior. Use when adding, editing, reviewing, or removing comments; after code changes; before committing; or when asked to clean comments in a diff or across the repository.

2026-07-18
test-assertions
محللو ضمان جودة البرمجيات والمختبرون

Write test assertions as complete, strict deep-equality checks, and hold existing tests to the same standard. Use when writing new tests, adding assertions, reviewing test quality, strengthening weak tests, or replacing fragmented assertions in a file, directory, diff, or repository.

2026-07-18
wip
مطوّرو البرمجيات

Run on /wip or for a whole-repository cleanup spanning multiple worktrees and branches. Trigger when the request combines operations such as removing stale worktrees, rebasing all branches, retesting, and pushing, including "clean up my worktrees and branches", "rebase all my branches and get them tested and pushed", or "settle my WIP". The workflow gates destructive and outward-facing actions, never uses --force, and handles worktree, rebase, and test edge cases. Defer to single-operation git skills when the user targets one specific branch or worktree. Wraps git:clean-worktrees and build:test-all.

2026-07-18
liquibase-lock-resolver
مطوّرو البرمجيات

Diagnose Liquibase change-log lock failures in Maven tests and remove only stale H2 database files from build output directories before rerunning the affected tests. Use when failures contain "Could not acquire change log lock", "Currently locked by", or `liquibase.exception.LockException`.

2026-07-18
openrewrite-analyze-recipes
مطوّرو البرمجيات

Dry-run configured OpenRewrite recipes, count and rank violations, and optionally run one selected recipe without committing. Use when asked to analyze OpenRewrite recipes, report rule violations, inspect a rewrite dry run, or compare which recipes would change the most files.

2026-07-18
openrewrite-violations
مطوّرو البرمجيات

Apply every configured OpenRewrite recipe with violations on a dedicated branch, creating one commit per named leaf recipe and verifying the cumulative result. Use when asked to fix all OpenRewrite violations, create an OpenRewrite cleanup branch, or commit recipe changes separately.

2026-07-18
writing-instructions
المهن الحاسوبية الأخرى

MUST be loaded before creating, editing, or reviewing any SKILL.md, agent markdown, or command markdown file. Contains formatting rules that prevent common mistakes like numbered steps, which cause git churn, and privacy rules requiring generic placeholders instead of real personal data in examples. Also use when the user asks about instruction formatting best practices, header structure, or how to avoid unnecessary diffs.

2026-07-18
investigation-report
مطوّرو البرمجيات

Produce a single self-contained HTML report that explains a command-line investigation — the commands actually run, their real output, and just enough reasoning to teach it. Use when the user asks for a walkthrough, tutorial, write-up, teaching artifact, or "show me how you did that" of a shell debugging or exploration session.

2026-07-03
create-pull-request
مطوّرو البرمجيات

Create a GitHub pull request the user's preferred way. Use whenever opening, creating, or raising a PR with gh.

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