mlflow

copilot

@mlflow/copilot
mlflow
23,722
5166 forks
Updated 1/18/2026
View on GitHub

Hand off a task to GitHub Copilot.

Installation

$skills install @mlflow/copilot
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Repositorymlflow/mlflow
Path.claude/skills/copilot/SKILL.md
Branchmaster
Scoped Name@mlflow/copilot

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: copilot description: Hand off a task to GitHub Copilot. allowed-tools:

  • Bash(gh agent-task create:*)

Examples

# Create a task with an inline description
gh agent-task create "<task description>"

# Create a task from a markdown file
gh agent-task create -F task-desc.md