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

yishan-mono

يحتوي yishan-mono على 13 من skills المجمعة من yishan-io، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

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

Helps explore ideas before implementation. Use when the user wants to brainstorm features, compare approaches, shape requirements, or discuss tradeoffs before writing code.

2026-07-26
dispatching-parallel-agents
مطوّرو البرمجيات

Use when you have two or more independent tasks, failures, or investigations that can be worked on concurrently without shared state or sequential dependencies.

2026-07-26
receiving-code-review
محللو ضمان جودة البرمجيات والمختبرون

Use when receiving code review feedback, before implementing suggestions, especially when feedback is unclear, broad, or may not fit the codebase as-is.

2026-07-26
requesting-code-review
محللو ضمان جودة البرمجيات والمختبرون

Use when finishing substantial code changes, before merging, or at natural checkpoints to request an explicit code review pass.

2026-07-26
subagent-driven-development
مطوّرو البرمجيات

Use when executing a multi-task implementation plan by dispatching one fresh builder agent per task, reviewing each task before moving on, and keeping controller context narrow.

2026-07-26
systematic-debugging
مطوّرو البرمجيات

Use when investigating a bug, test failure, build failure, flaky behavior, or unexpected runtime issue before proposing or implementing fixes.

2026-07-26
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

Use when implementing a feature, bug fix, or behavior change where automated tests should drive the implementation before production code is written.

2026-07-26
writing-plans
مطوّرو البرمجيات

Use when you have approved requirements for a multi-step task and need a concrete implementation plan before touching code.

2026-07-26
context-memory
المهن الحاسوبية الأخرى

Use when searching or updating durable project memory in `.my-context/`, especially `MEMORY.md`, architecture notes, or other cross-task context that should survive beyond the current task.

2026-07-26
context-task
المهن الحاسوبية الأخرى

Use when working with a tracked `.my-context/tasks/` record and its task-specific documents during research, planning, execution, review, or user-directed completion.

2026-07-26
executing-plans
مطوّرو البرمجيات

Use when you have an approved implementation plan and want to execute it directly in the current session without the full subagent-driven workflow.

2026-07-26
finishing-task
المهن الحاسوبية الأخرى

Use only when the user explicitly asks to finish a tracked `.my-context/tasks/` record and it needs durable wrap-up and memory promotion.

2026-07-26
starting-task
المهن الحاسوبية الأخرى

Use when beginning a new piece of work and deciding whether to create a tracked task in `.my-context/tasks/`, especially before research, planning, or implementation on non-trivial work.

2026-07-26