Agent Skills
Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.
✦ Standalone skills2,933
Self-contained. Install one into any project and it works on its own — no other software needed.
🧰 Tool add-ons725
Come bundled with a specific tool and only work together with it — they teach your agent how to operate that tool.
claude-opus-4-5-migration
✓★ 136,000by anthropic
Migrate Claude model strings and prompts from Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Updates model strings across Anthropic API, AWS Bedrock, Google Vertex AI, and Azure AI Foundry platforms Removes unsupported beta headers (e.g., context-1m-2025-08-07 ) and adds effort parameter set to "high" Provides optional prompt adjustments for known Opus 4.5 behavioral differences: tool overtriggering, over-engineering, code exploration conservatism, frontend design, and thinking sensitivity...
power-bi-model-design-review
✓★ 36,200by github
Comprehensive Power BI data model design review framework for evaluating architecture, relationships, and optimization. Covers schema architecture, relationship design, and storage mode strategy with detailed assessment checklists across fact tables, dimensions, cardinality, and filter directions Includes three-phase review process: model architecture analysis, performance and scalability evaluation, and maintainability/governance assessment Provides specialized review types for...
create-github-action-workflow-specification
✓★ 36,200by github
Generates formal, AI-optimized specifications for GitHub Actions workflows to standardize documentation and enable maintenance. Produces structured markdown specifications with execution flow diagrams, job dependency matrices, and requirement tables designed for token efficiency Covers functional, security, and performance requirements alongside input/output contracts, error handling strategies, and quality gates Includes sections for monitoring, compliance, edge cases, and change management...
cloud-design-patterns
✓★ 36,200by github
Cloud design patterns for distributed systems architecture covering 42 industry-standard patterns across reliability, performance, messaging, security, and…
azure-architecture-autopilot
✓★ 36,200by github
A pipeline that designs Azure infrastructure using natural language, or analyzes existing resources to visualize architecture and proceed through modification and deployment.
create-technical-spike
✓★ 36,200by github
Time-boxed technical spike documents for researching critical development decisions before implementation. Generates structured markdown spike files with clear objectives, research questions, investigation plans, and decision frameworks Supports six spike categories: API Integration, Architecture & Design, Performance & Scalability, Platform & Infrastructure, Security & Compliance, and User Experience Includes built-in checklists for research tasks, success criteria, findings documentation,...
azure-enterprise-infra-planner
✓★ 1,300by microsoft
Architect and provision enterprise Azure infrastructure from workload descriptions. For cloud architects and platform engineers planning networking, identity, security, compliance, and multi-resource topologies with WAF alignment. Generates Bicep or Terraform directly (no azd). WHEN: 'plan Azure infrastructure', 'architect Azure landing zone', 'design hub-spoke network', 'plan multi-region DR topology', 'set up VNets firewalls and private endpoints', 'subscription-scope Bicep deployment',...
secure-by-design
✓★ 1,200by microsoft
Secure by Design principles knowledge base for assessing adherence to security-first design, development, and deployment practices across the software…
refactor-module
✓★ 697by hashicorp
Break monolithic Terraform configurations into reusable, well-structured modules with clear contracts and migration paths. Analyzes existing code to identify refactoring candidates, groups resources by logical function, and assesses complexity before design Generates module interfaces with typed variables, validation rules, and descriptive outputs following HashiCorp best practices Provides state migration strategies using moved blocks (Terraform 1.1+) or manual terraform state mv commands...
provider-resources
✓★ 697by hashicorp
Implement Terraform Provider resources and data sources using the Plugin Framework. Use when developing CRUD operations, schema design, state management, and…
refactor-module
✓★ 697by hashicorp
Transform monolithic Terraform configurations into reusable, maintainable modules following HashiCorp's module design principles and community best practices.
provider-resources
✓★ 697by hashicorp
Implement Terraform Provider resources and data sources with complete CRUD operations and testing. Covers both SDKv2 and Plugin Framework patterns for resource implementation, including schema design, plan modifiers, and validators Provides complete CRUD operation examples (Create, Read, Update, Delete) with error handling, state management, and resource not-found patterns Includes acceptance testing patterns: basic tests, disappears tests, helper functions, and test execution commands...
developing-with-streamlit
★ 213by streamlit
Routing skill for all Streamlit development tasks: app creation, editing, debugging, styling, optimization, and deployment. Routes to specialized sub-skills based on task type: performance optimization, dashboard building, design improvement, widget selection, theming, layouts, data display, multi-page apps, session state, chat UI, custom components, and Snowflake integration Includes a workflow for locating Streamlit source files, identifying entry points ( streamlit_app.py , app.py ), and...