Skip to main content
مستودع GitHub

claude-coding-commands

يحتوي claude-coding-commands على 18 من skills المجمعة من awood45، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
18
Stars
11
محدث
2026-04-08
Forks
0
التغطية المهنية
6 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

capture-skill
مطوّرو البرمجيات

Capture what was done in the current conversation as a repeatable, well-structured skill (SKILL.md). Interviews the user to clarify intent, scope, and edge cases before writing.

2026-04-08
design-doc-high-level
مطوّرو البرمجيات

Generate a high-level architecture design document from a requirements document. Covers technology choices, compute platforms, databases, data models, data flows, and security posture — no code snippets or code structure.

2026-04-08
design-doc-low-level
مطوّرو البرمجيات

Generate a low-level design specification from requirements and high-level design documents. Covers class diagrams, package structure, class interactions, and testing strategy — the bridge between architecture and implementation.

2026-04-08
implement-task-code
مطوّرو البرمجيات

Implement a specific task from the implementation plan using strict TDD. Writes failing tests first, then minimal code to pass, with human approval before committing. Tracks status in plan/{prefix}-plan.md.

2026-04-08
implementation-task-plan
مطوّرو البرمجيات

Generate an implementation task plan from design documents. Breaks a low-level design into ordered, dependency-aware tasks with explicit parallelization analysis. Use when you have a completed low-level design and need to plan the implementation work.

2026-04-08
improve-test-coverage
محللو ضمان جودة البرمجيات والمختبرون

Diagnose and fix test coverage gaps. Identifies uncovered code paths, adds targeted tests, refactors untestable code, and introduces mocking where needed. Never lowers thresholds.

2026-04-08
narrative-doc
مطوّرو البرمجيات

Write a narrative design or proposal document iteratively, section by section, with human sign-off at each step. Use when the user wants to write a proposal, narrative, or design rationale — not a formal requirements doc or low-level design spec.

2026-04-08
quick-research
مطوّرو البرمجيات

Quick research — get a sourced answer in under a minute. Use instead of /research when you need a fast answer, not a deep dive.

2026-04-08
requirements-doc
متخصصو إدارة المشاريع

Generate a structured requirements document from unstructured plans or ideas. Use when the user describes a system they want to build and needs formal requirements.

2026-04-08
research
أساتذة علوم الحاسوب في التعليم العالي

Launch a deep research task. Investigates a topic and produces a structured report. Supports templates for different output types.

2026-04-08
decision-brief
محللو الإدارة

Template for structured options analysis with pros/cons and a recommendation. Loaded by the Researcher agent — not user-invocable.

2026-04-08
generic-deep-research
مطوّرو البرمجيات

Template for thorough open-ended research reports. Loaded by the Researcher agent — not user-invocable.

2026-04-08
learning-plan
منسّقو التدريس

Template for three-phase learning syllabi (Apprentice, Journeyman, Master). Loaded by the Researcher agent — not user-invocable.

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

Review code changes for correctness, security, error handling, performance, testing, and more. Dynamically selects review perspectives based on what changed. Outputs a structured review document.

2026-04-08
review-design-high-level
مطوّرو البرمجيات

Review a high-level design document for gaps in architecture, security posture, data model soundness, technology choices, and deployment readiness. Use after producing a high-level design and before starting low-level design.

2026-04-08
review-design-low-level
مطوّرو البرمجيات

Review a low-level design document for gaps in code structure, class design, error handling, and testing strategy. Use after producing a low-level design and before starting implementation.

2026-04-08
run-implementation-plan
مطوّرو البرمجيات

Execute an entire implementation plan end-to-end. Parallelizes tasks within batches, reviews each batch, fixes issues, commits, and opens a PR when done. Set-it-and-forget-it orchestration.

2026-04-08
setup-code-scaffolding
مطوّرو البرمجيات

Bootstrap or fill gaps in a project's code quality tooling. Sets up pre-commit hooks, linting, formatting, test coverage enforcement, static analysis, dependency auditing, and documentation coverage. Writes an agent-friendly guide to AGENTS.md (or appends to CLAUDE.md if one already exists).

2026-04-08