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

opencode-agent-orchestration-kit

يحتوي opencode-agent-orchestration-kit على 16 من skills المجمعة من jcarlosrodicio، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

api-and-interface-design
مطوّرو البرمجيات

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

2026-06-04
autonomous-loops
مطوّرو البرمجيات

Patterns and architectures for autonomous loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems. Use when setting up autonomous development workflows, choosing the right loop architecture, or building CI/CD-style continuous development pipelines.

2026-06-04
code-review-and-quality
محللو ضمان جودة البرمجيات والمختبرون

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

2026-06-04
code-simplification
مطوّرو البرمجيات

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

2026-06-04
context-engineering
مطوّرو البرمجيات

Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

2026-06-04
debugging-and-error-recovery
مطوّرو البرمجيات

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

2026-06-04
documentation-and-adrs
مطوّرو البرمجيات

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

2026-06-04
doubt-driven-development
محللو ضمان جودة البرمجيات والمختبرون

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now than to debug later.

2026-06-04
iterative-retrieval
مطوّرو البرمجيات

Pattern for progressively refining context retrieval to solve the subagent context problem. Use when spawning subagents that need codebase context they cannot predict upfront, or when building multi-agent workflows where context is progressively refined.

2026-06-04
open-design
مطوّرو البرمجيات

Use the Open Design workbench to create editable visual projects, prototypes, landing pages, dashboards, mobile screens, decks, and implementation handoffs.

2026-06-04
performance-optimization
مطوّرو البرمجيات

Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.

2026-06-04
security-and-hardening
مطوّرو البرمجيات

Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

2026-06-04
source-driven-development
مطوّرو البرمجيات

Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.

2026-06-04
test-driven-development
مطوّرو البرمجيات

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

2026-06-04
using-agent-skills
مطوّرو البرمجيات

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

2026-06-04
verification-loop
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive multi-phase verification system. Use after completing a feature, before creating a PR, when ensuring quality gates pass, or after refactoring.

2026-06-04