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

ai-dev-workflow-template

يحتوي ai-dev-workflow-template على 15 من skills المجمعة من zDud4s، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

agent-creator
المهن الحاسوبية الأخرى

Create project-owned agent files (`.claude/agents/<name>.md`). Use when the user explicitly asks to create, add, scaffold, draft, or design a new agent, or when repeated conversation patterns or `git log` activity suggest the same workflow keeps being handled manually and should become an agent.

2026-07-13
agent-improver
المهن الحاسوبية الأخرى

Audit and improve agent files (`.claude/agents/*.md`). Use when the user asks to check, audit, review, score, or improve agents, mentions "agent maintenance" or "agent quality", wonders which agents are missing or duplicated, wants to tighten tool allowlists, or wants to know if their agent descriptions trigger reliably.

2026-07-13
bootstrap
مطوّرو البرمجيات

Use when onboarding a repository to the AI workflow, when .ai/project.yaml has project_name: unknown, or when project metadata is incomplete or stale.

2026-07-13
codex
مطوّرو البرمجيات

Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing

2026-07-13
maintenance
مطوّرو البرمجيات

Maintain project-specific workflow metadata (project.yaml, memory.md, decisions.md) after bootstrap, CI changes, restructuring, or refresh requests—never alter the immutable core; also use when asked to consolidate, compact, or tighten memory/tokens.

2026-07-13
orchestrate-tdd
مطوّرو البرمجيات

Use when a development task has testable behavior and should be built test-first with independently verified failing-then-passing gates. Default route for medium/large TDD-able code tasks; non-testable tasks belong to the orchestrate skill.

2026-07-13
planner
مطوّرو البرمجيات

Use when a coding request needs breaking into phases before implementation — any task larger than a tiny local edit (trivial is ~1 file, under 10 lines). Produces a minimal, executable plan with narrow execution packets. Normally dispatched by the orchestrator; invoke directly only when the user wants a plan without execution.

2026-07-13
rescue
مطوّرو البرمجيات

Recover from failed implementation attempts by isolating wrong assumptions and proposing the next narrow experiment. Use when a task has hit repeated failure, unclear regressions, or implementation drift that spans systems — not for a bug localized to a single file.

2026-07-13
reviewer
محللو ضمان جودة البرمجيات والمختبرون

Use when an implementation is complete and awaiting approval, before merge or wrap-up. Normally dispatched by the orchestrator after the execute phase; where a deterministic gate passed the verdict is advisory, otherwise it is blocking.

2026-07-13
orchestrate-agents
المهن الحاسوبية الأخرى

Use when the user wants to compose, draft, or route a task through their agent catalog as a multi-agent pipeline. Not for code development tasks — those go to the orchestrate skill. Executor for saved pipelines is the run-pipeline skill.

2026-07-13
run-pipeline
المهن الحاسوبية الأخرى

Use when the user asks to run or execute a saved agent pipeline by name from .ai/local/pipelines/. Drafting new pipelines is the orchestrate-agents skill's job, not this one's.

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

Synthesize completed agent outputs into the run record's Handoff section. Use only when dispatched by the run-pipeline skill after a pipeline's agents complete; not a standalone or user-invoked skill.

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

Use when a development task (code or docs) should run end-to-end from one prompt — the default entry point. Route TDD-able medium/large code to the orchestrate-tdd skill and non-code multi-agent pipelines to the orchestrate-agents skill instead.

2026-07-13
usage-audit
المهن الحاسوبية الأخرى

Use when the user asks for a usage audit, a "how am I using Claude Code" review, or a usage retrospective, or wants to mine past sessions for tool mix, error hotspots, model spend, repeated prompts, or automation candidates. Not for auditing a single live session, and not a substitute for the metrics dashboard.

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

Use when invoking Claude Code CLI from another tool (e.g. Codex) — either as a workflow executor/reviewer dispatched by the orchestrate skill, or for ad-hoc delegation when you need complex reasoning, planning, architecture decisions, research, or a second opinion.

2026-07-13