Skill Copilot Provider banner
nyldn nyldn

Skill Copilot Provider

Git community

Description

--- name: skill-copilot-provider version: 2.0.0 aliases: [copilot-provider, github-copilot, copilot] description: GitHub Copilot CLI as optional zero-cost provider via copilot -p programmatic mode trigger: | AUTOMATICALLY ACTIVATE when user says: "copilot provider" or "add copilot" or "github copilot" or "use copilot" DO NOT activate for general copilot IDE usage or copilot chat in editor. paths: - "**/.github/copilot*" - "**/.copilot*" --- # GitHub Copilot Provider Skill ## Overview

Installation

Installs to ~/.claude/skills/nyldn-claude-octopus-skill-copilot-provider/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nyldn-claude-octopus-skill-copilot-provider && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-octopus/HEAD/.claude/skills/skill-copilot-provider.md -o ~/.claude/skills/nyldn-claude-octopus-skill-copilot-provider/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository