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

opencode-onboard

يحتوي opencode-onboard على 17 من skills المجمعة من CKGrafico، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

ob-plan-explore
مطوّرو البرمجيات

Read-only exploration of an idea, problem, or requirement before creating a change. Clarifies what is being asked for (scope, acceptance criteria, edge cases, alternatives), using the codebase as grounding evidence, and recommends an approach. Load when exploring or clarifying a task before planning. Invoked by the /plan-explore command (interactive) and the plan-goal pipeline (autonomous).

2026-07-16
ob-userstory
مطوّرو البرمجيات

Parse Azure DevOps user story URL and create OpenSpec change. Use when user provides an Azure DevOps URL.

2026-07-16
ob-userstory
مطوّرو البرمجيات

Parse work item from any URL using browser automation. Use when user provides a URL that doesn't match GitHub/Azure/Jira CLI platforms, or when backlog platform is 'browser'.

2026-07-16
ob-userstory
مطوّرو البرمجيات

Parse GitHub Issue URL and create OpenSpec change. Use when user provides a GitHub Issue URL.

2026-07-16
ob-userstory
مطوّرو البرمجيات

Parse a Jira work item and create an OpenSpec change. Use when the user provides a Jira URL or a bare issue key (e.g. PROJ-123).

2026-07-16
ob-make-architecture
مطوّرو البرمجيات

Generate or update ARCHITECTURE.md by analyzing the codebase structure. Safe to run at any time. Invoked by the /make-architecture command and the repo-initialize flow.

2026-07-16
ob-make-design
مطوّرو البرمجيات

Generate or update DESIGN.md by analyzing the codebase design system (Tailwind, CSS vars, tokens, UI framework config). Safe to run at any time. Invoked by the /make-design command and the repo-initialize flow.

2026-07-16
ob-make-guardrails
مطوّرو البرمجيات

Generate or update the ob-guardrails-project skill from ARCHITECTURE.md and relevant project files, then wire it into every engineer agent. Invoked by the /make-guardrails command and the repo-initialize flow.

2026-07-16
ob-ops-ship
مطوّرو البرمجيات

Create a pull request for the current feature branch, with screenshots if UI changed. Load when shipping a finished feature branch. Invoked by the /ops-ship command and the plan-goal pipeline (pr mode).

2026-07-16
ob-plan-apply
مطوّرو البرمجيات

Implement tasks from a plan. OpenSpec-annotated tasks (from ob-plan-propose) run as parallel subagent waves; Todo pane tasks (from /plan-quick) run sequentially in-session. Load when implementing a prepared plan. Invoked by the /plan-apply command (interactive) and the plan-goal pipeline (autonomous).

2026-07-16
ob-plan-archive
مطوّرو البرمجيات

Archive a completed OpenSpec change and update documentation. Interactive mode finds the oldest merged unarchived change and opens an archive PR; autonomous mode archives a named change in place on the current branch. Invoked by the /plan-archive command (interactive) and the plan-goal pipeline (autonomous).

2026-07-16
ob-plan-propose
مطوّرو البرمجيات

Parse a work item or idea and produce an OpenSpec change plan (proposal.md, specs, tasks.md) with enriched task assignments (agent, tier, depends_on, touches). Load when turning a requirement into a structured plan. Invoked by the /plan-propose command (interactive) and the plan-goal pipeline (autonomous).

2026-07-16
ob-repo-help
مطوّرو البرمجيات

The full command reference for this project - every /command with when to use it and the typical workflows. Load when the user asks for help, the command list, or at the end of repo initialization. Invoked by the /repo-help command and the repo-initialize flow.

2026-07-16
ob-guardrails-generic
مطوّرو البرمجيات

Generic guardrails, foundational rules that all agents follow. Users add specialized guardrails skills for specific concerns. Covers secrets, code quality, security, tool usage, and engineer workflow.

2026-07-16
ob-default
المهن الحاسوبية الأخرى

Fallback skill, used when no other skill matches. Use when the task is unclear or no specialized skill applies.

2026-07-14
ob-guardrails-project
مطوّرو البرمجيات

Project-specific guardrails extracted from ARCHITECTURE.md and project config files. Populated by /make-guardrails. Load this skill before implementing any change to understand boundaries, conventions, and constraints for this codebase.

2026-07-14
browser-automation
مطوّرو البرمجيات

Reliable, composable browser automation using OpenCode Browser primitives. Use when capturing screenshots of a locally running app, clicking UI elements, reading page content, or automating browser interactions on localhost.

2026-07-14