发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
MCP Server Building Skill
You now have expertise in building MCP (Model Context Protocol) servers. MCP enables Claude to interact with external services through a standardized protocol.
AWS Terraform Module Patterns
- VPC with public/private subnets - Internet Gateway and NAT Gateways - Route tables and associations - Network ACLs - VPC Flow Logs
modules/vpc/variables.tf
variable "name" { type = string } variable "cidr" { type = string, default = "10.0.0.0/16" } variable "azs" { type = list(string) } resource "aws_vpc" "this" { cidr_block = var.cidr
shadcn MCP Server
The CLI includes an MCP server that lets AI assistants search, browse, view, and install components from registries.
AWS Security Audit
Perform comprehensive security assessments of AWS environments to identify vulnerabilities and misconfigurations.
AWS Secrets Rotation
Automate rotation of secrets, credentials, and API keys using AWS Secrets Manager and Lambda.
AWS IAM Best Practices
Review and harden IAM policies following AWS security best practices and least privilege principles.
AWS Compliance Checker
Automated compliance validation against industry standards including CIS AWS Foundations, PCI-DSS, HIPAA, and SOC 2.
playwright-skill
General-purpose browser automation with Playwright for Claude Code with auto-detection and smart test management
Odoo Docker Deployment
来自 sickn33/antigravity-awesome-skills 技能
Python MCP Server Implementation Guide
来自 sickn33/antigravity-awesome-skills 技能
Node/TypeScript MCP Server Implementation Guide
来自 sickn33/antigravity-awesome-skills 技能