Browse Skills
44969 skills found
glhf.md
2
1
export
glhf
2
from
"TrevorS/dot-claude"
from
"TrevorS/dot-claude"
3
Search Claude Code conversation history to find past solutions, recall commands, and discover related work. Use when looking for previous implementations, finding commands you ran before, or exploring what was done in past sessions.
2026-01-05
meeting-recorder.md
2
1
export
meeting-recorder
2
from
"cevatkerim/claude-skills"
from
"cevatkerim/claude-skills"
3
Join Google Meet calls, transcribe audio in real-time, and participate via chat. Use when asked to join a meeting, transcribe a call, attend a video conference, or take meeting notes.
2026-01-05
rails-basecamp-engineer.md
2
1
export
rails-basecamp-engineer
2
from
"sevos/claude-code-marketplace"
from
"sevos/claude-code-marketplace"
3
This skill provides expert guidance on implementing Ruby on Rails applications using 37signals (Basecamp/HEY) patterns and conventions. Use when building Rails features, implementing authentication, authorization, multi-tenancy, background jobs, or Hotwire/Turbo/Stimulus following 37signals patterns.
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
tracking-service-reliability.md
2
1
export
tracking-service-reliability
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to define and track Service Level Agreements (SLAs), Service Level Indicators (SLIs), and Service Level Objectives (SLOs) for improved service reliability. It is triggered when the user needs to establish, monitor, or analyze service performance metrics. Use this skill when the user mentions "SLA", "SLI", "SLO", "error budget", "service reliability", or "track service performance". The skill helps to define key metrics, set targets, and monitor performance against those targets.
2026-01-05
bmad-planner.md
2
1
export
bmad-planner
2
from
"stharrold/yuimedi-paper-20250901"
from
"stharrold/yuimedi-paper-20250901"
3
Interactive callable tool that creates BMAD planning documents (requirements,architecture, epics) in main repository on contrib branch. Three-persona Q&Asystem generates comprehensive planning before feature development.Use when: On contrib branch, planning phase, need requirements/architectureTriggers: plan feature, requirements, architecture, BMAD
2026-01-05
codex-review-workflow.md
2
1
export
codex-review-workflow
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Automated code review workflow using OpenAI Codex CLI. Implements iterative fix-and-review cycles until code passes validation or reaches iteration limit. Use when building features requiring automated code validation, security checks, or quality assurance through Codex CLI.
2026-01-05
validating-authentication-implementations.md
2
1
export
validating-authentication-implementations
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to validate authentication implementations against security best practices and industry standards. It analyzes various authentication methods, including JWT, OAuth, session-based authentication, and API keys. Use this skill when you need to perform an authentication security check, assess password policies, evaluate MFA implementation, or analyze session security. Trigger this skill with phrases like "validate authentication," "authentication check," or "authcheck."
2026-01-05
rspec-service-testing.md
2
1
export
rspec-service-testing
2
from
"nekorush14/dotfiles"
from
"nekorush14/dotfiles"
3
Write RSpec tests for service objects testing business logic, transaction handling, and complex workflows. Use when testing service objects, form objects, or multi-step business processes following TDD.
2026-01-05
nodejs-stream-processing.md
2
1
export
nodejs-stream-processing
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Node.jsにおけるストリーム処理とバックプレッシャー管理の専門知識。大容量ファイルの効率的処理、メモリ使用量の最適化、Readable/Writable/Transform/Duplexストリームの適切な活用方法を提供。Anchors:• Node.js Streams API Documentation / 適用: ストリームAPI全般 / 目的: 公式APIの正確な使用• Backpressuring in Streams (Node.js official) / 適用: バックプレッシャー管理 / 目的: メモリ効率最適化• The Pragmatic Programmer (Hunt and Thomas) / 適用: 実装品質 / 目的: 保守性とテスタビリティTrigger:Use when implementing stream processing in Node.js, handling large files, managing backpressure, or building data transformation pipelines.nodejs stream, stream processing, backpressure, readable stream, writable stream, transform stream, duplex stream, pipeline, large file
2026-01-05
feature-document.md
2
1
export
feature-document
2
from
"escarti/agentDevPrompts"
from
"escarti/agentDevPrompts"
3
Use when implementation is complete and tests pass - consolidates research, plan, implementation, and PR workflow (Z01-Z05) into timestamped dev log, cleans up all temporary files, and generates PR description
2026-01-05
generating-end-to-end-tests.md
2
1
export
generating-end-to-end-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to generate end-to-end (E2E) tests for web applications. It leverages Playwright, Cypress, or Selenium to automate browser interactions and validate user workflows. Use this skill when the user requests to "create E2E tests", "generate end-to-end tests", or asks for help with "browser-based testing". The skill is particularly useful for testing user registration, login flows, shopping cart functionality, and other multi-step processes within a web application. It supports cross-browser testing and can be used to verify the responsiveness of web applications on different devices.
2026-01-05
healthsim-patientsim.md
2
1
export
healthsim-patientsim
2
from
"mark64oswald/healthsim-skills"
from
"mark64oswald/healthsim-skills"
3
Generate realistic clinical patient data including demographics, encounters, diagnoses, medications, labs, and vitals. Use when user requests: (1) patient records or clinical data, (2) EMR test data, (3) specific clinical scenarios like diabetes or heart failure, (4) HL7v2 or FHIR patient resources.
2026-01-05
test-strategy.md
2
1
export
test-strategy
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Comprehensive test strategy guidance including test pyramid design, coverage goals, test categorization, CI/CD integration, and risk-based prioritization. Use when planning testing approaches, setting up test infrastructure, or optimizing test suites. Trigger keywords: test strategy, test pyramid, coverage goals, what to test, test organization, CI/CD testing, test prioritization, testing approach.
2026-01-05
api-connector-design.md
2
1
export
api-connector-design
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
外部APIとの統合設計パターンに関する専門知識。RESTful API、GraphQL、WebSocket等の統合設計と実装指針を提供します。Anchors:• 『RESTful Web APIs』(Leonard Richardson)/ 適用: RESTful API設計、HTTPセマンティクス / 目的: リソース中心の設計パターン理解• 『Building Microservices』(Sam Newman)/ 適用: APIコントラクト設計、マイクロサービス間通信 / 目的: サービス境界の明確化Trigger:Use when designing authentication flows (OAuth 2.0, API Key, JWT), implementing rate limiting and retry strategies, or reviewing API integration architecture.
2026-01-05
creating-ansible-playbooks.md
2
1
export
creating-ansible-playbooks
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill creates Ansible playbooks for automating configuration management tasks. It generates production-ready, multi-platform playbooks based on user-defined requirements, incorporating best practices and a security-first approach. Use this skill when you need to automate server configurations, software deployments, or infrastructure management using Ansible. Trigger this skill by requesting "Ansible playbook," specifying configuration details, or asking for automation of a particular setup.
2026-01-05
code-organization.md
2
1
export
code-organization
2
from
"andyngdz/exogen_backend"
from
"andyngdz/exogen_backend"
3
Master code organization - encapsulation with wrapper methods, file modularity (split >150 lines), one function one responsibility, descriptive naming, minimal comments
2026-01-05
notification-integration-gha.md
2
1
export
notification-integration-gha
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub Actions通知統合スキル。Slack、Discord、MS Teams、Emailへのビルド/デプロイ状態通知を自動化。成功/失敗メッセージのカスタマイズとインタラクティブ要素をサポート。Anchors:• The Pragmatic Programmer (Hunt and Thomas) / 適用: 自動化とフィードバックループ / 目的: 迅速なフィードバックによる問題早期発見• Site Reliability Engineering (Google) / 適用: モニタリングとアラート設計 / 目的: 適切な粒度と重要度の通知• GitHub Actions best practices / 適用: ワークフロー設計とシークレット管理 / 目的: セキュアで保守性の高い設定Trigger:Use when setting up notifications, configuring webhooks, adding Slack/Discord/Teams/Email alerts to workflows, troubleshooting notification failures, or implementing status reporting.slack notification, discord webhook, teams alert, github actions notify, workflow status, deployment notification
2026-01-05
tuning-hyperparameters.md
2
1
export
tuning-hyperparameters
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to optimize machine learning model hyperparameters using grid search, random search, or Bayesian optimization. It is used when the user requests hyperparameter tuning, model optimization, or improvement of model performance. The skill analyzes the current context, generates code for the specified search strategy, handles data validation and errors, and provides performance metrics. Trigger terms include "tune hyperparameters," "optimize model," "grid search," "random search," and "Bayesian optimization."
2026-01-05
code-review.md
2
1
export
code-review
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Review generated code for bugs, security issues, performance, and best practices. Use when reviewing Claude-generated code, checking for vulnerabilities, auditing implementation quality, or validating code changes before commit.
2026-01-05
health-check-implementation.md
2
1
export
health-check-implementation
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ヘルスチェックの設計・実装・監視の指針を提供するスキル。マイクロサービスの信頼性と観測性を確立するためのガイダンスを提供。Anchors:• Observability Engineering (Charity Majors) / 適用: ヘルスチェック設計の観測性原則 / 目的: 効果的なモニタリング指標の選定• Site Reliability Engineering (Google) / 適用: ヘルスチェックのレベル分類と段階的実装 / 目的: 運用負荷の最適化• Release It! (Michael T. Nygard) / 適用: 障害対応パターン / 目的: 自動回復とフェイルセーフ設計Trigger:Use when designing microservice health checks, implementing system reliability monitoring, establishing baseline metrics, or configuring alert thresholds.health check, liveness probe, readiness probe, monitoring, metrics, observability, kubernetes probes, circuit breaker
2026-01-05
create-tia-agent.md
2
1
export
create-tia-agent
2
from
"danja/tia"
from
"danja/tia"
3
Guides users through creating a new TIA XMPP agent based on mistral-minimal. Use when the user wants to create, build, set up, or scaffold a new agent, bot, or when they ask how to get started with TIA.
2026-01-05
plan.md
2
1
export
plan
2
from
"ferdiangunawan/skills"
from
"ferdiangunawan/skills"
3
Creates detailed implementation plan from validated research. Produces task breakdown with dependencies.
2026-01-05
ark-analysis.md
2
1
export
ark-analysis
2
from
"dwmkerr/ark-claude-code-marketplace"
from
"dwmkerr/ark-claude-code-marketplace"
3
Analyze the Ark codebase by cloning the repository to a temporary location. Use this skill when the user asks questions about how Ark works, wants to understand Ark's implementation, or needs to examine Ark source code.
2026-01-05