Marketplace
Find the right skill for the job.
Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.
dispatching-parallel-agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
typescript-review
A specialized code review skill for TypeScript/JavaScript that enforces Metabase coding standards with clear guidelines and integration with existing tooling for consistent quality checks.
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
claude-skill-bit-cli
A practical CLI reference skill for Bit component development platform that provides quick command syntax lookup, though it lacks interactive examples and detailed flag explanations.
Prompting
Meta-prompting system for dynamic prompt generation using templates, standards, and patterns. USE WHEN meta-prompting, template generation, prompt optimization, or programmatic prompt composition.
ask-questions-if-underspecified
Clarify requirements before implementing. Use when serious doubts araise.
playwright-local
Build browser automation and web scraping with Playwright on your local machine. Prevents 10 documented errors including CI timeout hangs, extension testing failures, and Ubuntu compatibility issues. Includes stealth mode for anti-bot bypass, authenticated sessions, infinite scroll handling, screenshot/PDF generation, and v1.57 Speedboard performance analysis. Use when: automating browsers, scraping protected sites, testing with real IPs, bypassing bot detection, generating screenshots/PDFs, or troubleshooting "target closed", "page.pause() hangs CI", "permission prompts block tests", or "Ubuntu 25.10 installation" errors.
api-spec-analyzer
This Skill analyzes OpenAPI specs to generate TypeScript interfaces and implementation code for frontend API integration. It provides concrete examples for API services, TanStack Query hooks, and error handling patterns specific to a project. It helps developers avoid common API integration errors by referencing the actual specification.
pinia
Pinia official Vue state management library, type-safe and extensible. Use when defining stores, working with state/getters/actions, or implementing store patterns in Vue apps.
context-engineering
A reference guide for managing context in LLM agent systems. It explains context components like system prompts and tool outputs, then provides concrete strategies like summarization and observation masking to reduce token usage. Includes practical examples for optimizing Claude commands and skills.
wheels-view-generator
Generates CFWheels view templates with correct query handling, form helpers, and association patterns. Specifically prevents common CFML errors like query/array confusion and incorrect form helper usage. Provides production-tested examples for index, show, form, and layout views.
fix-lint
Helps fix oxlint errors and warnings in the OneKey codebase. Use when running yarn lint and encountering warnings, cleaning up code before committing, or fixing spellcheck, unused variable, or other linting warnings.
coding-agent
This Skill provides programmatic control over coding agents (Codex, Claude Code, OpenCode, Pi) through bash commands with PTY support. It enables background process management, parallel task execution, and integrates with git workflows for code reviews and issue fixing. The documentation emphasizes critical requirements like PTY mode and git repo initialization.
claude-api
This skill provides detailed guidance for using the Claude Messages API with structured outputs, covering JSON schema validation, prompt caching, streaming, and tool use. It documents 12 common errors with specific solutions and keeps up with API changes like model deprecations and new beta features.
uv-package-manager
Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv.
ultrathink-detective
A specialized Claude skill that enforces AST-based code analysis using claudemem v0.3.0, prohibiting grep/find/glob. Provides structured workflows for architecture mapping, dependency tracing, and impact analysis through six distinct analysis dimensions with clear command patterns.
api-contract-design
Provides concrete patterns for designing REST and GraphQL APIs, including resource modeling, HTTP semantics, error formats, pagination, and versioning strategies. Includes specific examples for OpenAPI specifications and authentication flows. Focuses on contract-first design and consistency across endpoints.
claude-cli
Provides comprehensive control over Claude's CLI for interactive sessions, script automation, and MCP server management. Offers fine-grained tool permissions, session persistence, JSON output for parsing, and project-specific MCP configuration.
work-summary
This skill analyzes git repositories to generate work summaries for performance reviews. It extracts commit history, code changes, and contribution patterns over a user-defined time range, producing structured reports in markdown, text, or JSON formats. It helps developers quantify their work output.
refactoring-patterns
Provides concrete refactoring patterns and safety rules for improving code structure. Includes specific examples like Extract Method and Replace Loop with Pipeline, plus anti-patterns to avoid. Emphasizes test-first approach and small, incremental changes.
wheels-migration-generator
Generates database-agnostic migration code for CFWheels applications with transaction handling, error recovery, and cross-database compatibility. Provides concrete examples for creating tables, altering schemas, managing indexes, and handling foreign keys while preventing database-specific SQL anti-patterns.
condition-based-waiting
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
implementing-jsc-classes-zig
Creates JavaScript classes using Bun's Zig bindings generator (.classes.ts). Use when implementing new JS APIs in Zig with JSC integration.
domain-driven-design
Provides tactical and strategic Domain-Driven Design patterns including entities, value objects, aggregates, and bounded contexts. Includes concrete examples, decision tables, and visual diagrams for modeling business domains with clear boundaries and consistency strategies.