Browse Skills

17720 skills found

wp-settings-page.md
0
1 export wp-settings-page
2 dreamworks2050 from "dreamworks2050/retro-login"
3 Create WordPress admin settings pages with Settings API.
2026-01-05
mcp-tool-generator.md
0
1 export mcp-tool-generator
2 daispacy from "daispacy/py-claude-marketplace"
3 Generate new MCP tools for GitLab operations following the project's standardized pattern. Creates complete TypeScript files with imports, registration functions, Zod schemas, error handling, and format options. Supports simple CRUD operations, complex multi-action tools, and advanced patterns like discussion management. Use when "create mcp tool", "generate gitlab tool", "new tool for", "add tool to gitlab", or building new GitLab integration features.
2026-01-05
hooks-creator.md
0
1 export hooks-creator
2 inchan from "inchan/cc-skills"
3 Guide for creating Claude Code hooks. This skill should be used when users want to create, modify, or troubleshoot hooks that automate actions at specific points in Claude Code's workflow, such as validating code before commits, running linters after edits, or protecting sensitive files.
2026-01-05
electron-integration.md
0
1 export electron-integration
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when the user asks about "Electron", "WebContentsView", "BrowserView", "preload script", "contextIsolation", "IPC", or needs to work with Electron-specific functionality in XSky.
2026-01-05
generating-commit-messages.md
0
1 export generating-commit-messages
2 tom237ttkk from "tom237ttkk/251128_poke"
3 Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.
2026-01-05
chinese-zen-brand-vi.md
0
1 export chinese-zen-brand-vi
2 leochanai from "leochanai/leo-obsidian-main"
3 生成新中式禅意风格的品牌VI系统,包含Logo主视觉、品牌三件套、功能周边和创意周边。当用户需要创建东方美学品牌识别系统、新中式品牌全案、禅意风格VI设计时使用。
2026-01-05
codex-review.md
0
1 export codex-review
2 lihs-ie from "lihs-ie/lambars"
3 Codex CLI(read-only)を用いて、レビュー→Claude Code修正→再レビュー(ok: true まで)を反復し収束させるレビューゲート。仕様書/SPEC/PRD/要件定義/設計、実装計画(PLANS.md等)の作成・更新直後、major step(>=5 files / 新規モジュール / 公開API / infra・config変更)完了後、および git commit / PR / merge / release 前に使用する。キーワード: Codexレビュー, codex review, レビューゲート.
2026-01-05
dst-report-template.md
0
1 export dst-report-template
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate HTML research reports with embedded data, charts, and analysis.Use when creating final research deliverables. Supports single comprehensivereports or multiple focused reports. Handles styling, structure, and outputto reports/ directory.
2026-01-05
blucli.md
0
1 export blucli
2 majiayu000 from "majiayu000/claude-skill-registry"
3 BluOS CLI (blu) for discovery, playback, grouping, and volume.
2026-01-05
git-workflow.md
0
1 export git-workflow
2 nikblanchet from "nikblanchet/claude-code-production-patterns"
3 Git worktree-based workflow for parallel development with shared context. Incremental commits after logical units, feature branches with nested issue branches, squash-merge to main. Use when creating/managing worktrees, working on parallel features, committing code, creating branches, or handling branch cleanup.
2026-01-05
installer.md
0
1 export installer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Installs and configures project infrastructure including MkDocs Material intelligent textbook templates, learning graph viewers, and skill tracking systems. Routes to the appropriate installation guide based on what the user needs to set up.
2026-01-05
race-condition-audit.md
0
1 export race-condition-audit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Systematic identification of race conditions, concurrency bugs, and thread-safety issues across codebases. Use when asked to find race conditions, audit concurrent code, debug non-deterministic behavior, review thread safety, find data races, or analyze async/parallel code. Supports TypeScript, JavaScript, Python, Go, Rust, and C++.
2026-01-05
mobile-responsive-ui.md
0
1 export mobile-responsive-ui
2 CodeTonight-SA from "CodeTonight-SA/cips"
3 Enforce mobile-first responsive design for all frontend changes. Covers TailwindCSS, vanilla CSS, container queries, dvh units, and framework-specific patterns. Trigger on any HTML, CSS, template, or UI component modifications.
2026-01-05
parakeet.md
0
1 export parakeet
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Convert audio files to text using parakeet-mlx, NVIDIA's Parakeet automatic speech recognition model optimized for Apple's MLX framework. Run via uvx for on-device speech-to-text processing with high-quality timestamped transcriptions. Ideal for podcasts, interviews, meetings, and other audio content. This skill is triggered when the user says things like "transcribe this audio", "convert audio to text", "transcribe this podcast", "get text from this recording", "speech to text", or "transcribe this wav/mp3/m4a file".
2026-01-05
notion-workspace.md
0
1 export notion-workspace
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Interactive Notion workspace management using MCP tools. Use for searching pages/databases, querying database entries, creating pages with custom properties, managing workspace structure, and exploratory operations requiring user interaction.
2026-01-05
devops-deployer.md
0
1 export devops-deployer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive DevOps and deployment workflow that orchestrates infrastructure automation, CI/CD pipelines, container orchestration, and cloud deployment. Handles everything from infrastructure as code and pipeline setup to monitoring, scaling, and disaster recovery.
2026-01-05
knowledge-validator.md
0
1 export knowledge-validator
2 CAPHTECH from "CAPHTECH/claude-marketplace"
3 pce-memory + shirushiを活用した知識検証・整合性チェックスキル。以下の場合に使用:(1) 資料・ドキュメント間の矛盾チェック(2) 指示・意思決定の追跡と検証(3) 作業途中のリアルタイム整合性チェック(4) 成果物と要件の照合検証(5) shirushi Doc-IDとコードのトレーサビリティ検証「チェックして」「整合性確認」「矛盾ない?」「検証して」「トレーサビリティ」等で起動。
2026-01-05
systematic-debugging.md
0
1 export systematic-debugging
2 akornmeier from "akornmeier/claude-config"
3 Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
2026-01-05
jest-config.md
0
1 export jest-config
2 sayali-ingle-pdl from "sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3 Generates jest.config.cjs for unit testing configuration. Configures Jest with Vue, TypeScript support, coverage thresholds, and test environment settings.
2026-01-05
test-plan-generator.md
0
1 export test-plan-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate intelligent, non-redundant test plans based on implementation changes. This skill should be used after implementing features to create comprehensive yet efficient test plans with proper coverage across unit, integration, API, and E2E tests without duplication.
2026-01-05
todo-skill-name.md
0
1 export todo-skill-name
2 lnittman from "lnittman/skills"
3 This skill should be used when TODO: describe the tool/file/API this skill handles and the situations that should trigger it.
2026-01-05
malware-patterns.md
0
1 export malware-patterns
2 amattas from "amattas/agentic-coding"
3 Common malware behaviors and analysis patterns
2026-01-05
cli-gemini.md
0
1 export cli-gemini
2 MichelKerkmeester from "MichelKerkmeester/AI-Systems"
3 Wield Google's Gemini CLI as a powerful auxiliary tool for code generation, review, analysis, and web research. Use when tasks benefit from a second AI perspective, current web information via Google Search, codebase architecture analysis, or parallel code generation. Also use when user explicitly requests Gemini operations.
2026-01-05
azure-boards.md
0
1 export azure-boards
2 dariuszparys from "dariuszparys/claude-code-toolkit"
3 Work with Azure DevOps Product Backlog Items using az boards CLI
2026-01-05