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

claude-code-plugin

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

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

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

apply-review
مطوّرو البرمجيات

Load saved review feedback from /bpe:review and apply changes to the reviewed artifact

2026-07-17
brainstorm
مطوّرو البرمجيات

Iterative Q&A to develop a thorough project specification (spec.md)

2026-07-17
commit-message
مطوّرو البرمجيات

Generate a commit message explaining what was changed and write it to commit-msg.md

2026-07-17
execute-plan
مطوّرو البرمجيات

Implement the next unchecked step from plan.md by executing its sub-steps as written (RED-GREEN-REFACTOR for Feature steps; Scope/Tooling/Do/Verify/Document for Task steps)

2026-07-17
gh-issue
مطوّرو البرمجيات

Fetch a GitHub issue and route to brainstorm or plan based on detail level

2026-07-17
goal
مطوّرو البرمجيات

Autonomous-mode BPE run via /goal. Modes — full (default) | section <name> | step. Pre-flights branch safety (refuses on main), resolves the project verification command (test-runner autodetect, spec.md fallback, or ask), builds a verifiable completion condition, and writes the assembled /goal block (condition + validator-aware orchestrator playbook + per-commit verification) to goal.md at the repo root for you to paste. Requires Claude Code v2.1.139+; put your session in auto mode before pasting for unattended execution.

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

Create, continue, or close handoff documents for fresh-agent baton passes

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

View, search, and manage accumulated lessons from .ai-sessions/lessons.md

2026-07-17
plan
مطوّرو البرمجيات

Transform spec.md into an implementation roadmap (plan.md + todo.md) of TDD Feature steps and non-TDD Task steps

2026-07-17
retrofit
مطوّرو البرمجيات

Retrofit a BPE-compatible spec.md onto an existing project that lacks one. Reads repo state and runs a shortened Q&A focused on gaps.

2026-07-17
review
مطوّرو البرمجيات

Render spec.md, plan.md, or todo.md as a fine-grained, decision-by-decision review page in your browser, then write the feedback as JSON for /bpe:apply-review to consume.

2026-07-17
session-summary
المهن الحاسوبية الأخرى

Generate session recap in .ai-sessions/ and capture lessons learned

2026-07-17
wtf-wid
المهن الحاسوبية الأخرى

WTF was I doing? — a tight, fits-on-screen recap of the current session so you can re-enter in under 10 seconds

2026-07-17
python
مطوّرو البرمجيات

Python development standards and toolchain preferences. Use when (1) writing ANY Python code, (2) setting up Python projects with pyproject.toml, (3) creating standalone CLI scripts, (4) configuring Python tooling (ruff, mypy, pytest, nox, uv), (5) reviewing or refactoring Python code, or (6) advising on Python best practices. Enforces modern Pythonic style, strict type hints, and uv-based workflows. Make sure to use this skill whenever the user is working with .py files, pyproject.toml, noxfile.py, justfiles for Python projects, or any Python packaging — even if they don't explicitly mention Python standards.

2026-04-10