Browse Skills
44756 skills found
ticket-management.md
0
1
export
ticket-management
2
from
"therealtimex/realtimex-agent-skills"
from
"therealtimex/realtimex-agent-skills"
3
Create and manage support tickets throughout their lifecycle
2026-01-05
governance-docs-standard.md
0
1
export
governance-docs-standard
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
【WHEN】当用户要新增/修改/评审“治理层文档”(README.md、CLAUDE.md、以及用户显式指定的其他治理层文档)时启用; 【WHEN】当输出提案 vN.md、落地修改治理层文档、或产出 vN-review.md 时启用。 【WHEN NOT】不用于业务功能开发、不用于代码实现细节、不用于非治理层文档(如普通开发笔记/模块设计/接口文档)。
2026-01-05
playwright-flow-recorder.md
0
1
export
playwright-flow-recorder
2
from
"hopeoverture/worldbuilding-app-skills"
from
"hopeoverture/worldbuilding-app-skills"
3
Creates Playwright test scripts from natural language user flow descriptions. This skill should be used when generating E2E tests from scenarios, converting user stories to test code, recording user flows, creating test scripts from descriptions like "user signs up and creates project", or translating acceptance criteria into executable tests. Trigger terms include playwright test, e2e flow, user scenario, test from description, record flow, user journey, test script generation, acceptance test, behavior test, user story test.
2026-01-05
telemetry-validator-agent.md
0
1
export
telemetry-validator-agent
2
from
"Kart-rc/dataobservability-agents"
from
"Kart-rc/dataobservability-agents"
3
AI-powered Telemetry Validator Agent that verifies instrumentation works in sandbox environments. Use when: (1) Validating OTel spans are emitted correctly, (2) Verifying correlation headers in Kafka messages, (3) Confirming OpenLineage events for data pipelines, (4) Generating validation evidence for merge approval. Triggers: "validate telemetry", "verify instrumentation", "check OTel spans", "validate correlation headers".
2026-01-05
purpose-driven-impl.md
0
1
export
purpose-driven-impl
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Ensure clear purpose and success criteria before implementing any feature. Use when starting new features, major refactoring, or complex implementations. Prevents unclear objectives (FP-3).
2026-01-05
troubleshooting-config-items.md
0
1
export
troubleshooting-config-items
2
from
"flanksource/claude-code-plugin"
from
"flanksource/claude-code-plugin"
3
Troubleshoots infrastructure and application configuration items in Mission Control by diagnosing health issues, analyzing recent changes, and investigating resource relationships. Use when users ask about unhealthy or failing resources, mention specific config items by name or ID, inquire about Kubernetes pods/deployments/services, AWS EC2 instances/volumes, Azure VMs, or other infrastructure components. Also use when investigating why a resource is down, stopped, degraded, or showing errors, or when analyzing what changed that caused an issue.
2026-01-05
sqlite-integration-for-beginners.md
0
1
export
sqlite-integration-for-beginners
2
from
"rubrical-studios/process-docs"
from
"rubrical-studios/process-docs"
3
Add SQLite database to Flask or Sinatra app with beginner-friendly code examples and teaching comments
2026-01-05
mongodb-find-queries.md
0
1
export
mongodb-find-queries
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Master MongoDB find queries with filters, projections, sorting, and pagination. Learn query operators, comparison, logical operators, and real-world query patterns. Use when retrieving data from MongoDB collections.
2026-01-05
auditing-security.md
0
1
export
auditing-security
2
from
"sekka/dotfiles"
from
"sekka/dotfiles"
3
セキュリティ監査と脆弱性対策を支援します。OWASP Top 10に基づく包括的な脆弱性チェック、コード分析、リスク評価を提供します。セキュリティ脆弱性の特定、コンプライアンス確認、セキュアコーディング実装が必要な場合に使用してください。
2026-01-05
shelby-smart-contracts.md
0
1
export
shelby-smart-contracts
2
from
"MEDICALCOR/medicalcor-core"
from
"MEDICALCOR/medicalcor-core"
3
Expert on Shelby Protocol smart contracts on Aptos blockchain. Helps with blob metadata, micropayment channels, auditing system, storage commitments, placement group assignments, Move modules, and on-chain state management. Triggers on keywords Shelby smart contract, Shelby Move, blob metadata, micropayment channel, Shelby auditing, placement group assignment, storage commitment, Aptos contract.
2026-01-05
learning-localization-engineering.md
0
1
export
learning-localization-engineering
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Convert measurement systems, format dates/times/numbers/currency by locale, adapt address formats, and handle locale-specific sorting. Use when localizing technical content for regions. Activates on "localization", "date format", "measurement conversion", or "locale adaptation".
2026-01-05
global-commenting.md
0
1
export
global-commenting
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write meaningful code comments that explain WHY rather than WHAT, focusing on business logic, non-obvious solutions, workarounds, and complex algorithms while keeping code self-documenting. Use this skill when adding comments to explain rationale, documenting complex business logic, explaining workarounds or temporary solutions, describing performance optimizations, writing function documentation (JSDoc, docstrings, XML docs), or reviewing code for appropriate commenting. Apply when working on any code file that contains logic requiring explanation, public API functions, complex algorithms, security-critical code, or architectural decisions. This skill ensures comments explain rationale not implementation (WHY not WHAT), self-documenting code through clear naming (refactor unclear code instead of commenting), concise and evergreen comments (no who/when dated comments - Git tracks this), links to external resources for context, proper function documentation format (JSDoc for TS/JS, docstrings for Python, XML d
2026-01-05
mongodb-authentication.md
0
1
export
mongodb-authentication
2
from
"pluginagentmarketplace/custom-plugin-mongodb"
from
"pluginagentmarketplace/custom-plugin-mongodb"
3
Master MongoDB authentication methods including SCRAM, X.509 certificates, LDAP, and Kerberos. Learn user creation, role assignment, and securing MongoDB deployments.
2026-01-05
using-templates.md
0
1
export
using-templates
2
from
"Sixallfaces/orkestr"
from
"Sixallfaces/orkestr"
3
Use and customize workflow templates for common scenarios. Use when user wants to use a template, asks about available templates, or wants to customize existing workflows.
2026-01-05
decomposing-complex-problems.md
0
1
export
decomposing-complex-problems
2
from
"pianzhu/my-claude-skills"
from
"pianzhu/my-claude-skills"
3
Deconstructs complex problems using the 'Polymath Investor' framework with a 5-step cognitive chain (First Principles → Modular Isolation → Pareto Filtering → Cross-Domain Mapping → Dynamic Zooming). Use when analyzing systems, architectures, businesses, or learning challenges; when seeking high-leverage insights or 'Alpha'; when applying first principles thinking; or when needing cross-disciplinary perspectives to reveal blind spots. Transforms overwhelming complexity into actionable levers.
2026-01-05
staff-mapping-management.md
0
1
export
staff-mapping-management
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage staff-institution mapping table for vehicle insurance platform. Use when updating mapping files, resolving name conflicts, converting Excel to JSON, or checking mapping coverage. Mentions "update mapping", "staff conflicts", "mapping table", or "institution assignment".
2026-01-05
using-content-driven-development.md
0
1
export
using-content-driven-development
2
from
"ddttom/allaboutv2"
from
"ddttom/allaboutv2"
3
Apply a Content Driven Development process to AEM Edge Delivery Services development. Use for all development tasks, including building new blocks, modifying existing blocks, making changes to core decoration functionality, etc.
2026-01-05
doc-validator.md
0
1
export
doc-validator
2
from
"smileynet/meta-claude"
from
"smileynet/meta-claude"
3
Validate markdown documentation against meta-agentic best practices. Use when validating skills, commands, checking broken links, validating frontmatter, auditing documentation structure, or running compliance checks.
2026-01-05
transition-enhancement.md
0
1
export
transition-enhancement
2
from
"vitamin3615/Agent-skills"
from
"vitamin3615/Agent-skills"
3
Use when text has choppy sentences, weak idea connections, or poor flow between concepts - provides relationship-based transition selection using coherence relations framework with 850+ transition phrases
2026-01-05
prometheus-configuration.md
0
1
export
prometheus-configuration
2
from
"HermeticOrmus/after-the-third-cup"
from
"HermeticOrmus/after-the-third-cup"
3
Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting systems.
2026-01-05
xlsx.md
0
1
export
xlsx
2
from
"defnotwig/My-Portfolioo-"
from
"defnotwig/My-Portfolioo-"
3
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
2026-01-05
testing.md
0
1
export
testing
2
from
"jhlee0409/sidedish"
from
"jhlee0409/sidedish"
3
Writes tests using Vitest and Testing Library. Use when creating unit tests, API tests, component tests, or mocking Firebase/external services. Includes test patterns, assertions, and coverage targets.
2026-01-05
databases.md
0
1
export
databases
2
from
"htlabs-xyz/htlabs"
from
"htlabs-xyz/htlabs"
3
Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.
2026-01-05
add-sensor.md
0
1
export
add-sensor
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when user wants to add a new sensor to the Enviro+ monitoring system, or asks to monitor a new data point. Guides through importing libraries, initialization, reading sensor values, publishing to Adafruit IO and Home Assistant, updating documentation, testing, and rate limit verification.
2026-01-05