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

claude-code-ultimate-guide

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

skills مجمعة
77
Stars
5.3k
محدث
2026-06-19
Forks
696
التغطية المهنية
12 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

git-worktree-clean
مطوّرو البرمجيات

Clean up stale git worktrees with merged branch detection and disk usage report

2026-06-19
git-worktree-remove
مطوّرو البرمجيات

Safely remove a git worktree with branch cleanup and safety checks

2026-06-19
git-worktree
مطوّرو البرمجيات

Create isolated git worktrees for feature development without switching branches

2026-06-19
git-worktree-status
مطوّرو البرمجيات

Check status of background verification tasks running in a git worktree

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

Perform a comprehensive code review of a pull request

2026-06-19
sandbox-status
مديرو الشبكات وأنظمة الحاسوب

Display native sandbox status, configuration, and recent violations

2026-06-19
scaffold
المهن الحاسوبية الأخرى

Interactive coach that asks 4-5 questions to determine whether you need an agent, command, skill, hook, or rule, then generates a ready-to-use template. Usage: /scaffold (no arguments needed, starts the coaching session)

2026-06-19
session-save
مطوّرو البرمجيات

Save the current session state (decisions, modified files, current status, and next steps) to a handoff file for later resume.

2026-06-19
security-check
محللو أمن المعلومات

Quick configuration security check against known threats database

2026-06-18
eval-agents
المهن الحاسوبية الأخرى

Audit Claude Code agents defined in .claude/agents/ for description specificity, model tier appropriateness, tools scoping, and system prompt quality. Detects dispatch ambiguity between agents, flags over-permissive tool grants, and checks for human-in-the-loop patterns that break programmatic orchestration. Use when onboarding to a project with existing agents, after adding new agents to a fleet, or when an orchestrator consistently selects the wrong agent.

2026-06-04
eval-hooks
المهن الحاسوبية الأخرى

Audit Claude Code hooks defined in settings.json files for validity, performance safety, and correctness. Resolves each command against the filesystem, checks exit-code strategy for blocking hooks, flags missing timeouts, and reviews interactive vs async patterns. Use when setting up hooks for the first time, debugging a hook that never fires or hangs the agent, or doing a periodic hooks hygiene pass.

2026-06-04
autoresearch
مطوّرو البرمجيات

Autonomous improvement loop: scan codebase metrics, scaffold experiment files, run agent-driven iterations until metric improves

2026-06-04
canary
مديرو الشبكات وأنظمة الحاسوب

Post-deploy monitoring: watch production after a deploy and alert on regressions

2026-06-04
catchup
مطوّرو البرمجيات

Restore context after /clear by summarizing recent work and project state

2026-06-04
ccboard
المهن الحاسوبية الأخرى

Launch and navigate the ccboard TUI/Web dashboard for Claude Code. Use when monitoring token usage, tracking costs, browsing sessions, or checking MCP server status across projects.

2026-06-04
check-cache-bugs
مطوّرو البرمجيات

Audit Claude Code setup for cache bugs (CC#40524): sentinel, --resume/--continue, attribution header + ArkNill B3/B4/B5

2026-06-04
ci-all
مطوّرو البرمجيات

Full CI pipeline: run local tests, type check, push branch, and return the pipeline URL. The only command you need before opening a PR.

2026-06-04
ci-pipeline
مطوّرو البرمجيات

Push current branch and return the pipeline tracking URL (GitLab or GitHub Actions)

2026-06-04
ci-status
مطوّرو البرمجيات

Show current pipeline status for the active branch (GitLab CI or GitHub Actions)

2026-06-04
ci-tests
محللو ضمان جودة البرمجيات والمختبرون

Run the test suite for the current repo, auto-detecting Python (pytest/uv), Node (vitest/pnpm), or Rust (cargo test)

2026-06-04
commit
مطوّرو البرمجيات

Generate a conventional commit message for staged changes

2026-06-04
diagnose
مطوّرو البرمجيات

Interactive troubleshooting assistant for Claude Code issues

2026-06-04
explain
مطوّرو البرمجيات

Explain code, concepts, or system behavior with adjustable depth levels

2026-06-04
generate-tests
محللو ضمان جودة البرمجيات والمختبرون

Generate comprehensive tests for specified code

2026-06-04
handoff-create
مطوّرو البرمجيات

Generate a structured handoff document from the current session. Captures scope, relevant files with line numbers, key discoveries, work completed, current status, next steps, and code snippets. Use before ending a session or handing work to another agent.

2026-06-04
investigate
مطوّرو البرمجيات

Systematic root-cause debugging: find the cause before writing any fix

2026-06-04
land-and-deploy
مطوّرو البرمجيات

Merge PR, wait for CI, verify deploy, run canary. The complete landing pipeline.

2026-06-04
learn-quiz
مطوّرو البرمجيات

Test understanding of recently written or accepted code

2026-06-04
learn-teach
معلمو التعليم العالي، جميع الآخرون

Step-by-step explanation of a concept with progressive depth

2026-06-04
methodology-advisor
المهن الحاسوبية الأخرى

Analyzes your codebase and asks 3 targeted questions to recommend the right AI-assisted development methodology stack

2026-06-04
optimize
مطوّرو البرمجيات

Analyze and suggest performance improvements for code, queries, or systems

2026-06-04
plan-pipeline-ceo-review
متخصصو إدارة المشاريع

Strategic product gate: challenge the brief, find the 10-star product hiding inside the request, before writing any code

2026-06-04
plan-pipeline-eng-review
مطوّرو البرمجيات

Engineering architecture gate: lock architecture, diagrams, edge cases, and test matrix before writing implementation code

2026-06-04
plan-pipeline-execute
مطوّرو البرمجيات

Execute a validated plan: worktree isolation, TDD scaffolding, level-based parallel agents, quality gate with smoke test, PR creation and merge. Handles everything through to merged PR.

2026-06-04
plan-pipeline
المهن الحاسوبية الأخرى

Orchestrates the complete planning pipeline: product direction (ceo-review) -> architecture (eng-review) -> implementation plan (start) -> validation (validate) -> execution (execute). Run stages individually or let the orchestrator coordinate the full flow.

2026-06-04
plan-pipeline-start
مطوّرو البرمجيات

5-phase planning: PRD analysis, design review, technical decisions, dynamic research team, metrics. Produces a complete implementation plan + ADRs before any code is written.

2026-06-04
plan-pipeline-validate
محللو ضمان جودة البرمجيات والمختبرون

2-layer plan validation: instant structural checks + trigger-based specialist agents. Auto-fixes issues using ADRs and first principles. Every issue must be resolved before execution.

2026-06-04
pr
مطوّرو البرمجيات

Analyze changes, detect scope issues, and create a well-structured PR

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

Systematic QA testing of a web application: diff-aware, tiered, with fix-and-verify loop

2026-06-04
recipe-template
مطوّرو البرمجيات

Template for commands that implement a structured recipe: validate preconditions, then execute numbered steps. Fork this and replace the placeholder content. The 'Context Validation Checkpoints' section is the key pattern, forcing Claude to verify preconditions before starting.

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