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.
cloudwatch
AWS CloudWatch monitoring for logs, metrics, alarms, and dashboards. Use when setting up monitoring, creating alarms, querying logs with Insights, configuring metric filters, building dashboards, or troubleshooting application issues.
tax-advisor
This skill should be used when the user asks tax-related questions, wants advice on deductions or tax savings, or needs expert guidance equivalent to a tax accountant (税理士) or life planner. Trigger phrases include: "税金について教えて", "控除は使える?", "確定申告の相談", "節税", "ふるさと納税の上限", "iDeCoの効果", "住宅ローン控除", "青色申告のメリット", "消費税はかかる?", "扶養に入れる?", "配偶者控除", "医療費控除", "法人成り", "経費になる?", "税率を教えて", "所得税の計算", "住民税", "社会保険料", "103万の壁", "130万の壁", "インボイス", "簡易課税", "税制改正", "開業届", "副業バレ", "白色申告", "税務調査", "特定支出控除", "予定納税", "中間納付".
okr-frameworks
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.
claude-code-viewer
Imported from https://www.skillhub.club/skills/d-kimuson-claude-code-viewer.
claude-code-by-agents
Imported from https://www.skillhub.club/skills/baryhuang-claude-code-by-agents.
pdf-text-replace
Replace text in fillable PDF forms by updating form field values. This skill should be used when users need to update names, addresses, dates, or other text in PDF form fields.
nlp-pipeline-builder
This skill builds specialized NLP pipelines for text classification, sentiment analysis, named entity recognition, and text generation using transformer models like BERT, with integrated text preprocessing and fine-tuning for production systems.
Auditing Test Quality
Automates detection of vanity tests and poor test patterns through static analysis. Provides concrete steps to refactor tests with behavioral naming, better mock ratios, and meaningful assertions. Includes CI integration and language-specific configurations for Python, JavaScript, and Java test suites.
moai-foundation-claude
Provides a structured reference kit for creating Claude Code skills with official patterns. Includes templates for skills, sub-agents, commands, hooks, and IAM permissions. Offers concrete examples of delegation patterns, file references, and session management for developers building on Claude's platform.
SQL Ecosystem
This skill should be used when working with SQL databases, "SELECT", "INSERT", "UPDATE", "DELETE", "CREATE TABLE", "JOIN", "INDEX", "EXPLAIN", transactions, or database migrations. Provides comprehensive SQL patterns across PostgreSQL, MySQL, and SQLite.
restclient-migration
Migrate RestTemplate to RestClient in Spring Boot 3.2+. Use when replacing deprecated RestTemplate with modern fluent API, updating HTTP client code, or configuring RestClient beans. Covers GET/POST/DELETE migrations, error handling, and ParameterizedTypeReference usage.
economic-dispatch
Generator economic dispatch and cost optimization for power systems. Use when minimizing generation costs, computing optimal generator setpoints, calculating operating margins, or working with generator cost functions.
vehicle-dynamics
Use this skill when simulating vehicle motion, calculating safe following distances, time-to-collision, speed/position updates, or implementing vehicle state machines for cruise control modes.
heurist-agent-framework
Imported from https://www.skillhub.club/skills/heurist-network-heurist-agent-framework.
google-calendar-skill
Manage Google Calendar - search, create, update events and answer calendar questions. Use when user wants to interact with their Google Calendar for scheduling and calendar operations.
search-restaurants
Retrieve restaurants by city from the bundled dataset. Use this skill when recommending places to eat or validating dining options for a destination.
deep-analysis
Performs focused, depth-first investigation of specific reverse engineering questions through iterative analysis and database improvement. Answers questions like "What does this function do?", "Does this use crypto?", "What's the C2 address?", "Fix types in this function". Makes incremental improvements (renaming, retyping, commenting) to aid understanding. Returns evidence-based answers with new investigation threads. Use after binary-triage for investigating specific suspicious areas or when user asks focused questions about binary behavior.
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.
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.
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.
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