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

claude-pilot

يحتوي claude-pilot على 30 من skills المجمعة من changoo89، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

agent-teams
مديرو الخدمات الإدارية

Coordinate specialized teammates in Agent Teams for execution, review, and planning. Delegate mode mandatory with TaskCompleted/TeammateIdle hooks.

2026-02-08
close-plan
المديرون العامون ومديرو العمليات

Plan completion workflow - archive plan, verify todos, create git commit, push with retry. Use for finalizing completed plans.

2026-02-08
confirm-plan
مطوّرو البرمجيات

Plan confirmation workflow - extract plan from conversation, create file, auto-review with Interactive Recovery. Use for confirming plans after /00_plan.

2026-02-08
execute-plan
مطوّرو البرمجيات

Plan execution workflow - parallel SC implementation, worktree mode, verification patterns, GPT delegation. Use for executing plans with TDD + Ralph Loop.

2026-02-08
gpt-delegation
مطوّرو البرمجيات

Use when blocked, stuck, or needing fresh perspective. Consults GPT experts via Codex CLI with graceful fallback.

2026-02-08
parallel-subagents
مديرو أنظمة الحاسوب والمعلومات

Coordinate independent teammates concurrently in Agent Teams for 50-70% speedup. Launch multiple teammates simultaneously.

2026-02-08
ralph-loop
محللو ضمان جودة البرمجيات والمختبرون

Use after first code change. Autonomous iteration until all quality gates pass (max 7 iterations).

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

Comprehensive code review with multi-angle analysis using parallel agents

2026-02-08
setup-workflow
مطوّرو البرمجيات

Initial setup workflow for claude-pilot plugin - directory creation, statusline configuration, documentation sync, GitHub star request

2026-02-08
spec-driven-workflow
مديرو أنظمة الحاسوب والمعلوماتمحللو أنظمة الحاسوب

SPEC-First planning workflow - explore codebase, gather requirements, create execution plan through dialogue (read-only)

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

Test-Driven Development (TDD) skill for Red-Green-Refactor cycle. Use when implementing features with tests first, minimal code to pass, then refactor. Teammates execute TDD autonomously within their own context in Agent Teams.

2026-02-08
rapid-fix
مطوّرو البرمجيات

Rapid bug fix workflow - auto-plan, execute, test, and close simple fixes in one command. Use for simple bug fixes, one-line changes, minor validation issues.

2026-01-28
claude-prompt-guide
مطوّرو البرمجيات

Anthropic official XML tag patterns and prompt engineering best practices. Document behavior control tags, system prompt internals, and the 10-Component Framework for effective Claude prompts.

2026-01-25
documentation-best-practices
منسّقو التدريس

Claude Code documentation standards for CLAUDE.md, commands, skills, agents. Use when creating or reviewing documentation files.

2026-01-25
docs-verify
محللو ضمان جودة البرمجيات والمختبرون

Documentation verification for 3-Tier system - validates line limits, cross-references, file counts

2026-01-25
code-cleanup
مطوّرو البرمجياتمبرمجو الحاسوب

Dead code detection and removal using knip (recommended) or standard tooling. Use when removing unused imports, variables, or dead files.

2026-01-25
release
مطوّرو البرمجيات

Plugin release workflow skill for version bumping, git tagging, and GitHub release creation. Use when releasing plugin versions with automated CHANGELOG generation and version synchronization.

2026-01-25
three-tier-docs
مطوّرو البرمجيات

Use after code changes. Syncs CLAUDE.md, CONTEXT.md, and docs/ai-context/ automatically.

2026-01-25
git-operations
مطوّرو البرمجياتالمهن الحاسوبية الأخرى

Use when pushing, pulling, or merging changes. Handles retries, conflicts, and error recovery.

2026-01-23
quality-gates
محللو ضمان جودة البرمجيات والمختبرون

Pre-commit quality validation procedures. Use when validating code quality before committing or in CI/CD.

2026-01-23
safe-file-ops
مطوّرو البرمجياتمتخصصو دعم مستخدمي الحاسوب

Safely delete and manage files and folders. Uses git rm for git-tracked files, moves other files to .trash directory. Automatically applied when deletion operations are needed.

2026-01-23
claude-pilot-standards
مطوّرو البرمجيات

Author reference for claude-pilot components. Skills, commands, agents, rules documentation patterns. VIBE coding compliance.

2026-01-22
code-quality-gates
محللو ضمان جودة البرمجيات والمختبرون

Use automatically before and after code changes. Ensures documentation, formatting, type safety, and audit standards.

2026-01-22
coding-standards
مطوّرو البرمجيات

Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.

2026-01-22
git-master
مطوّرو البرمجيات

Git workflow mastery - staging, committing, branching, PR creation. Apply conventional commits, Co-Authored-By attribution. Only create commits when user explicitly requests.

2026-01-22
test-driven-development
مطوّرو البرمجيات

Use when implementing any feature or bugfix, before writing implementation code. Red-Green-Refactor cycle ensures tests pass.

2026-01-22
frontend-design
المصممون الجرافيكيون

Production-grade frontend design skill for distinctive, non-generic UI development. Avoids "AI slop" aesthetics through specific aesthetic direction guidelines.

2026-01-22
vibe-coding
مبرمجو الحاسوب

LLM-readable code standards. Functions ≤50 lines, files ≤200 lines, nesting ≤3 levels. SRP, DRY, KISS, Early Return.

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

Use when developing multiple features in parallel. Isolated workspaces prevent conflicts and enable concurrent branches.

2026-01-21
vercel-react-best-practices
مطوّرو الويب

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

2026-01-17