Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
gws-modelarmor-create-template googleworkspace/cli Google Model Armor: Create a new Model Armor template. | Skills | 72 1.96x Agent success vs baseline Impact 100% 1.96xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
gws-workflow-file-announce googleworkspace/cli Google Workflow: Announce a Drive file in a Chat space. | Skills | 72 3.84x Agent success vs baseline Impact 100% 3.84xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
recipe-create-task-list googleworkspace/cli Set up a new Google Tasks list with initial tasks. | Skills | 72 2.08x Agent success vs baseline Impact 100% 2.08xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
recipe-generate-report-from-sheet googleworkspace/cli Read data from a Google Sheet and create a formatted Google Docs report. | Skills | 72 6.25x Agent success vs baseline Impact 100% 6.25xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
recipe-organize-drive-folder googleworkspace/cli Create a Google Drive folder structure and move files into the right locations. | Skills | 72 4.00x Agent success vs baseline Impact 100% 4.00xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
recipe-bulk-download-folder googleworkspace/cli List and download all files from a Google Drive folder. | Skills | 72 2.08x Agent success vs baseline Impact 100% 2.08xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
continuous-discovery menkesu/awesome-pm-skills Implements Teresa Torres' continuous discovery habits for weekly customer contact, opportunity solution trees, and assumption testing. Use when building discovery processes, conducting user research, validating assumptions, or establishing product trio workflows. | Skills | 72 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 53530ef |
okr-frameworks menkesu/awesome-pm-skills Writes effective OKRs using Christina Wodtke's best practices and Google's OKR methodology. Use when setting goals, aligning teams, creating measurement frameworks, or tracking quarterly progress. | Skills | 72 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 53530ef |
confident-speaking menkesu/awesome-pm-skills Structures presentations and verbal pitches using Matt Abrahams' WHAT-SO WHAT-NOW WHAT framework and impromptu speaking techniques. Use when preparing presentations, creating talking points, or practicing difficult conversations. | Skills | 72 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 53530ef |
one-step-better-ai-pm menkesu/awesome-pm-skills Get one actionable improvement for your AI product based on the latest GenAI PM briefs. Fetch the last 5 days of curated AI PM insights from genaipm.com, analyze the current repo/project, find synergy between trending topics and the user's work, then research the source material and apply a concrete improvement. Use when the user wants to improve their AI product, get coaching on AI PM best practices, apply the latest industry insights to their codebase, or run "/one-step-better-ai-pm". Requires a GenAI PM subscriber email (set GENAIPM_EMAIL env var or provide when prompted). | Skills | 72 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 53530ef |
strategic-storytelling menkesu/awesome-pm-skills Crafts product narratives using Andy Raskin's strategic narrative structure and Nancy Duarte's presentation frameworks. Use when writing pitches, creating presentations, framing features as stories, or building compelling product narratives. | Skills | 72 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 53530ef |
ship-decisions menkesu/awesome-pm-skills Guides "ship or iterate?" decisions using Shreyas Doshi's frameworks, Marty Cagan's shipping philosophy, and Tobi Lutke's reversible decision-making. Use when deciding if feature is ready, preventing perfectionism paralysis, applying one-way vs two-way door thinking, or balancing technical debt vs shipping speed. | Skills | 72 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 53530ef |
recipe-collect-form-responses googleworkspace/cli Retrieve and review responses from a Google Form. | Skills | 72 3.84x Agent success vs baseline Impact 100% 3.84xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
viewcomponent-patterns fernandezbaptiste/rails_ai_agents Creates ViewComponents for reusable UI elements with TDD. Use when building reusable UI components, extracting complex partials, creating cards/tables/badges/modals, or when user mentions ViewComponent, components, or reusable UI. | Skills | 72 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 15fdeaf |
rails-controller fernandezbaptiste/rails_ai_agents Creates Rails controllers with TDD approach - request spec first, then implementation. Use when creating new controllers, adding controller actions, implementing CRUD operations, or when user mentions controllers, routes, or API endpoints. | Skills | 72 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 15fdeaf |
mcp-builder mcp-use/mcp-use **MANDATORY for ALL MCP server work** - mcp-use framework best practices and patterns. **READ THIS FIRST** before any MCP server work, including: - Creating new MCP servers - Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets) - Debugging MCP server issues or errors - Reviewing MCP server code for quality, security, or performance - Answering questions about MCP development or mcp-use patterns - Making ANY changes to server.tool(), server.resource(), server.prompt(), or widgets This skill contains critical architecture decisions, security patterns, and common pitfalls. Always consult the relevant reference files BEFORE implementing MCP features. | Skills | 72 Impact — Average score across 0 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 1e19af9 |
angular-performance Yoizen/dev-ai-workflow Angular performance: NgOptimizedImage, @defer, lazy loading, SSR. Trigger: When optimizing Angular app performance, images, or lazy loading. | Skills | — |
fastapi-project-starter achreftlili/deep-dev-skills Scaffold a production-ready async FastAPI application with SQLAlchemy 2.0, Alembic migrations, Pydantic v2, and structured logging. | Skills | 72 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 181fcbc |
hono-project-starter achreftlili/deep-dev-skills Scaffold a production-ready Hono 4.x API with TypeScript, Zod validation, OpenAPI generation, and multi-runtime support (Cloudflare Workers, Node.js, Bun). | Skills | 72 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 181fcbc |
401-frameworks-quarkus-core jabrena/cursor-rules-java Use when building or reviewing core Quarkus applications with CDI beans and scopes, SmallRye Config and profiles, lifecycle, interceptors and events, virtual threads, and test-friendly design. This should trigger for requests such as Review Java code for Quarkus application structure and CDI; Apply best practices for Quarkus configuration and beans; Improve CDI interceptors, events, or programmatic injection in Quarkus; Add virtual-thread configuration or tune CDI lifecycle. Part of cursor-rules-java project | Skills | 72 Impact — Average score across 0 eval scenarios Securityby Passed No known issues Reviewed: Version: 16eb4bf |
Can't find what you're looking for? Evaluate a missing skill.