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.
update-migration-log
A focused tool for logging file migration details to a dedicated markdown log. It provides a detailed template for recording changes, issues, and verification steps after moving code files, ensuring a consistent audit trail for refactoring projects.
bun-file-io
Use this when you are working on file operations like reading, writing, scanning, or deleting files. It summarizes the preferred file APIs and patterns used in this repo. It also notes when to use filesystem helpers for directories.
writing-docs
Guides for writing and editing Remotion documentation. Use when adding docs pages, editing MDX files in packages/docs, or writing documentation content.
docs
Imported from https://github.com/ComposioHQ/composio.
list-npm-package-content
List the contents of an npm package tarball before publishing. Use when the user wants to see what files are included in an npm bundle, verify package contents, check tarball size, or debug npm publish issues.
synonyms
Generate synonyms for words or phrases. Use this skill when the user needs alternative words with similar meanings, wants to expand vocabulary, or seeks varied expressions for writing.
prowler-test-sdk
Testing patterns for Prowler SDK (Python). Trigger: When writing tests for the Prowler SDK (checks/services/providers), including provider-specific mocking rules (moto for AWS only).
prowler-test-api
Testing patterns for Prowler API: JSON:API, Celery tasks, RLS isolation, RBAC. Trigger: When writing tests for api/ (JSON:API requests/assertions, cross-tenant isolation, RBAC, Celery tasks, viewsets/serializers).
docs
Imported from https://github.com/mcp-use/mcp-use.
error-handling
Error handling patterns using wellcrafted trySync and tryAsync. Use when writing error handling code, using try-catch blocks, or working with Result types and graceful error recovery.
nia-docs
Search library documentation and code examples via Nia
writing-user-outputs
CLI output formatting standards for worktrunk. Use when writing user-facing messages, error handling, progress output, hints, warnings, or working with the output system.
docs
Imported from https://github.com/gotalab/cc-sdd.
spark-basics
Provides essential PySpark code snippets for common data operations like reading/writing files, transformations, joins, and window functions. Focuses on practical patterns for ETL jobs with optimization tips.
python-dev
Python development guidance with code quality standards, error handling, testing practices, and environment management. Use when writing, reviewing, or modifying Python code (.py files) or Jupyter notebooks (.ipynb files).
jira-mapper
This skill synchronizes SpecWeave project increments with JIRA by exporting increments as epics/stories/subtasks and importing JIRA items back, ensuring content flows from SpecWeave to JIRA while status updates flow back, maintaining full traceability.
technical-writing
This skill provides expert technical writing assistance for developer documentation including README files, API documentation, tutorials, and changelogs, helping create clear, structured, and maintainable documentation following industry best practices.
ado-multi-project
This skill organizes specifications and splits tasks across multiple Azure DevOps projects by intelligently analyzing content to map increments to the correct project, supporting various organizational architectures like project-per-team and area-path-based setups.
largest-eigenval
Guidance for optimizing numerical linear algebra computations, particularly finding eigenvalues of small dense matrices faster than standard library implementations. This skill applies when the task involves performance optimization of matrix operations, beating numpy/scipy performance baselines, or writing high-performance numerical code with Cython/LAPACK.
python-coding
Best practices for writing high quality production grade Python code
wordpress-elementor
Edit Elementor pages and manage templates on WordPress sites. Workflow: identify page, choose editing method (browser or WP-CLI), execute, verify. Use when editing Elementor pages, updating text in Elementor widgets, applying or managing Elementor templates, or making content changes to pages built with Elementor page builder.
lessons
Provides structured lesson files for the Claude Code Course, serving as a content repository for educational materials. It's designed to be read based on user progress tracking, offering a straightforward way to deliver course content through Claude's interface.
understanding-flow
This skill explains the core architectural pattern of walkerOS with clear diagrams and TypeScript examples. It focuses on the Source→Collector→Destination event flow, separation of concerns, and the universal push interface. Helps developers understand how to compose modular pipelines for event processing.
paper-notes
Write structured notes for each paper in the core set into `papers/paper_notes.jsonl` (summary/method/results/limitations). **Trigger**: paper notes, structured notes, reading notes, 论文笔记, paper_notes.jsonl. **Use when**: survey 的 evidence 阶段(C3),已有 `papers/core_set.csv`(以及可选 fulltext),需要为后续 claims/citations/writing 准备可引用证据。 **Skip if**: 还没有 core set(先跑 `dedupe-rank`),或你只做极轻量 snapshot 不需要细粒度证据。 **Network**: none. **Guardrail**: 具体可核对(method/metrics/limitations),避免大量重复模板;保持结构化字段而非长 prose。