copilot instructions skills

216 tagged copilot instructions, measured the same way as everything else here.

Browse within: awesome 69copilot-skills 64github-copilot 61agentic-code 60coding-assistants 60copilot-prompting 60copilot-agents 50ai-skills 46agent-governance 33agents-md 26prompt-engineering 20agentic-coding 17copilot-prompts 17vibe-coding 17

calculator

01

Code-and-Sorts/awesome-copilot-agents

Skill Claude CodeCodex

Performs arbitrary-precision arithmetic calculations including addition, subtraction, multiplication, division, and exponents. Use when the user asks to calculate, compute, or evaluate math expressions, or when precise decimal arithmetic is needed to avoid floating-point errors.

562 4mo ago A 50 tokens original CC0-1.0

azure-prices

02

Code-and-Sorts/awesome-copilot-agents

Skill Claude CodeCodex

Look up and compare Azure service pricing using the Azure Retail Prices API. Use this skill whenever the user asks about Azure costs, pricing, rates, or wants to compare prices across regions or services — even if they don't say "pricing" explicitly. Trigger for questions like "how much does a D2 v2 VM cost?"…

562 4mo ago A 90 tokens original CC0-1.0

jira-cli

03

Code-and-Sorts/awesome-copilot-agents

Skill Claude CodeCodex

Interact with Jira from the command line to create, list, view, edit, and transition issues, manage sprints and epics, and perform common Jira workflows. Use when the user asks about Jira tasks, tickets, issues, sprints, or needs to manage project work items.

562 4mo ago A 60 tokens original CC0-1.0

tikoci/routeros-skills

Skill Claude CodeCodex

RouterOS command tree introspection via /console/inspect API. Use when: building tools that parse RouterOS commands, generating API schemas from RouterOS, working with /console/inspect, mapping CLI commands to REST verbs, traversing the RouterOS command hierarchy, or when the user mentions inspect, command tree, RAML…

52 1mo ago A 79 tokens original MIT

routeros-mac-telnet

05

tikoci/routeros-skills

Skill Claude CodeCodex

MAC-Telnet protocol (MikroTik Layer-2 terminal/exec over UDP 20561) wire format, session handshake, and MD5 + MTWEI (EC-SRP) authentication. Use when: implementing or debugging a MAC-Telnet client/server, reaching a RouterOS device by MAC address without IP, parsing MAC-Telnet packets, understanding the WinBox-style…

52 1mo ago A 141 tokens original MIT

routeros-qemu-chr

06

tikoci/routeros-skills

Skill Claude CodeCodex

MikroTik RouterOS CHR (Cloud Hosted Router) with QEMU. Use when: running RouterOS in QEMU, booting CHR images, debugging CHR boot failures, setting up VirtIO devices for RouterOS, choosing between SeaBIOS and UEFI boot, configuring QEMU port forwarding for RouterOS REST API, setting up inter-VM socket networking or…

52 1mo ago A 113 tokens original MIT

healthcare-agents

07

ajhcs/healthcare-agents

Skill Claude CodeCodex

Healthcare Agents plugin router for healthcare administration work. Use when the user says to use the Healthcare Agents plugin, asks for a healthcare administration workup, names a department or area such as revenue cycle, quality, compliance, clinical administration, payer, health IT, population health, pharmacy…

51 1mo ago A 85 tokens original Apache-2.0

File Organization

11

h4vzz/awesome-ai-agent-skills

Skill Claude CodeCodex

Automatically organizes files in a directory into a clean structure based on configurable rules — by file type, date, project, or priority — with support for duplicate detection, naming conventions, and archival strategies.

34 yesterday A 42 tokens original MIT

Project Management

12

h4vzz/awesome-ai-agent-skills

Skill Claude CodeCodex

Manages software projects end-to-end — decomposing work into tasks, tracking progress across sprints, generating status reports, and integrating with tools like Jira, Linear, GitHub Issues, and Trello.

34 yesterday A 44 tokens original MIT

task-automation

13

h4vzz/awesome-ai-agent-skills

Skill Claude CodeCodex

Automate repetitive tasks and workflows using scripting, file watchers, scheduled jobs, CI triggers, and API polling to eliminate manual toil.

34 yesterday A 30 tokens original MIT

claude-md-optimizer

14

wrsmith108/claude-md-optimizer

Skill Claude CodeCodex

Optimize oversized agent instruction files using progressive disclosure. Handles CLAUDE.md (Claude Code), AGENTS.md (OpenAI Codex / GitHub Copilot agents), and copilot-instructions.md (GitHub Copilot). Auto-detects all three formats in your repo, analyzes content tiers, creates sub-documents using each format's native…

22 2mo ago A 128 tokens

creative-code-lab

15

sacredvoid/skillkit

Skill Claude CodeCodex

Use when user asks to create generative art, creative coding sketches, visual experiments, particle systems, shader effects, procedural graphics, interactive canvases, or any code-as-art project. Use when building animated backgrounds, flow fields, fractals, L-systems, noise-based visuals, text effects, fluid…

10 5mo ago A 113 tokens original MIT

sacredvoid/skillkit

Skill Claude CodeCodex

Build premium, dark-themed hero sections and landing pages with cinematic video backgrounds, liquid glass morphism, editorial typography, and pixel-perfect specifications. Based on the Viktor Oddy methodology of detailed design prompts that produce agency-quality results from AI code generation. Use when building hero…

10 5mo ago A 74 tokens original MIT

presentation-chef

17

sacredvoid/skillkit

Skill Claude CodeCodex

Convert any content into a stunning Apple Keynote-style HTML presentation. Takes markdown, text descriptions, or structured data and generates a single self-contained .html file with cinematic animations, glassmorphism, and premium design. Inspired by ChronicleHQ.

10 5mo ago A 52 tokens original MIT

docx

18

AndreasKarz/Vibe-Coding-Dev-Setup

Skill Claude CodeCodex

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…

7 6mo ago A 168 tokens

prompt-creator

19

AndreasKarz/Vibe-Coding-Dev-Setup

Skill Claude CodeCodex

Expert guide for crafting high-quality, production-grade prompts and system prompts for LLMs. Use when a user wants to create, improve, debug, or evaluate a prompt — whether for Claude, GPT, or any other LLM. Triggers on create prompt, write prompt, improve prompt, system prompt, prompt engineering, prompt template…

7 6mo ago A 106 tokens

skill-creator

20

AndreasKarz/Vibe-Coding-Dev-Setup

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

7 6mo ago A 45 tokens

commit

21

savedpixel/ai-agent-rules-generator

Skill Claude CodeCodex

Stage, commit, and push code changes with branch safety and explicit staging. Use when ready to commit work. Invoked by saying "commit", "push", or "commit and push".

7 4mo ago A 40 tokens original MIT

document-task

22

savedpixel/ai-agent-rules-generator

Skill Claude CodeCodex

Document completed work — update task log, sync documentation, log observations. Use after finishing a task or batch of changes.

7 4mo ago A 27 tokens original MIT

plan-task

23

savedpixel/ai-agent-rules-generator

Skill Claude CodeCodex

Create a detailed implementation plan before coding. Use when starting a new feature, multi-step refactor, or complex task. Invoked by saying "plan", "create a plan", or "plan this task".

7 4mo ago A 45 tokens original MIT

lowkey-effort

24

ashutoshswamy/lowkey-effort

Skill Claude CodeCodex

Automatically calibrate response effort and token usage to match task complexity. Use this skill at the START of every response to classify the incoming task and select the appropriate effort tier before generating any output. Trigger whenever you're about to answer a question or complete a task — this skill saves…

4 2mo ago A 114 tokens original MIT