Browse Skills
44895 skills found
accounting.md
0
1
export
accounting
2
from
"Bison-Office/bison-claude-marketplace"
from
"Bison-Office/bison-claude-marketplace"
3
Calculates supplier allowances (Marketing, DDR, General Discount) and volume rebates. Generates credit requests and credit memos. Use when working with CalculationType (ItemCost, ItemCostWithCredit, ItemCostWithCreditAllowance), ForCreditRequest, Earned, Accrual metrics, rebate tiers/steps, PaidToTheFirst, Growth rebate types, PaymentOnReachingStep, or ConditionType (CreditMemo, DeductedFromPayment).
2026-01-05
docs-and-changelogs.md
0
1
export
docs-and-changelogs
2
from
"hopeoverture/worldbuilding-app-skills"
from
"hopeoverture/worldbuilding-app-skills"
3
Generates comprehensive changelogs from Conventional Commits, maintains CHANGELOG.md files, and scaffolds project documentation like PRD.md or ADR.md. This skill should be used when creating changelogs, generating release notes, maintaining version history, documenting architectural decisions, or scaffolding project requirements documentation. Use for changelog generation, release notes, version documentation, ADR, PRD, or technical documentation.
2026-01-05
web-test-wallet-setup.md
0
1
export
web-test-wallet-setup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Set up MetaMask wallet extension for Web3 DApp testing - download extension, import wallet from private key. Run at test start if tests/config.yaml has web3.enabled=true.
2026-01-05
issue.md
0
1
export
issue
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when the user asks to "create an issue", "write an issue", "add an issue", "log an issue", "report a bug", "document a problem", or wants to track tasks, bugs, or feature requests in the issues folder.
2026-01-05
backend-data-processor.md
0
1
export
backend-data-processor
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Process vehicle insurance Excel data using Pandas - file handling, data cleaning, merging, validation. Use when processing Excel/CSV files, handling data imports, implementing business rules (negative premiums, zero commissions), debugging data pipelines, or optimizing Pandas performance. Keywords: data_processor.py, Excel, CSV, Pandas, merge, deduplication, date normalization.
2026-01-05
numpy-ufuncs.md
0
1
export
numpy-ufuncs
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Universal functions (ufuncs) for vectorization, including reductions, in-place operations, and custom Python-function wrapping. Triggers: ufunc, vectorize, reduce, accumulate, frompyfunc, in-place.
2026-01-05
post-change-verification.md
0
1
export
post-change-verification
2
from
"IvanTorresEdge/molcajete.ai"
from
"IvanTorresEdge/molcajete.ai"
3
Mandatory verification protocol after code changes for Solidity projects. Use after any code modification to ensure quality.
2026-01-05
storybook.md
0
1
export
storybook
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Storybook CSF3 story authoring methodology for UI component catalogs.Prioritizes visual showcase patterns over exhaustive argTypes enumeration.Reference for creating scannable, maintainable component documentation.
2026-01-05
nextjs.md
0
1
export
nextjs
2
from
"violetio/violet-ai-plugins"
from
"violetio/violet-ai-plugins"
3
Next.js conventions for VioletDashboard and Connect
2026-01-05
bad-example-skill.md
0
1
export
bad-example-skill
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
ANTI-PATTERN - Example showing violations of self-containment (DO NOT COPY)
2026-01-05
plugin-tester.md
0
1
export
plugin-tester
2
from
"violetio/violet-ai-plugins"
from
"violetio/violet-ai-plugins"
3
Validate and test plugins before deployment
2026-01-05
add-dialog-component.md
0
1
export
add-dialog-component
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create React dialog components with forms for the dealflow-network project using Radix UI, tRPC mutations, and proper state management. Use when adding create/edit dialogs, modals, or form-based UI components.
2026-01-05
debug.md
0
1
export
debug
2
from
"thoreinstein/opencode-config"
from
"thoreinstein/opencode-config"
3
Guide systematic debugging through hypothesis generation and verification
2026-01-05
primer-web-components.md
0
1
export
primer-web-components
2
from
"primer-io/examples"
from
"primer-io/examples"
3
Build checkout and payment experiences using Primer's web components. Use this skill when implementing payment flows, checkout pages, card forms, or integrating Primer SDK into React, Next.js, or vanilla JavaScript applications. Covers component usage, React integration patterns, stable object references, event handling, SSR support, and CSS theming.
2026-01-05
playwright.md
0
1
export
playwright
2
from
"krazyuniks/guitar-tone-shootout"
from
"krazyuniks/guitar-tone-shootout"
3
Playwright browser automation and E2E testing. Use for browser testing, screenshots, debugging, MCP tools, page objects, and visual verification.
2026-01-05
pgvector-setup.md
0
1
export
pgvector-setup
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
Configure pgvector extension for vector search in Supabase - includes embedding storage, HNSW/IVFFlat indexes, hybrid search setup, and AI-optimized query patterns. Use when setting up vector search, building RAG systems, configuring semantic search, creating embedding storage, or when user mentions pgvector, vector database, embeddings, semantic search, or hybrid search.
2026-01-05
code-review-expert.md
0
1
export
code-review-expert
2
from
"BarisSozen/claude"
from
"BarisSozen/claude"
3
Comprehensive code review expertise. Use when reviewing code, evaluating architecture, or assessing quality. Triggers on review, evaluate, assess, audit, code quality, best practices.
2026-01-05
async-python-patterns.md
0
1
export
async-python-patterns
2
from
"HermeticOrmus/after-the-third-cup"
from
"HermeticOrmus/after-the-third-cup"
3
Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.
2026-01-05
code-pointer.md
0
1
export
code-pointer
2
from
"cadrianmae/claude-marketplace"
from
"cadrianmae/claude-marketplace"
3
Use the VSCode CLI to open files at specific line and column positions when explaining code, debugging, pointing to TODOs, or guiding users to specific locations in files. Automatically invoked when Claude needs to show users exactly where in a file to look.
2026-01-05
l0.md
0
1
export
l0
2
from
"PolicyEngine/policyengine-claude"
from
"PolicyEngine/policyengine-claude"
3
L0 regularization for neural network sparsification and intelligent sampling - used in survey calibration
2026-01-05
sequential-thinking.md
0
1
export
sequential-thinking
2
from
"samb-park/DividendTracker"
from
"samb-park/DividendTracker"
3
Use for complex problems requiring systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Not for simple queries or single-step tasks.
2026-01-05
write-comments.md
0
1
export
write-comments
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Writes explanatory comments to code to improve readability for developers and AI systems. Use when documenting code or improving code comprehension.
2026-01-05
git-stage.md
0
1
export
git-stage
2
from
"sophiie-ai/claude-resources"
from
"sophiie-ai/claude-resources"
3
Prepare git changes for commit by staging appropriate files, excluding agent-generated documentation, and crafting a perfect commit message. Use when ready to stage changes, preparing a commit, or need help with commit messages. NEVER commits - staging only.
2026-01-05
warehouse-optimization.md
0
1
export
warehouse-optimization
2
from
"timequity/vibe-coder"
from
"timequity/vibe-coder"
3
Query optimization, partitioning, clustering, and warehouse tuning.
2026-01-05