← all publishers

asw101

@asw101 source repo

4 published skills

  1. Copilot · asw101 bundle
    Umbrella for the three Copilot delegation skills (/copilot-cli JSONL, /copilot-acp ACP, /copilot-sdk Go SDK). Default routes to /copilot-cli. Use --compare to fan out across all three for evaluation. README.md in this folder explains the trade-offs.
    0 installs
  2. Copilot Acp · asw101 bundle
    Delegate to GitHub Copilot CLI via its Agent Client Protocol server. Built on the official agent-client-protocol Python SDK (Pydantic-typed messages). Sibling of /copilot-cli (JSONL) and /copilot-sdk (Go).
    0 installs
  3. Copilot CLI · asw101 bundle
    Delegate to GitHub Copilot CLI via its `--output-format json` stream. Python runner parses JSONL events into a structured transcript with full event replay. Default model gpt-5.6-sol + high reasoning + long_context (1M) window. Pass --model / --effort / --context to override; --multi to fan out across models.
    0 installs
  4. Copilot Sdk · asw101 bundle
    Delegate to Copilot via the official Go SDK (github.com/github/copilot-sdk/go). Source ships under scripts/; first invocation builds bin/runner. Sibling of /copilot-cli (JSONL) and /copilot-acp (ACP).
    0 installs