70 skills found · Page 3 of 3
synthable / copilot-instructions-cliA modular CLI for building, layering, and managing powerful instruction sets for GitHub Copilot and other AI assistants from reusable templates and components. Built for AI, by AI.
SIRFU3G0 / awesome-agent-skills🛠️ Discover essential skills and tools for AI coding agents to enhance capabilities and streamline the development of intelligent solutions.
donaldmucci / WebSearchMCPServerI've used the MCP SDK for C# and .NET to build a Copilot Studio compatible MCP server that leverages Google search.
aqzhyi / oh-my-monorepoexperiment involves partially open-sourcing specific packages, linking a private monorepo with a public monorepo.
hf-laboratories / Copilot_Instructions_initiated_workflowsCopilot-driven workflows utilizing Copilot Instructions and PowerShell - WIP
lukepadiachy / copilot-instructions-experimentThis repo is a hands-on experiment in customizing GitHub Copilot using repository-level instructions, prompt files, and chat modes. Each branch demonstrates a specific Copilot customization, instruction, or architectural pattern, allowing users to explore how Copilot adapts to different coding workflows and requirements.
Lay4U / awesome-ai-rules🤖 Curated AI coding assistant rules for Cursor, Claude Code, Copilot, Windsurf, Codex CLI & Gemini CLI. Copy-paste configs for TypeScript, React, Next.js & Python.
darwinboaventura / agent-customizationCreate, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md, copilot-instructions.md, AGENTS.md). Use for: saving coding preferences; troubleshooting why instructions/skills/agents are ignored or not invoked; configuring applyTo patterns; defining tool restrictions; creating custom agent modes or specialized workflows; packaging domain knowledge; fixing YAML frontmatter syntax.
Sandeep-AdaptIQ / agent-customization**WORKFLOW SKILL** — Create, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md, copilot-instructions.md, AGENTS.md). USE FOR: saving coding preferences; troubleshooting why instructions/skills/agents are ignored or not invoked; configuring applyTo patterns; defining tool restrictions; creating custom agent modes or specialized workflows; packaging domain knowledge; fixing YAML frontmatter syntax. DO NOT USE FOR: general coding questions (use default agent); runtime debugging or error diagnosis; MCP server configuration (use MCP docs directly); VS Code extension development. INVOKES: file system tools (read/write customization files), ask-questions tool (interview user for requirements), subagents for codebase exploration. FOR SINGLE OPERATIONS: For quick YAML frontmatter fixes or creating a single file from a known pattern, edit the file directly — no skill needed.
github / copilot-instructions-blueprint-generatorTechnology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns and avoiding assumptions.