Browse Skills
44358 skills found
kysely.md
0
1
export
kysely
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Kysely type-safe SQL query builder - End-to-end type safety from schema to queries, migrations, transactions, plugins
2026-01-05
branch-creator.md
0
1
export
branch-creator
2
from
"shiiman/claude-code-plugins"
from
"shiiman/claude-code-plugins"
3
Issue 番号に基づいて feature ブランチを自動作成する。「ブランチ作成」「ブランチを作って」「新しいブランチ」「feature ブランチ」「Issue からブランチ」「作業ブランチを作成」「ブランチ切って」などで起動。feature/[issue番号] 形式でブランチを作成。
2026-01-05
eos-deploy-usb.md
0
1
export
eos-deploy-usb
2
from
"asnar00/miso"
from
"asnar00/miso"
3
Build and deploy Android/e/OS app to connected device via USB. Fast deployment (~2-5 seconds) using Gradle and ADB. Use when deploying, installing, or building Android apps to physical devices.
2026-01-05
software-principles.md
0
1
export
software-principles
2
from
"IvanTorresEdge/molcajete.ai"
from
"IvanTorresEdge/molcajete.ai"
3
Core software engineering principles including DRY, SOLID, KISS, and YAGNI for writing maintainable and scalable code
2026-01-05
depth-interviewing-product.md
0
1
export
depth-interviewing-product
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
サービス開発のためのデプスインタビューを実施し、ユーザーの真のニーズ・課題・動機を引き出す。5 Whys、ラダリング法を用いてプロダクト開発に活かせるインサイトを発見し、すべての会話をファイルに記録する。ユーザーリサーチ、課題発見、ペルソナ構築時に使用する。
2026-01-05
debugging-flux-deployments.md
0
1
export
debugging-flux-deployments
2
from
"saavy1/sb"
from
"saavy1/sb"
3
Diagnoses and resolves issues with Flux GitOps deployments, Kubernetes pods, services, and HelmReleases in the Superbloom cluster
2026-01-05
form-creator.md
0
1
export
form-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create forms, validation schemas, and CRUD API endpoints. Use when building new data entry features or managing existing forms.
2026-01-05
relay.md
0
1
export
relay
2
from
"violetio/violet-ai-plugins"
from
"violetio/violet-ai-plugins"
3
Relay events and notifications context
2026-01-05
httpx.md
0
1
export
httpx
2
from
"SlanyCukr/riot-api-project"
from
"SlanyCukr/riot-api-project"
3
A next-generation HTTP client for Python with both sync and async support, perfect for modern Python applications
2026-01-05
learning-multi-script-design.md
0
1
export
learning-multi-script-design
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Design learning materials for right-to-left languages, complex scripts, bidirectional text, and multi-script environments. Calculate text expansion factors and specify typography requirements. Use when creating content for Arabic, Hebrew, Asian scripts, or mixed-direction text. Activates on "RTL", "right-to-left", "bidirectional text", or "complex scripts".
2026-01-05
parquet-optimization.md
0
1
export
parquet-optimization
2
from
"EmilLindfors/claude-marketplace"
from
"EmilLindfors/claude-marketplace"
3
Proactively analyzes Parquet file operations and suggests optimization improvements for compression, encoding, row group sizing, and statistics. Activates when users are reading or writing Parquet files or discussing Parquet performance.
2026-01-05
competitor-analysis.md
0
1
export
competitor-analysis
2
from
"Sheshiyer/Skills-claude-brand-genesis"
from
"Sheshiyer/Skills-claude-brand-genesis"
3
Executes a deep-dive market intelligence protocol. Uses search tools to scrape competitor data (Specs, Price, Materials), analyzes customer sentiment (Reviews, FAQs), and synthesizes a product knowledge base.
2026-01-05
control-tester.md
0
1
export
control-tester
2
from
"ethanolivertroy/claude-grc-engineering"
from
"ethanolivertroy/claude-grc-engineering"
3
Designs and documents control testing procedures. Creates test plans, executes walkthroughs, and documents results for audit workpapers.
2026-01-05
enterprise-ai-patterns.md
0
1
export
enterprise-ai-patterns
2
from
"frankxai/ai-architect"
from
"frankxai/ai-architect"
3
Production-grade AI architecture patterns for enterprise - security, governance, scalability, and operational excellence
2026-01-05
ensue-memory.md
0
1
export
ensue-memory
2
from
"mutable-state-inc/ensue-examples"
from
"mutable-state-inc/ensue-examples"
3
Interact with the Ensue memory network for storing and retrieving persistent data. Use when the user explicitly requests memory operations like "search my memories", "create a memory", "remember this", or "what's in my memories".
2026-01-05
job-application.md
0
1
export
job-application
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Analyse d'offres d'emploi, adéquation profil-poste, et génération de CV/lettre adaptés. Activer ce skill quand l'utilisateur parle de candidature, offre d'emploi, lettre de motivation, ou CV adapté.
2026-01-05
command-line-basics.md
0
1
export
command-line-basics
2
from
"astrosteveo/skill-for-ricky"
from
"astrosteveo/skill-for-ricky"
3
Essential Linux command line commands for navigation, file management, and daily tasks. Includes Windows equivalents. Use when the user needs to learn basic terminal commands, file operations, or mentions being intimidated by the command line.
2026-01-05
terraform-plan.md
0
1
export
terraform-plan
2
from
"mhalder/dotfiles"
from
"mhalder/dotfiles"
3
Review Terraform plans and configurations for safety and best practices. Use when the user says "review terraform", "terraform plan", "what will this destroy", "check my infrastructure code", or asks about Terraform changes.
2026-01-05
create-cli.md
0
1
export
create-cli
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior. Use when you’re designing a CLI spec (before implementation) or refactoring an existing CLI’s surface area for consistency, composability, and discoverability.
2026-01-05
campaign-analyzer.md
0
1
export
campaign-analyzer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Analyze processed D&D sessions to extract and summarize campaign knowledge including NPCs, locations, quests, items, and factions. Use when the user wants to review campaign content, find specific entities, or understand the campaign narrative.
2026-01-05
close-sprint.md
0
1
export
close-sprint
2
from
"semicolon-devteam/sax-pm"
from
"semicolon-devteam/sax-pm"
3
Sprint(Iteration) 종료 및 회고 정리. Use when (1) Sprint 마감,(2) 회고 작성, (3) /SAX:sprint close 커맨드.
2026-01-05
worktree-workflow.md
0
1
export
worktree-workflow
2
from
"gaurangrshah/gsc-plugins"
from
"gaurangrshah/gsc-plugins"
3
Git worktree setup, management, and cleanup for isolated parallel development
2026-01-05
writing-plans.md
0
1
export
writing-plans
2
from
"pproenca/dot-claude"
from
"pproenca/dot-claude"
3
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
2026-01-05
hubspot-search-deals.md
0
1
export
hubspot-search-deals
2
from
"abdullahbeam/nexus-design-abdullah"
from
"abdullahbeam/nexus-design-abdullah"
3
Search deals in HubSpot CRM by name or amount. Load when user says 'search deals', 'find deal', 'lookup deal', 'deals over $X', 'search for [deal]'.
2026-01-05