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

agentic-plugin

يحتوي agentic-plugin على 6 من skills المجمعة من NominexHQ، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

agentic-audit-command
محللو ضمان جودة البرمجيات والمختبرون

Audit an OpenCode plugin command across 12 dimensions: purpose, contract, communication style, response patterns, workflow, instruction content, dependencies, lifecycle, tool interactions, resources, configuration, and permissions. The 'command' is the TypeScript tool definition plus its paired instruction file. Use when the user asks to audit, review, or analyse an OpenCode plugin command or tool.

2026-05-10
agentic-audit-skill
محللو ضمان جودة البرمجيات والمختبرون

Audit a Claude Code plugin skill across 12 dimensions: purpose, contract, communication style, response patterns, workflow, instruction content, dependencies, lifecycle, skill interactions, resources, configuration, and permissions. Surfaces bugs and gaps with severity ratings. Use when the user asks to audit, review, or analyse a Claude Code plugin or specific skill.

2026-05-10
agentic-build-command
مطوّرو البرمجيات

Spec and build a new OpenCode plugin command (TypeScript tool + paired instruction file) from scratch. Walks through a four-phase collaboration: study existing anatomy → spec the new command → confirm with user → write and smoke test. Use when the user asks to build, add, or create a new OpenCode tool or command.

2026-05-10
agentic-build-skill
مطوّرو البرمجيات

Design and implement Claude Code plugin skills end-to-end: analyze existing plugin conventions, spec invocation contract and workflow, confirm design with the user, then write SKILL.md plus any required reference/context files and validate consistency. Use for new skills, major rewrites, or expanding a plugin's capability surface.

2026-05-10
agentic-port-command
مطوّرو البرمجيات

Port an OpenCode plugin command to a Claude Code equivalent: either a CC skill (SKILL.md), a CC sub-agent (.claude/agents/<name>.md), or a CC slash command (commands/<name>.md). The command reads the OC TypeScript tool + paired instruction file, walks through a three-way output decision, and writes the chosen target. Use when the user asks to port, migrate, or convert an OpenCode command to Claude Code.

2026-05-10
agentic-port-skill
مطوّرو البرمجيات

Port a Claude Code plugin skill to its OpenCode equivalent. Analyses the skill across the full audit dimensions, chooses the right OpenCode target (OC Skill, OC Agent, or OC Plugin Command), then builds it. Use when the user asks to port, convert, or migrate a Claude Code skill to OpenCode.

2026-05-10