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.
storage-function-structure
A simple convention for organizing project planning artifacts with hash-based file naming, providing basic structure but lacking implementation details and tool integration.
remote-work
Execute amplihack work on remote Azure VMs with automatic region and resource selection
onboard
This skill automates initial codebase exploration for existing projects by spawning an agent that analyzes structure, detects tech stack, and creates a continuity ledger. It's specifically designed for brownfield projects and integrates with RepoPrompt for deeper analysis when available.
cfn-agent-swap
This skill provides automated recommendations for swapping underperforming agents in CFN Loops based on feedback themes. It maps specific feedback types to specialized replacement agents and offers multiple replacement strategies. The tool is stateless and designed for minimal side effects.
Docker
This Claude skill provides comprehensive container management for Docker and Podman, automatically detecting the runtime to build images, manage containers, handle compose files, debug issues, and optimize resources with security scanning and multi-architecture support.
yes-claude
Automates interactions with AI CLI tools like Claude and Gemini by automatically responding to common prompts, managing process lifecycle, and enabling continuous operation for scripting and automation workflows.
test-driven-development
This skill enforces strict TDD workflow by requiring failing tests before implementation. It provides concrete examples of the red-green-refactor cycle and includes verification checklists. The documentation clearly explains when to use it and what triggers should activate the skill.
code-review
This skill automates AI-assisted code reviews before human escalation. It provides structured review phases, stage-specific checklists, and generates markdown reports with findings categorized by severity. Integrates with git diff and includes automated linting/type checking commands.
mailman
Guidance for setting up and configuring mailing list servers with Postfix and Mailman3. This skill should be used when tasks involve configuring email servers, mailing list management, LMTP integration, or mail delivery pipelines. Applies to tasks requiring Postfix-Mailman integration, subscription workflows, or email broadcast functionality.
pypi-server
Guide for setting up local PyPI servers to host and serve Python packages. This skill should be used when tasks involve creating a local PyPI repository, serving Python packages over HTTP, building distributable Python packages, or testing pip installations from a custom index URL.
github-actions-ssh-deploy
交互式配置 GitHub Actions 通过 SSH 密钥连接 VPS 的向导。当用户需要设置 GitHub Actions 部署到 VPS、配置 CI/CD SSH 连接、生成部署 workflow 时使用此 skill。通过问答方式收集必要信息后生成完整配置。
lean4-theorem-proving
Use when working with Lean 4 (.lean files), writing mathematical proofs, seeing "failed to synthesize instance" errors, managing sorry/axiom elimination, or searching mathlib for lemmas - provides build-first workflow, haveI/letI patterns, compiler-guided repair, and LSP integration
spring-security-6
Migrate Spring Security 5 to Spring Security 6 configuration. Use when removing WebSecurityConfigurerAdapter, replacing @EnableGlobalMethodSecurity with @EnableMethodSecurity, converting antMatchers to requestMatchers, or updating to lambda DSL configuration style. Covers SecurityFilterChain beans and authentication manager changes.
casadi-ipopt-nlp
Nonlinear optimization with CasADi and IPOPT solver. Use when building and solving NLP problems: defining symbolic variables, adding nonlinear constraints, setting solver options, handling multiple initializations, and extracting solutions. Covers power systems optimization patterns including per-unit scaling and complex number formulations.
shell-tools
Production-grade shell tools - jq, xargs, parallel, pipelines
trivy-offline-vulnerability-scanning
Use Trivy vulnerability scanner in offline mode to discover security vulnerabilities in dependency files. This skill covers setting up offline scanning, executing Trivy against package lock files, and generating JSON vulnerability reports without requiring internet access.
uv
This skill should be used when creating new Python projects or managing Python dependencies. IMPORTANT - uv must ALWAYS be used for any Python-related commands in Python projects (running scripts, installing packages, creating virtual environments, etc.). Never use pip, python directly, or other package managers - always use uv commands (uv run, uv add, uv pip, etc.).
pubchem-database
Query PubChem via PUG-REST API/PubChemPy (110M+ compounds). Search by name/CID/SMILES, retrieve properties, similarity/substructure searches, bioactivity, for cheminformatics.
pca-decomposition
Reduce dimensionality of multivariate data using PCA with varimax rotation. Use when you have many correlated variables and need to identify underlying factors or reduce collinearity.
claude-on-rails
Imported from https://www.skillhub.club/skills/obie-claude-on-rails.
shadcn-ui
Install and configure shadcn/ui components for React projects. Guides component selection, installation order, dependency management, customisation with semantic tokens, and common UI recipes (forms, data tables, navigation, modals). Use after tailwind-theme-builder has set up the theme infrastructure, when adding components, building forms, creating data tables, or setting up navigation.
zustand-state-management
Build type-safe global state in React with Zustand. Supports TypeScript, persist middleware, devtools, slices pattern, and Next.js SSR with hydration handling. Prevents 6 documented errors. Use when setting up React state, migrating from Redux/Context, or troubleshooting hydration errors, TypeScript inference, infinite render loops, or persist race conditions.
backend-test
Automatically generates Jest/Vitest test files for backend code when triggered by phrases like 'write test for'. Creates test structure with describe/it blocks, fixtures, and mocks. Focuses on backend testing workflows with clear auto-invocation triggers.
figma
Integrate with Figma API for design automation and code generation. Use when extracting design tokens, generating React/CSS code from Figma components, syncing design systems, building Figma plugins, or automating design-to-code workflows. Triggers on Figma API, design tokens, Figma plugin, design-to-code, Figma export, Figma component, Dev Mode.