Browse Skills

17720 skills found

deployment-scripts.md
0
1 export deployment-scripts
2 vanman2024 from "vanman2024/dev-lifecycle-marketplace"
3 Platform-specific deployment scripts and configurations. Use when deploying applications, configuring cloud platforms, validating deployment environments, setting up CI/CD pipelines, or when user mentions Vercel, Netlify, AWS, Docker, deployment config, build scripts, or environment validation.
2026-01-05
github-issue.md
0
1 export github-issue
2 majiayu000 from "majiayu000/claude-skill-registry"
3 GitHub issue lifecycle management with worktree isolation
2026-01-05
claude-thread-publisher.md
0
1 export claude-thread-publisher
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Publish Claude Code conversation threads as static HTML pages hosted on GitHub Gists, with shareable gistpreview links. Use when the user asks to share, publish, or delete a Claude Code thread.
2026-01-05
user-journey-tracking.md
0
1 export user-journey-tracking
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Track user journeys with intent context and friction signals. Use when instrumenting funnels or multi-step flows.
2026-01-05
tech-article-extractor.md
0
1 export tech-article-extractor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 技術サイトから特定の技術に関する記事・動画・スライド・論文を抽出・分析します。Qiita、Zenn、Stack Overflow、GitHub、Dev.to、Medium、YouTube、arXiv等50以上のソースから最新記事を検索・フィルタリングし、トレンド分析やキャッチアップに活用できます。
2026-01-05
credit-system.md
0
1 export credit-system
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement and manage complex credit system with subscription credits, purchased credits, rollover logic, and atomic transactions. Use when working with credit deductions, refunds, subscriptions, and billing.
2026-01-05
bank-statement-parser.md
0
1 export bank-statement-parser
2 EGAdams from "EGAdams/planner"
3 Expert in parsing bank statement PDFs using Docling, handling duplicate transaction detection, and validating against bank summaries. Use when working with bank statement imports, transaction parsing, or financial data validation.
2026-01-05
sql-to-osc.md
0
1 export sql-to-osc
2 DennisLiuCk from "DennisLiuCk/claude-plugin-marketplace"
3 SQL to OSC (Online Schema Change) conversion expert for Flyway migration scripts.Use when: (1) Converting SQL migration files to OSC format, (2) User mentions "OSC", "轉換 OSC", "osc.txt", or "Online Schema Change", (3) Working with Flyway ALTER TABLE/CREATE INDEX statements that need OSC conversion.
2026-01-05
instruction-manager.md
0
1 export instruction-manager
2 PlaneInABottle from "PlaneInABottle/configs"
3 Manages and synchronizes AI instructions (global and project-level) across various tools (Gemini, Claude, Copilot, etc.). Use this skill when you need to: (1) Sync `templates/global-instructions/master.md` to all tool headers, (2) Generate or update `PROJECT_INSTRUCTIONS.md` in a directory, (3) Update sub-agent instructions, or (4) Maintain consistency in AI behavioral guidelines.
2026-01-05
paddle-integration.md
0
1 export paddle-integration
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when integrating Paddle payments, setting up subscriptions, configuring webhooks, or debugging billing issues. Covers sandbox testing and production deployment.
2026-01-05
worker.md
0
1 export worker
2 schmug from "schmug/karkinos"
3 Spawn a Claude worker in an isolated git worktree for parallel development. Use when you need to work on a task in isolation without affecting current work.
2026-01-05
implementing-from-task.md
0
1 export implementing-from-task
2 taptap from "taptap/claude-plugins-marketplace"
3 测试中, 用户明确指定执行 implementing-from-task 时候才执行, 其余情况一律不执行
2026-01-05
mcp-usage.md
0
1 export mcp-usage
2 bernardohaha from "bernardohaha/Daylyou"
3 Descreve como usar MCPs relevantes (filesystem, git, runtime) para trabalhar com o projeto Daylyou.
2026-01-05
bigquery-ethereum-data-acquisition.md
0
1 export bigquery-ethereum-data-acquisition
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Workflow for acquiring historical Ethereum blockchain data using Google BigQuery free tier. Empirically validated for cost estimation, streaming downloads, and DuckDB integration. Use when planning bulk historical data acquisition or comparing data source options for blockchain network metrics.
2026-01-05
vscode-extension-resolver.md
0
1 export vscode-extension-resolver
2 Shavakan from "Shavakan/nix-flakes"
3 Use this skill when VSCode extensions fail to build in nix configuration, when adding new VSCode extensions, or when debugging extension-related build errors. Handles systematic search across nixpkgs, vscode-marketplace, and open-vsx sources with incremental testing.
2026-01-05
global-coding-style.md
0
1 export global-coding-style
2 elliotsaha from "elliotsaha/smt-slack-app"
3 Write clean, consistent code following naming conventions, formatting standards, and DRY principles across all files. When writing or editing any code in any programming language (TypeScript, JavaScript, Python, etc.). When creating functions, variables, classes, or modules. When refactoring code to improve readability or reduce duplication. When implementing small, focused functions or removing dead code. When ensuring consistent indentation, naming patterns, and code structure. This skill applies universally to all code files regardless of their specific purpose.
2026-01-05
julien-dev-onedrive-git-commit.md
0
1 export julien-dev-onedrive-git-commit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create git commits in OneDrive-synced repositories by bypassing mmap errors using git plumbing commands. Use when git commit fails with "fatal mmap failed Invalid argument" error in OneDrive folders.
2026-01-05
tmux.md
0
1 export tmux
2 douglascamata from "douglascamata/dotfiles"
3 Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.
2026-01-05
modelado-basado-escenarios.md
0
1 export modelado-basado-escenarios
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Skill especializada en modelado de escenarios para Domain Storytelling, enfocada en capturar el "happy path" (80% de casos) sin excepciones, eliminando condicionales y manteniendo numeración secuencial estricta. Útil para modelado de procesos empresariales, documentación de workflows y extracción de conocimiento estructurado de narrativas del dominio.
2026-01-05
react-native-debugging.md
0
1 export react-native-debugging
2 mikekelly from "mikekelly/react-native-debugger"
3 Use PROACTIVELY when debugging React Native apps. Reads console logs and executes JavaScript in running apps via Metro bundler. Invoke for: app crashes, state inspection, API debugging, error investigation, or running diagnostic code. Requires Metro running (port 8081).
2026-01-05
fork-terminal.md
0
1 export fork-terminal
2 GatoaoCubo from "GatoaoCubo/codexa-core"
3 Descarrega processos ou contexto para novas instâncias de terminal
2026-01-05
innovate-phase.md
0
1 export innovate-phase
2 metasaver from "metasaver/metasaver-marketplace"
3 Analyze PRD for innovation opportunities, present each with HITL selection loop (Implement/Skip/More Details), update PRD with selections. Use when /architect workflow reaches innovation phase after vibe-check. Always runs for /architect (unlike /build where innovation is optional).
2026-01-05
managing-sops-secrets.md
0
1 export managing-sops-secrets
2 saavy1 from "saavy1/sb"
3 Manages SOPS-encrypted Kubernetes secrets for Flux GitOps deployments using age encryption
2026-01-05
learning-leadership-development.md
0
1 export learning-leadership-development
2 majiayu000 from "majiayu000/claude-skill-registry"
3 leadership-development for corporate and professional learning contexts.
2026-01-05