Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
integration-test-generator ArabelaTso/Skills-4-SE Generate integration tests for multiple interacting components in Python. Use when testing interactions between: (1) Multiple services or APIs (REST/GraphQL endpoints, microservices), (2) Database operations with repositories/ORMs (SQLAlchemy, Django ORM), (3) External services (payment gateways, email services, third-party APIs), (4) Message queues and event-driven systems, (5) Full stack workflows (API + database + business logic). Provides test structure templates, fixtures, test data builders, and patterns for pytest-based integration testing. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: c1fb172 |
cpp-to-dafny-translator ArabelaTso/Skills-4-SE Translate C/C++ programs to equivalent Dafny code while preserving semantics and ensuring verification. Use when users ask to convert, translate, or port C/C++ code to Dafny, or when they need to formally verify C/C++ algorithms using Dafny's verification capabilities. Handles functions, structs, pointers, arrays, memory management, and ensures the generated Dafny code is well-typed, executable, verifiable, and can successfully run. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: c1fb172 |
cd-pipeline-generator ArabelaTso/Skills-4-SE Generate GitHub Actions deployment workflows for automated deployment to staging and production environments on cloud platforms (AWS, GCP, Azure). Use when setting up continuous deployment pipelines, creating deployment automation, or configuring multi-environment deployment strategies. Includes templates for environment-specific deployments with approval gates, secrets management, and rollback capabilities. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: c1fb172 |
c-cpp-to-lean4-translator ArabelaTso/Skills-4-SE Translate C or C++ programs into equivalent Lean4 code, preserving program semantics and ensuring the generated code is well-typed, executable, and can run successfully. Use when the user asks to convert C/C++ code to Lean4, port C/C++ programs to Lean4, translate imperative code to functional Lean4, or create Lean4 versions of C/C++ algorithms. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 0f00a4f |
acsl-annotation-assistant ArabelaTso/Skills-4-SE Create ACSL (ANSI/ISO C Specification Language) formal annotations for C/C++ programs. Use this skill when working with formal verification, adding function contracts (requires/ensures), loop invariants, assertions, memory safety annotations, or any ACSL specifications. Supports Frama-C verification and generates comprehensive formal specifications for C/C++ code. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: c1fb172 |
azure-ai-translation-ts sickn33/antigravity-awesome-skills Text and document translation with REST-style clients. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 9f5351e |
azure-ai-vision-imageanalysis-java sickn33/antigravity-awesome-skills Build image analysis applications with Azure AI Vision SDK for Java. Use when implementing image captioning, OCR text extraction, object detection, tagging, or smart cropping. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 9f5351e |
azure-ai-projects-ts sickn33/antigravity-awesome-skills High-level SDK for Azure AI Foundry projects with agents, connections, deployments, and evaluations. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 9f5351e |
migrate-to-shoehorn mattpocock/skills Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: fb3629d |
obj-exporter benchflow-ai/skillsbench Three.js OBJExporter utility for exporting 3D geometry to Wavefront OBJ format. Use when converting Three.js scenes, meshes, or geometries to OBJ files for use in other 3D software like Blender, Maya, or MeshLab. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 5ec3e9a |
benchflow-ai/skillsbench Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 5ec3e9a |
benchflow-ai/skillsbench Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 17dec32 |
create-pull-request warpdotdev/oz-skills Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, and PR creation using the gh CLI tool. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 2ca570e |
paypal-integration wshobson/agents Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-commerce checkout flows. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 5d65aa1 |
coding-guidelines actionbook/rust-skills Use when asking about Rust code style or best practices. Keywords: naming, formatting, comment, clippy, rustfmt, lint, code style, best practice, P.NAM, G.FMT, code review, naming convention, variable naming, function naming, type naming, 命名规范, 代码风格, 格式化, 最佳实践, 代码审查, 怎么命名 | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 3ea7482 |
building-ai-agent-on-cloudflare cloudflare/skills Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities. Generates production-ready agent code deployed to Workers. Use when: user wants to "build an agent", "AI agent", "chat agent", "stateful agent", mentions "Agents SDK", needs "real-time AI", "WebSocket AI", or asks about agent "state management", "scheduled tasks", or "tool calling". Biases towards retrieval from Cloudflare docs over pre-trained knowledge. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: d311303 |
nushell-plugin-builder YPares/agent-skills Guide for creating Nushell plugins in Rust using nu_plugin and nu_protocol crates. Use when users want to build custom Nushell commands, extend Nushell with new functionality, create data transformations, or integrate external tools/APIs into Nushell. Covers project setup, command implementation, streaming data, custom values, and testing. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: aed1afb |
clerk-webhooks hookdeck/webhook-skills Receive and verify Clerk webhooks. Use when setting up Clerk webhook handlers, debugging signature verification, or handling user events like user.created, user.updated, session.created, or organization.created. | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 35cb460 |
specstory-project-stats specstoryai/agent-skills Fetch project statistics from SpecStory Cloud. Run when user says "get project stats", "show SpecStory stats", "project statistics", "how many sessions", or "SpecStory metrics". | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 9454d3f |
specstory-link-trail specstoryai/agent-skills Track all URLs fetched during SpecStory AI coding sessions. Run when user says "show my link trail", "what URLs did I visit", "list fetched links", or "show web fetches". | Skills | 89 Impact Pending Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 9454d3f |
Can't find what you're looking for? Evaluate a missing skill.