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

retainer

يحتوي retainer على 14 من skills المجمعة من seamus-brady، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

agents-observer
موزّعو المهام (باستثناء الشرطة والإطفاء والإسعاف)

How the observer specialist works in Retainer — role, expected inputs, output shape, quality bar, common pitfalls. The observer reads this at the start of every dispatch.

2026-05-10
agents-scheduler
متخصصو اللوجستيات

How the Retainer scheduler specialist works — role, expected inputs, output shape, common pitfalls. The scheduler reads this at the start of every dispatch.

2026-05-10
agents-using-observer
محللو أنظمة الحاسوب

When the Retainer cog should delegate to the observer, how to brief it, what to expect back, and how to verify the result. Observer is the knowledge gateway — recent (hot index) and deep (full archive). Read before dispatching to agent_observer.

2026-05-10
agents-using-scheduler
متخصصو إدارة المشاريع

When the Retainer cog should delegate to the scheduler, how to brief it, what to expect back, and how to verify the result. Read before dispatching to agent_scheduler.

2026-05-10
delegation-strategy
مديرو أنظمة الحاسوب والمعلومات

Decision framework for when and how to delegate work to Retainer's specialist agents. Covers the two specialists in this reference cut (observer, scheduler) plus the cog's direct tools.

2026-05-10
harness-dispatch
مطوّرو البرمجيات

How dispatching to specialist agents works in Retainer's current shape — the agent_<name> tool shape, what the reply envelope looks like, how errors propagate. Read with `delegation-strategy` (which covers when to delegate).

2026-05-10
harness-errors
مطوّرو البرمجيات

Recovery patterns in Retainer's current shape for tool errors, agent failures, and cycle abandonment — when to retry, when to narrow, when to escalate. Read after seeing an unexpected error or when planning a multi-step task that might fail partway.

2026-05-10
harness-memory
مطوّرو البرمجيات

Mechanics of Retainer's current memory layer — what's narrative vs facts vs cases, when each is written vs read, retention semantics, who can see what. Read with `memory-management` (which covers the decision procedure).

2026-05-10
harness-policy
محللو أمن المعلومات

How the four Retainer policy gates work — input, output, tool, post-exec — and how to recognise a policy refusal vs a real failure. Read when you see unexpected refusals or IsError replies you didn't expect.

2026-05-10
harness-tools
مطوّرو البرمجيات

How tools work in Retainer's current shape — call shape, error semantics, IsError vs error envelope, what to retry vs give up on. Read when a tool returns something unexpected or when planning to use multiple tools.

2026-05-10
harness-turns
متخصصو إدارة المشاريع

How turns and cycle budgets work in Retainer's current shape — what max_turns means, what the watchdog does, what max_consecutive_errors triggers. Read when planning a multi-step task or when a cycle ended unexpectedly.

2026-05-10
memory-management
مطوّرو البرمجيات

When and how to use the memory stores in Retainer. Adapted to current shape (narrative + facts via the librarian; CBR + remembrancer V1 shipped; threading + artifacts deferred).

2026-05-10
self-diagnostic
مديرو الشبكات وأنظمة الحاسوب

An 8-step procedure for verifying that Retainer's tools and specialist delegates are wired correctly end-to-end. Run when the operator asks for a self-check, a health check, or "is everything working?". Do not run unprompted.

2026-05-10
web-research
موظفو المراسلات

Search and extraction strategy for the researcher specialist. Adapted to Retainer's current tools (Brave web search + news search via BRAVE_SEARCH_API_KEY; Jina Reader via JINA_API_KEY).

2026-05-10