Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
pixi-expert jjjermiah/dotagents Comprehensive pixi package manager skill for all pixi operations from beginner to advanced. Use for initializing projects, managing dependencies, configuring environments, multi-environment setups, workspace composition, system requirements (CUDA/glibc), task workflows, CI/CD integration, or any pixi.toml/pyproject.toml configuration—e.g., "pixi init", "pixi add numpy", "setup multi-environment project", "configure CUDA", "monorepo workspace", "pixi.lock issues", "Docker with pixi", "GitHub Actions pixi". | Skills | 98 1.19x Agent success vs baseline Impact 92% 1.19xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
jahro-troubleshooting jahro-console/unity-agent-skills Diagnoses common Jahro issues using decision trees: commands not appearing, watcher not updating, console not opening, snapshots failing, launch button missing. Use when the user reports something not working, missing, broken, or unexpected with Jahro, or when generated Jahro code doesn't behave as expected. | Skills | 98 1.91x Agent success vs baseline Impact 92% 1.91xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
reflexion jongwony/epistemic-protocols Cross-session learning through guided dialogue. Extracts session insights and integrates into persistent memory when session knowledge should be preserved. Alias: Reflexion. | Skills | 98 2.19x Agent success vs baseline Impact 92% 2.19xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.1 |
responsive-web-design secondsky/claude-skills Builds adaptive web interfaces using Flexbox, CSS Grid, and media queries with a mobile-first approach. Use when creating multi-device layouts, implementing flexible UI systems, or ensuring cross-browser compatibility. | Skills | 98 1.80x Agent success vs baseline Impact 92% 1.80xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
sporkwace/guv v0.1.0 enforces engineering-governance checks before code changes that may be unnecessary, risky, architectural, or scope-widening. use when the user asks whether to refactor, clean up, redesign, choose a next development step, review a proposed implementation, evaluate architectural consistency, review a pull request, or prevent development drift. do not use as the primary implementation skill for routine debugging, bug fixes, feature coding, or language-specific coding unless a no-op, minimal-diff, or architecture-conflict judgment is needed. Contains: guv enforces engineering-governance checks before code changes that may be unnecessary, risky, architectural, or scope-widening. use when the user asks whether to refactor, clean up, redesign, choose a next development step, review a proposed implementation, evaluate architectural consistency, review a pull request, or prevent development drift. do not use as the primary implementation skill for routine debugging, bug fixes, feature coding, or language-specific coding unless a no-op, minimal-diff, or architecture-conflict judgment is needed. | Skills | 98 1.33x Agent success vs baseline Impact 96% 1.33xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.0 |
golang-samber-slog samber/cc-skills-golang Structured logging extensions for Golang using samber/slog-**** packages — multi-handler pipelines (slog-multi), log sampling (slog-sampling), attribute formatting (slog-formatter), HTTP middleware (slog-fiber, slog-gin, slog-chi, slog-echo), and backend routing (slog-datadog, slog-sentry, slog-loki, slog-syslog, slog-logstash, slog-graylog...). Apply when using or adopting slog, or when the codebase already imports any github.com/samber/slog-* package. | Skills | 98 1.00x No change in agent success vs baseline Impact 100% 1.00xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.3 |
Manage Things 3 tasks on macOS via AppleScript. Full CRUD: view, create, complete, move, and delete tasks and projects across all Things 3 lists. Contains: things-skill Manage Things 3 tasks on macOS -- view lists, create tasks with deadlines and tags, complete tasks, move between projects, set due dates, search, and organize. This skill should be used when the user mentions Things 3, wants to manage tasks or to-dos, asks about their inbox, today, upcoming, or someday tasks, wants to create, complete, move, or delete tasks, discusses projects or task management, or says things like 'add a task', 'show my inbox', 'what do I need to do today', 'mark it done', 'my to-do list'. | SkillsDocs | 98 2.04x Agent success vs baseline Impact 96% 2.04xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.1.1 |
Cypress E2E testing patterns -- selectors, cy.intercept, cy.session, cy.clock, custom commands, test isolation, and anti-patterns Contains: cypress-testing Cypress E2E testing patterns -- commands, selectors, network stubbing, auth caching, time control, test isolation, and best practices. Use when building or reviewing E2E tests with Cypress, when setting up browser testing, or when debugging flaky Cypress tests. | Skills | 98 1.25x Agent success vs baseline Impact 97% 1.25xAverage score across 4 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.1 |
Go API testing patterns -- httptest setup, table-driven tests with subtests, test helpers, middleware testing, dependency injection with interfaces, database isolation, parallel tests, testify assertions, golden files Contains: go-api-testing Go API testing patterns that catch real bugs. Covers httptest server setup, table-driven tests with subtests, test helpers, middleware testing, dependency injection with interfaces, database setup/teardown, parallel tests, testify assertions, and golden files. Triggers when writing tests for any Go HTTP API, adding test coverage, or building a new API that needs tests. | Skills | 98 1.06x Agent success vs baseline Impact 99% 1.06xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
gh-pr-review samzong/samzong Review a GitHub Pull Request as a responsible project owner using the `gh` CLI. Use when the user provides a PR URL (e.g. https://github.com/ORG/REPO/pull/N) or a PR number for the current git repo (prefer upstream, else origin) and wants an owner-grade review document `review-N.md` written in Chinese with copy-pastable GitHub comments in English. Scope the review to lines changed by the PR (do not nitpick unrelated pre-existing code), but apply best practices and flag any clear bugs, security issues, or CI failures caused by the change. | Skills | 98 1.51x Agent success vs baseline Impact 91% 1.51xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
python-production-libs jjjermiah/dotagents Production-grade Python library selection and recommendations. Use when choosing libraries for HTTP clients, CLI frameworks, data validation, structured logging, JSON serialization, terminal output, or async patterns—e.g., "which library for HTTP", "modern alternatives to requests", "pydantic vs dataclasses", "structured logging setup". | Skills | 98 1.56x Agent success vs baseline Impact 91% 1.56xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
fastmcp-python-tests Jamie-BitFlight/claude_skills Write and evaluate effective Python tests using pytest. Use when writing tests, reviewing test code, debugging test failures, or improving test coverage. Covers test design, fixtures, parameterization, mocking, and async testing. | Skills | 98 1.21x Agent success vs baseline Impact 91% 1.21xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
ads-tiktok AgriciDaniel/claude-ads TikTok Ads deep analysis covering creative quality, tracking, bidding, campaign structure, and TikTok Shop. Evaluates 28 checks with emphasis on creative-first strategy, safe zone compliance, and Smart+ campaigns. Use when user says TikTok Ads, TikTok marketing, TikTok Shop, Spark Ads, Smart+, or TikTok campaign. | Skills | 98 1.28x Agent success vs baseline Impact 91% 1.28xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
qms-audit-expert alirezarezvani/claude-skills ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use for internal audit planning, audit execution, finding classification, external audit preparation, or audit program management. | Skills | 98 1.17x Agent success vs baseline Impact 95% 1.17xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
tessl-labs/flask-testing v0.2.0 Write correct Flask tests -- app factory with test config, application context fixtures, database isolation, file uploads, auth testing, error handlers, mock.patch placement, and essential API test patterns Contains: flask-testing Write correct Flask tests that avoid common pitfalls. Covers app factory with test config, application context for test_client, pytest fixtures in conftest.py, database isolation with transactions, testing file uploads, testing error handlers, testing with authentication, mock.patch placement, and the essential test patterns that catch real bugs. Use when writing or reviewing Flask test suites. | Skills | 98 1.15x Agent success vs baseline Impact 97% 1.15xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
SQLite best practices for Go — WAL mode, foreign_keys, busy_timeout, SetMaxOpenConns, context-aware queries, transactions, migrations Contains: sqlite-go-best-practices SQLite best practices that must be applied by default in every Go application using database/sql with SQLite. Covers connection setup with WAL mode, foreign_keys, busy_timeout, pool settings (SetMaxOpenConns), modernc.org/sqlite (pure Go, no CGO), context-aware queries, transactions, migration patterns, prepared statements, and the Scanner interface. Always apply these patterns when creating or modifying any Go application that uses SQLite. | Skills | 98 2.36x Agent success vs baseline Impact 97% 2.36xAverage score across 5 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.2.0 |
pubnub/pubnub-functions v0.2.2 Create, configure, and deploy PubNub Functions 2.0 event handlers, triggers, and serverless endpoints. Use when building real-time message transformations, PubNub modules, webhook integrations, or edge data processing. Contains: pubnub-functions Create, configure, and deploy PubNub Functions 2.0 event handlers, triggers, and serverless endpoints. Use when building real-time message transformations, PubNub modules, webhook integrations, or edge data processing. | Skills | 98 1.84x Agent success vs baseline Impact 98% 1.84xAverage score across 10 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.2.2 |
smart-commit rohitg00/pro-workflow Run quality gates, review staged changes for issues, and create a well-crafted conventional commit. Use when saying "commit", "git commit", "save my changes", or ready to commit after making changes. | Skills | 98 1.13x Agent success vs baseline Impact 90% 1.13xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
writing-tests hotovo/aider-desk Write unit tests, component tests, and integration tests for AiderDesk using Vitest and React Testing Library. Use when creating new tests, adding test coverage, configuring mocks, setting up test files, or debugging failing tests. | Skills | 98 1.66x Agent success vs baseline Impact 90% 1.66xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
vite antfu/skills Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite. | Skills | 98 1.50x Agent success vs baseline Impact 90% 1.50xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
Can't find what you're looking for? Evaluate a missing skill.