Latest Agent Skills

25753 skills

github
create-readme
Generates a comprehensive, well-structured README.md file for a project by analyzing the workspace and following best practices.
36.2k
github
azure-pricing
Retrieves real-time Azure retail pricing from the public Azure Retail Prices API and estimates Copilot Studio agent credit consumption.
36.2k · bundle
github
automate-this
Analyze a screen recording of a manual process and produce targeted, working automation scripts. Extracts frames and audio narration from video files, reconstructs the step-by-step workflow, and proposes automation at multiple complexity levels using tools already installed on the user machine.
36.2k
github
arize-dataset
Manage Arize datasets and examples using the ax CLI: create, list, get, export, and append datasets for evaluation and experimentation.
36.2k · bundle
github
ssma-console
Generate XML configuration files and execute SSMA Console commands for Oracle to SQL Server database migration, including schema conversion and data migration.
36.2k
github
scoutqa-test
Runs AI-powered exploratory testing on web applications using the ScoutQA CLI, including smoke tests, accessibility audits, and user flow validation.
36.2k
github
pr-dashboard
Open a GitHub PR dashboard in the browser for a specified date range and role filter.
36.2k · bundle
github
pinecone-rag
Build production RAG pipelines and persistent agent memory using Pinecone as the vector database backend.
36.2k
github
pdftk-server
Merge, split, rotate, encrypt, decrypt, fill forms, watermark, stamp, and repair PDF files using the command-line tool PDFtk Server.
36.2k · bundle
github
mvvm-toolkit
Build .NET MVVM ViewModels with CommunityToolkit.Mvvm source generators, base classes, and commands for WPF, WinUI, MAUI, Uno, and Avalonia.
36.2k · bundle
github
editorconfig
Generates a comprehensive .editorconfig file based on project analysis and user preferences, ensuring consistent coding styles across editors.
36.2k
github
csharp-xunit
Write effective unit tests with XUnit, covering standard and data-driven testing approaches.
36.2k
github
csharp-tunit
Write effective unit tests with TUnit, covering standard tests, data-driven tests, and migration from xUnit.
36.2k
github
csharp-nunit
Write effective unit tests with NUnit, covering standard and data-driven testing approaches.
36.2k
github
csharp-async
Follow best practices for asynchronous programming in C#, including naming, return types, exception handling, performance, and common pitfalls.
36.2k
github
boost-prompt
Refines task prompts through iterative questioning about scope, deliverables, and constraints, then copies the final markdown to the clipboard.
36.2k
github
autoresearch
Guides users through defining goals, metrics, and scope, then runs an autonomous loop of code changes, testing, measuring, and keeping or discarding results for any programming task with a measurable outcome.
36.2k
github
agentic-eval
Implement iterative evaluation and refinement loops for AI agent outputs, using self-critique, evaluator-optimizer patterns, and rubric-based scoring to improve quality.
36.2k
github
update-llms
Update the llms.txt file in the repository root to reflect changes in documentation, specifications, or repository structure, following the llms.txt specification.
36.2k
github
tldr-prompt
Create concise tldr summaries for GitHub Copilot customization files, MCP server documentation, or Copilot documentation from URLs or queries.
36.2k
github
setup-my-iq
Creates and maintains a personal context portfolio of structured markdown files describing identity, role, team, tools, communication style, and preferences.
36.2k · bundle
github
quasi-coder
Interprets shorthand, quasi-code, and natural language descriptions to produce production-quality code, bridging gaps between varying technical expertise levels.
36.2k
github
phoenix-cli
Debug LLM applications using the Phoenix CLI: fetch traces, analyze errors, structure trace review with open and axial coding, inspect datasets, review experiments, and query the GraphQL API.
36.2k · bundle
github
msstore-cli
Publish and manage Windows applications in the Microsoft Store using the msstore CLI, including credential configuration, submission management, packaging, and CI/CD integration.
36.2k
github
msgraph-sdk
Integrate Microsoft Graph SDK into .NET, TypeScript/JavaScript, or Python projects to access Microsoft 365 data and services.
36.2k · bundle
github
game-engine
Build web-based games and game engines using HTML5 Canvas, WebGL, and JavaScript with frameworks like Phaser, Three.js, and Babylon.js.
36.2k · bundle
github
doublecheck
Runs a three-layer verification pipeline on AI-generated output: extracts verifiable claims, finds supporting or contradicting sources via web search, and produces a structured verification report with source links for human review.
36.2k · bundle
github
csharp-docs
Ensure C# types are documented with XML comments following best practices for summaries, parameters, returns, and exceptions.
36.2k
github
create-llms
Generate an llms.txt file from repository structure, following the llms.txt specification to help LLMs navigate and understand the project.
36.2k
github
copilot-sdk
Embed Copilot's agentic workflows in any application using Python, TypeScript, Go, or .NET.
36.2k
github
context-map
Analyze a codebase and generate a structured map of files relevant to a task before making changes.
36.2k
github
cli-mastery
Interactive training for the GitHub Copilot CLI with guided lessons, quizzes, scenario challenges, and a full reference covering slash commands, shortcuts, modes, agents, skills, MCP, and configuration.
36.2k · bundle
github
batch-files
Write, debug, and maintain Windows batch files (.bat/.cmd) for system administration, automation, and CLI tool development.
36.2k · bundle
github
arize-trace
Downloads, exports, and inspects Arize traces and spans to debug LLM application behavior using the ax CLI.
36.2k · bundle
github
md-to-docx
Convert Markdown files to professionally formatted Word (.docx) documents with embedded PNG images using pure JavaScript.
36.2k · bundle
github
java-junit
Write effective unit tests with JUnit 5, covering standard and data-driven testing approaches.
36.2k
github
gtm-ai-gtm
Go-to-market strategy for AI products, covering positioning, pricing, and enterprise objections.
36.2k
github
git-commit
Create standardized, semantic git commits using the Conventional Commits specification by analyzing diffs to determine type, scope, and message.
36.2k
github
exam-ready
Extracts key definitions, points, keywords, diagrams, exam-ready sentences, and practice questions from provided study material and syllabus.
36.2k
github
dependabot
Configure and manage GitHub Dependabot for automated dependency updates, security alerts, and vulnerability scanning across multiple ecosystems.
36.2k · bundle
github
daily-prep
Generates a structured HTML prep file for the next working day by pulling calendar data via WorkIQ, classifying meetings, detecting conflicts, finding learning and deep-work slots, and providing productivity recommendations.
36.2k
github
brag-sheet
Turn engineering work into evidence-backed impact statements for performance reviews, self-reviews, promotion packets, and weekly updates by mining Copilot CLI session logs, git history, and GitHub PRs.
36.2k
github
arize-link
Generates deep links to the Arize UI for traces, spans, sessions, datasets, labeling queues, evaluators, and annotation configs.
36.2k · bundle
github
noob-mode
Translates Copilot CLI prompts, errors, and technical output into plain English with color-coded risk indicators for non-technical users.
36.2k · bundle
github
namecheap
Manage DNS records for domains registered with Namecheap via their API, including setup and credential configuration.
36.2k · bundle
github
lsp-setup
Installs and configures Language Server Protocol servers for Copilot CLI to enable code intelligence features like go-to-definition, find-references, hover, and type info.
36.2k · bundle
github
java-docs
Ensure Java types are documented with Javadoc comments following best practices for documentation.
36.2k
github
first-ask
Refines task understanding through iterative questioning before executing, using the Joyride extension for human input.
36.2k
github
code-tour
Creates CodeTour .tour files — persona-targeted, step-by-step walkthroughs that link to real files and line numbers for any repository.
36.2k · bundle
github
remember
Transforms lessons learned into domain-organized memory instructions that persist across VS Code contexts, with global and workspace scopes.
36.2k
github
refactor
Improve code structure and readability without changing external behavior through surgical refactoring techniques.
36.2k
github
diagnose
Performs a systematic diagnostic scan of an AI workflow across 5 quality dimensions — prompt quality, context efficiency, tool health, architecture fitness, and safety — producing a scored report with prioritized remediation actions.
36.2k
github
ai-ready
Guides users to install and run the ai-ready skill for making repositories AI-ready with AGENTS.md, instructions, and CI workflows.
36.2k
github
roundup
Generate personalized status briefings by pulling from configured data sources like GitHub, email, Teams, and Slack, then synthesizing updates in your own communication style.
36.2k
github
mcp-cli
Interact with MCP servers from the command line to discover, inspect, and call tools for external systems like GitHub, filesystems, databases, and APIs.
36.2k
github
eyeball
Analyzes documents and produces a Word document with inline highlighted screenshots from the source material, enabling visual verification of every factual claim.
36.2k · bundle
github
em-dash
Provides guidance on the history and correct usage of the em dash, enforcing a strict policy of never using em or en dashes in code or data files, and replacing them with hyphens. Also covers general punctuation rules for code comments.
36.2k
github
ef-core
Get best practices for Entity Framework Core, covering data context design, entity design, performance, migrations, querying, change tracking, security, and testing.
36.2k
github
napkin
Opens a browser-based whiteboard for sketching ideas with sticky notes, then reads the visual snapshot and clipboard data to provide conversational analysis and suggestions.
36.2k · bundle
github
drawio
Generate draw.io diagrams as .drawio files and export them to PNG, SVG, or PDF with embedded XML.
36.2k · bundle