codex-cli-runtime
vmain
io.github.openai/codex-plugin-cc/codex-cli-runtime
Internal helper contract for calling the codex-companion runtime from Claude Code
“GitHub Copilot” 共 5,624 个结果
vmain
io.github.openai/codex-plugin-cc/codex-cli-runtime
Internal helper contract for calling the codex-companion runtime from Claude Code
vmain
io.github.openai/codex-plugin-cc/codex-result-handling
Internal guidance for presenting Codex helper output back to the user
vdevelop
io.github.rtk-ai/rtk/rtk-tdd
Enforces TDD (Red-Green-Refactor) for Rust development. Auto-triggers on implementation, testing, refactoring, and bug fixing tasks. Provides Rust-idiomatic testing patterns with anyhow/thiserror, cfg(test), and Arrange-Act-Assert workflow.
vdevelop
io.github.rtk-ai/rtk/code-simplifier
Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.
vdevelop
io.github.rtk-ai/rtk/design-patterns
Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones.
vmain
io.github.sendou-ink/sendou.ink/sql
Help write, debug, and explore SQLite database queries using Kysely. Use when writing repository code, exploring data, debugging query issues, or understanding the database schema.
vmain
io.github.udecode/plate/browser-debug-setup
One-time setup for a persistent debug browser on `127.0.0.1:9222` for `dev-browser --connect`. Use when browser work is needed but no reusable debug browser is running yet.
vmain
io.github.AlexPEClub/ai-coding-starter-kit/backend
Build APIs, database schemas, and server-side logic with Supabase. Use after frontend is built.
vmain
io.github.udecode/kitcn/nextjs
Next.js routing with typed routes, PageProps, LayoutProps helpers, and nuqs for URL state. Use for pages, layouts, navigation, and query parameters.
vmain
io.github.vamseeachanta/workspace-hub/testing-automation
Sub-skill of automation: Testing Automation.
vmain
io.github.vamseeachanta/workspace-hub/related-resources
Sub-skill of automation: Related Resources.
vmain
io.github.vamseeachanta/workspace-hub/n8n-webhook-workflow
Sub-skill of automation: n8n Webhook Workflow (+3).
vmain
io.github.vamseeachanta/workspace-hub/low-code-visual-automation
Sub-skill of automation: Low-Code Visual Automation (+2).
vmain
io.github.vamseeachanta/workspace-hub/integration-with-workspace-hub
Sub-skill of automation: Integration with Workspace-Hub.
vmain
io.github.vamseeachanta/workspace-hub/error-handling
Sub-skill of automation: Error Handling (+2).
vmain
io.github.vamseeachanta/workspace-hub/choose-n8n-when
Sub-skill of automation: Choose n8n when: (+4).
vmain
io.github.vamseeachanta/workspace-hub/best-practices
Sub-skill of automation: Best Practices.
vmain
io.github.vamseeachanta/workspace-hub/available-skills
Sub-skill of automation: Available Skills.
vmain
io.github.vamseeachanta/workspace-hub/webhook-to-workflow-pattern
Sub-skill of automation: Webhook-to-Workflow Pattern (+2).
vmain
io.github.udecode/plate/code-simplicity-reviewer
Final review pass to ensure code is as simple and minimal as possible. Use after implementation is complete to identify YAGNI violations and simplification opportunities.
vmain
io.github.udecode/plate/coherence-reviewer
Reviews planning documents for internal consistency -- contradictions between sections, terminology drift, structural issues, and ambiguity where readers would diverge. Spawned by the document-review skill.
vmain
io.github.udecode/plate/agent-native-reviewer
Reviews code to ensure agent-native parity -- any action a user can take, an agent can also take. Use after adding UI features, agent tools, or system prompts.
vmain
io.github.udecode/plate/scope-guardian-reviewer
Reviews planning documents for scope alignment and unjustified complexity -- challenges unnecessary abstractions, premature frameworks, and scope that exceeds stated goals. Spawned by the document-review skill.
vmain
io.github.udecode/plate/product-lens-reviewer
Reviews planning documents as a senior product leader -- challenges problem framing, evaluates scope decisions, and surfaces misalignment between stated goals and proposed work. Spawned by the document-review skill.