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

agent-pro

يحتوي agent-pro على 19 من skills المجمعة من xhd2015، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

brainstorm
مطوّرو البرمجيات

Brainstorming specialist. Use before implementing any feature, fix or cli design to discuss the approach with the user first. Plans data models, storage layouts, test scenarios, and expected outputs.

2026-07-14
establish-a-loop
مطوّرو البرمجيات

Produce LOOP_<YYYY-MM-DD>_<slug>.md — a real runnable repro/verify runbook from user logs or prose. Expands to precise CLI/URL ops, builds workspace tools, runs steps 1–4 for real, records SYMPTOM CONFIRMED or VERIFY PASS. Pair with run-the-loop for fixes. Use for /establish-a-loop, "establish a loop", or "create a debug loop".

2026-07-14
run-the-loop
مطوّرو البرمجيات

Fix until done: goal + inspect script under script/debug/, then iterate implement → inspect until PASS. Use after establish-a-loop or standalone for /run-the-loop, "loop until done", "max effort", "don't stop until".

2026-07-14
followup
متخصصو إدارة المشاريع

Clarification-phase followup. Use when the user mentions followup to stay in discussion mode without moving to implementation.

2026-07-14
llm-mock
محللو ضمان جودة البرمجيات والمختبرون

OpenAI-compatible HTTP mock server for testing agents without real LLM calls. Loads a JSON config of request→response exchanges and returns pre-configured responses. Use when writing doctests or integration tests for agent runners.

2026-07-08
consolidate-code
مطوّرو البرمجيات

Incremental deduplication workflow: map overlapping implementations, plan a PR stack into shared packages, seal doctests, migrate callers without behavior change. Use when the user mentions consolidate, dedupe, shared package, move enrichment into dot-pkgs, eliminate duplication, or /consolidate-code. Pair with investigate (overlap map) and doctest-tdd (sealed tests → impl).

2026-07-08
sound-fix
مطوّرو البرمجيات

Check whether this is a sound fix, or suggest what is the most sound fix, and explain why

2026-07-08
verify-with-prototype
مطوّرو البرمجيات

Prototype-before-production workflow for risky host integrations (sudo, privileges, system config). Use when a feature touches the real OS, when behavior must be proven with a small script before full implementation, or when the user mentions prototype verification, POC script, or verify-with-prototype. Run after investigate/followup and before doctest-TDD integration.

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

Intent router that classifies user input and delegates to the appropriate specialist agent or skill. Use this for any initial user message to determine the right next step before diving in.

2026-07-05
investigate
مطوّرو البرمجيات

Investigate observed behavior or effects that need explanation. Use when the user reports unexpected results, asks why something happens, or wants the causal chain behind a symptom.

2026-07-05
debug-with-user
مطوّرو البرمجيات

Human-in-the-loop macOS debugging checkpoints. Use when automation needs a human to confirm UI state, report observations, or proceed through manual steps.

2026-07-03
debug-with-user
مطوّرو البرمجيات

Human-in-the-loop macOS debugging checkpoints. Use when automation needs a human to confirm UI state, report observations, or proceed through manual steps.

2026-07-03
git-resolve-conflicts
مطوّرو البرمجيات

Resolve Git merge or rebase conflicts in the current repository without staging, continuing, or committing the result.

2026-07-02
explore
مطوّرو البرمجيات

Fast agent specialized for exploring codebases. Use this to quickly find files by glob patterns, search code for keywords with regex, or answer questions about the codebase. Specify thoroughness level: quick, medium, or very thorough.

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

Issue reproduction agent. Use this when you need to reproduce a bug or issue locally. It understands the situation, breaks down complex issues into steps, and builds minimal reproducible examples to isolate root causes.

2026-06-16
test-case-tree-design-expert
محللو ضمان جودة البرمجيات والمختبرون

Use when the user wants a decision-tree style test case design with inherited setup and per-leaf assertions.

2026-06-12
idea-expander
متخصصو إدارة المشاريع

Use when the user has a rough product or feature idea and wants it expanded into user stories, workflows, open questions, and implementation considerations.

2026-06-11
tdd-expert
محللو ضمان جودة البرمجيات والمختبرون

Use when the user has a test-case-tree output and wants runnable Go tests plus stub implementation following Test-Driven Development.

2026-06-11
test-case-design-expert
محللو ضمان جودة البرمجيات والمختبرون

Use when the user wants comprehensive user-facing end-to-end test scenarios for a feature description.

2026-06-11