wkin-t

5 mods across 1 repository, 4 stars between them.

copilot-cli

02

wkin-t/claude-copilot-plugin

Plugin Claude Code

Dispatch tasks to GitHub Copilot CLI (GPT-5/Sonnet) as subagents — task delegation and adversarial review.

4 4mo ago A tokens not measured original MIT

copilot-review

03

wkin-t/claude-copilot-plugin

Agent

Adversarial code review via Copilot CLI. Challenges Claude's implementation — design choices, assumptions, edge cases. Use after completing a feature or before declaring work done. GPT-5 acts as a skeptical reviewer finding reasons the change should not ship. Context: Claude has just finished implementing a feature…

4 4mo ago A 337 tokens original MIT

copilot-task

04

wkin-t/claude-copilot-plugin

Agent

Dispatch self-contained tasks to GitHub Copilot CLI (Claude Sonnet 4.6). Use for context-heavy but goal-clear work that would consume too much of Claude's context window — file scanning, edge-case analysis, boundary-condition review, batch exploration. Copilot charges per invocation so prompts must be fully…

4 4mo ago A 344 tokens original MIT

copilot-runtime

05

wkin-t/claude-copilot-plugin

Skill Claude CodeCodex

Internal helper for invoking Copilot CLI from Claude Code subagents — covers invocation template, model routing, context injection, and self-containment rules. Not user-invocable.

4 4mo ago A 39 tokens original MIT