copilot-cli skills

339 tagged copilot-cli, measured the same way as everything else here.

Browse within: github-copilot 53copilot 50dart 41flutter 41jaspr 41agent-orchestration 32codex-cli 32claude-code-skills 31product-management 31ai-skills 28gemini-cli 25plugin 25assistant 18coding 18

ivfarias/ceo

Skill Claude CodeCodex

Use when starting work on any project (technical or non-technical) to understand structure, standards, and best practices before making changes.

22 5mo ago A 31 tokens

speckit

26

ivfarias/ceo

Skill Claude CodeCodex

Use when user wants to work with specifications or create feature requirements following the spec-driven development workflow.

22 5mo ago A 22 tokens

writing-skills

27

ivfarias/ceo

Skill Claude CodeCodex

Use when creating new skills, editing existing skills, or verifying skills work before deployment.

22 5mo ago A 20 tokens

kitty-explain

28

microsoft/microsoft-copilot-agents-playbook

Skill Claude CodeCodex ✓ vendor

Generate a "Kitty Explain" meme-style cat visual explainer for summarized content of documents, articles, URLs, or concepts. Use when user asks something similar to "explain by cats".

21 6d ago A 43 tokens original MIT

strvmarv/total-recall

Skill Claude CodeCodex

Manage the total-recall memory system and govern automatic capture, retrieval, and compaction. Use when the user invokes /total-recall:commands, asks to search/store/forget memories, inspect tiers, manage the knowledge base, run eval, or configure total-recall.

14 4d ago B 61 tokens original MIT

using-total-recall

30

strvmarv/total-recall

Skill Claude CodeCodex

Initialize total-recall memory system and ensure sessionstart has been called. Use at session start or when memory features aren't working.

14 4d ago A 30 tokens original MIT

agentic-workflows

32

githubnext/rig

Skill Claude CodeCodex

Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.

11 3d ago A 20 tokens copy · 97% MIT

rig

33

githubnext/rig

Skill Claude CodeCodex

Minimal agent cli harness for defining harnesses in prompts as rig markdown fences.

11 3d ago A 17 tokens original MIT

review-pr

34

Dawn-Technology/aicelerate

Skill Claude CodeCodex

Review a GitHub or GitLab Pull/Merge Request and provide findings, and post structured review comments with issue explanation plus code fixes. Use this skill when asked to review a GitHub Pull Request or GitLab Merge Request.

11 3d ago A 48 tokens

scope-plan

35

Dawn-Technology/aicelerate

Skill Claude CodeCodex

First, before any planning work, tell the user: "scope-plan is deprecated — its replacements are write-plan (planning) and estimate-time (estimation). Continuing with scope-plan for now." Print this every time the skill runs, then proceed.

11 3d ago A 24 tokens

wbso-aanvraag

36

Dawn-Technology/aicelerate

Skill Claude CodeCodex

Analyseer een project op WBSO-waardigheid via Jira, code en documenten. Genereer de technische projectbeschrijving voor RVO, een S&O-uren schatting, en een lijst van Jira-epics/stories die gelabeld moeten worden voor urenregistratie. Gebruik deze skill wanneer de gebruiker vraagt om een WBSO-aanvraag, S&O-aanvraag, of…

11 3d ago A 94 tokens

speckit-bundle

37

github/spec-kit-copilot

Skill Claude CodeCodex ✓ vendor

Discover, install, and author Spec Kit bundles via specify bundle. USE FOR: searching/showing/listing bundles, installing/updating/removing a bundle (a curated set of extensions/presets/integrations/workflows), validating a bundle manifest, building a distributable bundle artifact, initializing a project and…

11 6d ago A 99 tokens original MIT

speckit-extension

38

github/spec-kit-copilot

Skill Claude CodeCodex ✓ vendor

Manage Spec Kit extensions via specify extension. USE FOR: installing/removing/updating spec-kit extensions, searching the extension catalog, showing extension info, enabling/disabling extensions, setting extension resolution priority, managing extension catalogs. DO NOT USE FOR: presets (use speckit-preset), bundles…

11 6d ago A 83 tokens original MIT

speckit-init

39

github/spec-kit-copilot

Skill Claude CodeCodex ✓ vendor

Scaffold a Spec Kit (spec-driven development) project for GitHub Copilot by running specify init --integration copilot --integration-options="--skills". USE FOR: starting a new spec-kit project, bootstrapping spec-driven development in an existing repo, installing spec-kit templates/scripts/commands for Copilot. DO…

11 6d ago A 113 tokens original MIT

brag-sheet

40

microsoft/copilot-brag-sheet

Skill Claude CodeCodex ✓ vendor

Turns vague "what did I do?" into evidence-backed impact statements for performance reviews, self-reviews, promotion packets, and weekly updates. Uniquely mines Copilot CLI session logs to reconstruct forgotten work, plus git commits and GitHub PRs. Enforces a 3-part impact contract (action → result → evidence). Works…

10 20d ago A 225 tokens copy · 94% MIT

decision-triage

41

ninthwave-io/ninthwave

Skill Claude CodeCodex

Interactively walk through every decision log in .ninthwave/decisions/ one at a time. For each log: read it, check whether the choice it describes still matches what shipped, ask the human what to do (ratify / record as ADR / codify into an existing doc / create follow-up work item / revise / merge / skip), execute…

8 2mo ago A 138 tokens original Apache-2.0

decompose

42

ninthwave-io/ninthwave

Skill Claude CodeCodex

Decompose a feature spec into work items for orchestration via nw. Takes a PRD, phase doc, or verbal description and breaks it into human-reviewable PR-sized work items with dependencies mapped into batches. Use when asked to "decompose", "break down this feature", "create work items for", or "plan the work items".

8 2mo ago A 75 tokens original Apache-2.0

friction-triage

43

ninthwave-io/ninthwave

Skill Claude CodeCodex

Interactively walk through every friction log in .ninthwave/friction/ one at a time. For each log: read it, assess severity and possible duplicates, ask the human what to do (fix now / create work item / update doc / drop / merge / skip), execute the decision, and delete the log. This is the canonical way to clear the…

8 2mo ago A 123 tokens original Apache-2.0

Poorgramer-Zack/dart-expert-skills

Skill Claude CodeCodex

Implements data visualization charts in Flutter using the flchart package (v1.2.0). Supports LineChart, BarChart, PieChart, ScatterChart, RadarChart, and CandlestickChart with implicit animations, touch interactivity, and pan/zoom transformations. Use when building any Flutter chart, graph, or data visualization …

7 22d ago A 140 tokens original MIT

Poorgramer-Zack/dart-expert-skills

Skill Claude CodeCodex

Implements declarative Flutter routing using GoRouter v17 with URL-based navigation, deep linking, and authentication guards. Activates when configuring GoRoute path patterns, setting up StatefulShellRoute for persistent bottom navigation state, implementing ShellRoute for shared nested layouts, adding redirect guards…

7 22d ago A 154 tokens original MIT

Poorgramer-Zack/dart-expert-skills

Skill Claude CodeCodex

Background processing and heavy computations using Dart Isolates with Isolate.run(), compute() function, and platform channels. Use this skill when performing CPU-intensive operations without blocking UI (image processing, data parsing, encryption), implementing background tasks that prevent jank or frame drops…

7 22d ago A 164 tokens original MIT

create-canvas-app

47

jongio/skills

Skill Claude CodeCodex

Build a GitHub Copilot App canvas extension the right way, fast. Use when the user wants to create, scaffold, or improve an interactive canvas (a side-panel UI the agent can open and drive) — dashboards, editors, trackers, boards, document/preview surfaces. Provides a no-build Preact + htm kit with live SSE state…

6 4d ago A 132 tokens original MIT

jongio/skills

Skill Claude CodeCodex

Scaffold a working GitHub Pages website from a vetted template and wire it to deploy automatically. Use when the user wants to create, scaffold, or publish a site on GitHub Pages: a static page, an Astro or Eleventy site, a React (Vite) SPA, or a Jekyll site. Picks the right template, injects the correct base path for…

6 4d ago A 212 tokens original MIT