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

optimus-code

يحتوي optimus-code على 12 من skills المجمعة من cloga، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

optimus-fleet
مطوّرو البرمجيات

TEMPORARILY DISABLED. Do not use this skill for automatic Optimus fleet dispatch. The Optimus orchestrator passthrough is currently disabled because wait_for_completion can exceed MCP request timeouts; when users ask for optimus-fleet, fleet mode, or automatic orchestration, explain that the skill is disabled and use manual step-by-step execution or direct sub-agents instead.

2026-04-26
master-onboarding
مطوّرو البرمجيات

First-run protocol for the Master Agent. Read this BEFORE using any Optimus MCP tools.

2026-04-18
delegate-task
مطوّرو البرمجيات

Dispatches a task to a specialized agent role using async-first, non-blocking delegation via the Spartan Swarm.

2026-04-16
runtime-integration
مطوّرو البرمجيات

Integrate Optimus Agent Runtime into external applications via HTTP REST, TypeScript SDK, or CLI contract. Use when a user wants to embed AI agent capabilities into their own app, service, or CI/CD pipeline — without dealing with MCP transport.

2026-04-08
auto-release
مطوّرو البرمجيات

Autonomous release gate: runs on a schedule, inspects commits since the last tag, determines whether to release, and executes the release pipeline via the release-process skill.

2026-04-03
release-process
مطوّرو البرمجيات

Generic, config-driven release process for any project type. Covers version bumping, changelog, build, documentation, tagging, and publishing with auto-detection for npm, Python, and Rust projects.

2026-03-19
skill-auditor
محللو ضمان جودة البرمجيات والمختبرون

Audits new or modified skills for Optimus compliance before deployment. Use this skill whenever reviewing a skill that has been created or changed — check file paths, MCP tool references, structural quality, and error handling. Also use when doing a quality sweep of all skills in the project.

2026-03-15
council-review
متخصصو إدارة المشاريع

Orchestrates a parallel Map-Reduce architectural review by spawning multiple specialized expert agents to critique a proposal. Builds on top of the delegate-task skill.

2026-03-13
git-workflow
مطوّرو البرمجيات

Standard unified VCS workflow — every code change must go through a branch, PR, and merge for traceability.

2026-03-13
mcp-builder
مطوّرو البرمجيات

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

2026-03-13
role-creator
مطوّرو البرمجيات

Teaches the Master Agent how to build, select, and evolve the agent team. Use whenever you need to create a new role, pick a specialist for delegation, improve an underperforming agent, assign engine/model bindings, or figure out why a delegate_task failed due to weak role context. Also use when the user says "find someone to do X", "we need an expert for Y", or "who can handle Z".

2026-03-13
task-dashboard
مطوّرو البرمجيات

Teaches Master Agent how to inspect swarm runtime state, summarize task health, and flag stale or failed work.

2026-03-11