Browse Skills
44969 skills found
analyzing-text-with-nlp.md
2
1
export
analyzing-text-with-nlp
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to perform natural language processing and text analysis using the nlp-text-analyzer plugin. It should be used when the user requests analysis of text, including sentiment analysis, keyword extraction, topic modeling, or other NLP tasks. The skill is triggered by requests involving "analyze text", "sentiment analysis", "keyword extraction", "topic modeling", or similar phrases related to text processing. It leverages AI/ML techniques to understand and extract insights from textual data.
2026-01-05
speckit-author.md
2
1
export
speckit-author
2
from
"stharrold/yuimedi-paper-20250901"
from
"stharrold/yuimedi-paper-20250901"
3
Creates SpecKit specifications (spec.md, plan.md) in feature/release/hotfixworktrees. Detailed implementation guidance.Use when: In worktree, need specifications, implementation planningTriggers: write spec, create plan, feature specification
2026-01-05
schedule-validator.md
2
1
export
schedule-validator
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Validate generated schedules for ACGME compliance, coverage gaps, and operational viability. Use when verifying schedule integrity before deployment or investigating schedule issues.
2026-01-05
building-router.md
2
1
export
building-router
2
from
"Bbeierle12/Skill-MCP-Claude"
from
"Bbeierle12/Skill-MCP-Claude"
3
Router for 3D building game mechanics in Three.js. Use when creating survival games, sandbox builders, base builders, or any game with player-constructed structures. Routes to 9 specialized skills for performance, physics, multiplayer, terrain, decay, UX, platform support, and design reference. Start here for building mechanics projects.
2026-01-05
things.md
2
1
export
things
2
from
"jeffvincent/claude-config"
from
"jeffvincent/claude-config"
3
Manage your Things 3 tasks - add, search, list, and complete tasks using natural language
2026-01-05
generating-conventional-commits.md
2
1
export
generating-conventional-commits
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Generates conventional commit messages using AI. It analyzes code changes and suggests a commit message adhering to the conventional commits specification. Use this skill when you need help writing clear, standardized commit messages, especially after making code changes and preparing to commit. Trigger with terms like "create commit", "generate commit message", or "write commit".
2026-01-05
maintaining-claude-code.md
2
1
export
maintaining-claude-code
2
from
"TrevorS/dot-claude"
from
"TrevorS/dot-claude"
3
Validate and improve Claude Code configurations (CLAUDE.md, skills, commands, hooks). Use when auditing config quality, checking skill discoverability, organizing .claude directory, or deciding which entity type to use.
2026-01-05
rust-developer.md
2
1
export
rust-developer
2
from
"Jackneill/spz"
from
"Jackneill/spz"
3
Comprehensive Rust development guidelines based on 6 months of code reviews. Use when writing Rust code, debugging Rust issues, or reviewing Rust PRs. Covers error handling, file I/O safety, type safety patterns, performance optimization, common footguns, and fundamental best practices. Perfect for both new and experienced Rust developers working on CLI tools, hooks, or production code.
2026-01-05
astro-dev.md
2
1
export
astro-dev
2
from
"AugurProject/augur-reboot-website"
from
"AugurProject/augur-reboot-website"
3
Comprehensive Astro development with React, Tailwind v4, and Cloudflare Workers deployment
2026-01-05
writing-programs.md
2
1
export
writing-programs
2
from
"tenzir/claude-plugins"
from
"tenzir/claude-plugins"
3
Write TQL programs with documentation guidance. Use when writing TQL code, looking up operators or functions, asking about syntax, or building data pipelines.
2026-01-05
detect-non-localizable.md
2
1
export
detect-non-localizable
2
from
"ericfitz/tmi-ux"
from
"ericfitz/tmi-ux"
3
Determine if a string value should be translated or left as-is. Use when filtering localization keys, validating translation files, or building translation task lists.
2026-01-05
go-sentinel-errors.md
2
1
export
go-sentinel-errors
2
from
"JamesPrial/claudefiles"
from
"JamesPrial/claudefiles"
3
Define package-level sentinel errors using errors.New
2026-01-05
bruno-api.md
2
1
export
bruno-api
2
from
"DiversioTeam/agent-skills-marketplace"
from
"DiversioTeam/agent-skills-marketplace"
3
Generate comprehensive API endpoint documentation from Bruno (.bru) files by mapping requests to a Django4Lyfe/Diversio-style backend implementation (Django REST Framework or Django Ninja), including auth/permissions, multi-tenant filtering, request/response schemas, and line-numbered code references. Use for single endpoints, directory scans of .bru files, or when writing docs to a specific output path.
2026-01-05
running-clustering-algorithms.md
2
1
export
running-clustering-algorithms
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to execute clustering algorithms on datasets. It is used when the user requests to perform clustering, identify groups within data, or analyze data structure. The skill supports algorithms like K-means, DBSCAN, and hierarchical clustering. Claude should use this skill when the user explicitly asks to "run clustering," "perform a cluster analysis," or "group data points" and provides a dataset or a way to access one. The skill also handles data validation, error handling, performance metrics, and artifact saving.
2026-01-05
prompt-writer.md
2
1
export
prompt-writer
2
from
"KJone1/dotfiles"
from
"KJone1/dotfiles"
3
Best practices for writing effective AI prompts from scratch. Applied when creating new prompts, instructions, or system messages for LLMs. Focuses on clarity, specificity, and token efficiency.
2026-01-05
plugin-creator.md
2
1
export
plugin-creator
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Automatically creates new Claude Code plugins with proper structure, validation, and marketplace integration when user mentions creating a plugin, new plugin, or plugin from template. Specific to claude-code-plugins repository workflow.
2026-01-05
backup-restore-runbook-generator.md
2
1
export
backup-restore-runbook-generator
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Creates comprehensive disaster recovery procedures with automated backup scripts, restore procedures, validation checks, and role assignments. Use for "database backup", "disaster recovery", "data restore", or "DR planning".
2026-01-05
database-optimization.md
2
1
export
database-optimization
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when optimizing database queries, indexes, N+1 problems, slow queries, or analyzing query performance.
2026-01-05
command-name.md
2
1
export
command-name
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Automatically validates Claude Code plugin structure, schemas, and compliance when user mentions validate plugin, check plugin, or plugin errors. Runs comprehensive validation specific to claude-code-plugins repository standards.
2026-01-05
poocommerce-copy-guidelines.md
2
1
export
poocommerce-copy-guidelines
2
from
"notmattpress/poocommerce"
from
"notmattpress/poocommerce"
3
Guidelines for UI text and copy in PooCommerce. Use when writing user-facing text, labels, buttons, or messages.
2026-01-05
retry-strategies.md
2
1
export
retry-strategies
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
外部APIや分散システムの一時的障害に対して、リトライ・タイムアウト・サーキットブレーカーを組み合わせた回復戦略を設計し、実装まで導くスキル。失敗特性の分類、指数バックオフとジッター、隔離(Bulkhead)などの適用判断を整理し、過剰リトライや雪崩障害を避ける。Anchors:• Designing Data-Intensive Applications / 適用: 分散システムの障害特性と復旧設計 / 目的: 失敗モードに合わせた戦略選定• Release It! (Michael T. Nygard) / 適用: Circuit Breaker・Bulkhead・Timeout / 目的: 耐障害パターンの適切な適用• AWS Architecture Blog - Exponential Backoff and Jitter / 適用: リトライ待機とジッター / 目的: 負荷集中の回避Trigger:Use when designing retry policies, tuning timeouts, introducing circuit breakers or bulkheads, or validating resilience for external API calls.retry, backoff, jitter, circuit breaker, bulkhead, timeout, transient failure, resilience
2026-01-05
angular-form.md
2
1
export
angular-form
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when creating reactive forms with validation, async validators, dependent validation, and FormArrays using platform patterns.
2026-01-05
monitoring-database-transactions.md
2
1
export
monitoring-database-transactions
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to monitor database transactions for performance and lock issues using the database-transaction-monitor plugin. It is triggered when the user requests transaction monitoring, lock detection, or rollback rate analysis for databases. Use this skill when the user mentions "monitor database transactions," "detect long-running transactions," "identify lock contention," "track rollback rates," or asks about "transaction anomalies." The skill leverages the `/txn-monitor` command to provide real-time alerts and insights into database health.
2026-01-05
domain-modeling.md
2
1
export
domain-modeling
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Domain modeling skill for creating accurate representations of business domains through entities, value objects, aggregates, and domain services. Guides systematic analysis of business requirements and translation into robust domain models.Anchors:• Domain-Driven Design (Eric Evans) / 適用: Entity and Value Object identification / 目的: Clear domain boundaries• Implementing Domain-Driven Design (Vaughn Vernon) / 適用: Aggregate design and modeling patterns / 目的: Consistent aggregate boundaries• Domain Modeling Made Functional (Scott Wlaschin) / 適用: Type-driven design / 目的: Compile-time domain validationTrigger:Use when designing domain models, identifying entities and value objects, defining aggregate boundaries, modeling business invariants, creating ubiquitous language, or translating business requirements into domain structures.Keywords: domain model, entity, value object, aggregate, domain service, invariant, ubiquitous language, business logic
2026-01-05