Skip to main content
مستودع GitHub

opencode-plugins

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

skills مجمعة
17
Stars
1
محدث
2026-02-02
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

dispatching-parallel-agents
مطوّرو البرمجيات

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2026-02-02
dispatching-parallel-agents
مطوّرو البرمجيات

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2026-02-02
pr-iteration
محللو ضمان جودة البرمجيات والمختبرون

Guide the agent through iterative PR/MR refinement to ensure all CI checks, tests, linting, and validation passes before considering the work complete. Never declare success until all automated checks pass.

2026-02-02
receiving-code-review
محللو ضمان جودة البرمجيات والمختبرون

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

2026-02-02
requesting-code-review
محللو ضمان جودة البرمجيات والمختبرون

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

2026-02-02
subagent-driven-development
مطوّرو البرمجيات

Use when executing implementation plans with independent tasks in the current session

2026-02-02
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

Use when implementing any feature or bugfix, before writing implementation code

2026-02-02
writing-plans
مطوّرو البرمجيات

Use when you have a spec or requirements for a multi-step task, before touching code

2026-02-02
biomejs
مطوّرو البرمجيات

Resolve BiomeJS linting errors and warnings with fix-forward approach (never ignore/suppress). Covers formatting, correctness, suspicious patterns, style, complexity, and performance rules.

2026-02-01
bun-typescript-development
مطوّرو البرمجيات

TypeScript development with Bun using TDD, single-function modules, barrel exports, and collocated tests

2026-01-31
extending-nx-plugins
مطوّرو البرمجيات

Comprehensive guide for creating and managing Nx plugins including generators, inferred tasks, migrations, and best practices for extending Nx workspaces

2026-01-31
git-commit
مطوّرو البرمجيات

Safely commit changes with automatic syncing, rebasing, and git hook enforcement

2026-01-31
nx-executors
مطوّرو البرمجيات

Create and use custom Nx executors in TypeScript monorepos. Covers executor structure, package references (@scope:executor), schema definitions, ExecutorContext API, and best practices for reusable build tasks.

2026-01-31
nx-generators
مطوّرو البرمجيات

Create Nx generators to automate code scaffolding and enforce best practices in Nx workspaces. Covers the Tree API, schema validation, composing generators, template files, and testing with TypeScript.

2026-01-31
opencode-plugin-dev
مطوّرو البرمجيات

Guide for developing OpenCode plugins using TypeScript - covers plugin structure, hooks, tools, authentication, events, testing, and best practices

2026-01-31
opencode-plugin-development
مطوّرو البرمجيات

Build OpenCode plugins using TypeScript. Covers plugin structure, tools, authentication providers, event handlers, hooks (chat, permissions, tool execution), shell integration, testing, and configuration.

2026-01-31
opencode-plugin-ui
مطوّرو الويب

Build OpenCode plugins with TUI integration using Toast notifications, session prompts, and prompt manipulation. Covers client.tui.showToast(), client.session.prompt() with noReply, and client.tui.appendPrompt() APIs with TypeScript examples and best practices.

2026-01-31