Browse Skills
18175 skills found
r3f-fundamentals.md
2
1
export
r3f-fundamentals
2
from
"Bbeierle12/Skill-MCP-Claude"
from
"Bbeierle12/Skill-MCP-Claude"
3
React Three Fiber core setup, Canvas configuration, scene hierarchy, camera systems, lighting, render loop, and React integration patterns. Use when setting up a new R3F project, configuring the Canvas component, managing scene structure, or understanding the declarative Three.js-in-React paradigm. The foundational skill that all other R3F skills depend on.
2026-01-05
database-designer.md
2
1
export
database-designer
2
from
"masanao-ohba/claude-manifests"
from
"masanao-ohba/claude-manifests"
3
Designs database schemas and migrations for PHP/CakePHP applications with multi-tenant support
2026-01-05
docx.md
2
1
export
docx
2
from
"AizenvoltPrime/claude-compass"
from
"AizenvoltPrime/claude-compass"
3
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
2026-01-05
tpm-report.md
2
1
export
tpm-report
2
from
"urjitbhatia/tpm-mcp"
from
"urjitbhatia/tpm-mcp"
3
Generate beautiful PDF status reports from tpm-mcp project data. Creates executive-ready project status reports with progress bars, milestones, and blockers. Requires Playwright MCP for PDF generation.
2026-01-05
metrics-tracking.md
2
1
export
metrics-tracking
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
アジャイル開発におけるメトリクス追跡と分析のためのスキル。ベロシティ、リードタイム、DORA 4メトリクスの計測・可視化・改善を支援する。データ駆動の意思決定と継続的改善を実現する。Anchors:• Accelerate (Nicole Forsgren) / 適用: DORA 4メトリクス設計 / 目的: 科学的根拠に基づくメトリクス選定• Observability Engineering (Charity Majors) / 適用: 計測システム実装 / 目的: 信頼性の高いデータ収集• The Lean Startup (Eric Ries) / 適用: Build-Measure-Learn / 目的: 改善サイクルの確立Trigger:Use when measuring team performance, tracking velocity, analyzing lead time, implementing DORA metrics, or building metrics dashboards.metrics, velocity, burndown, lead time, DORA, deployment frequency, change failure rate, MTTR
2026-01-05
scientific-documentation.md
2
1
export
scientific-documentation
2
from
"Bbeierle12/Skill-MCP-Claude"
from
"Bbeierle12/Skill-MCP-Claude"
3
Generate comprehensive scientific research-style documentation for completed coding projects. Use when the user requests project documentation, a technical breakdown, a study paper, a lecture document, or wants to understand everything about a project they just built. Triggers include phrases like "document this project," "create a study paper," "explain everything we did," "write up the full breakdown," "scientific documentation," or "I want to learn from this project." Produces formal Word documents (.docx) with academic structure, beginner-friendly explanations, and exhaustive code analysis.
2026-01-05
video-transcript-analyzer.md
2
1
export
video-transcript-analyzer
2
from
"jeffvincent/claude-config"
from
"jeffvincent/claude-config"
3
Analyze customer interview transcripts (SRT or plain text) to generate thematic breakdowns with summary, quotes, topics, timestamps, and full transcript. Use when given video transcripts or asked to create chapter markers.
2026-01-05
neo4j-cypher.md
2
1
export
neo4j-cypher
2
from
"rayk/lucid-toolkit"
from
"rayk/lucid-toolkit"
3
Expert guidance for Neo4j Cypher queries and MCP server tools. Use when working with mcp__neo4j__ tools for query execution, schema introspection, and graph operations.
2026-01-05
unity-csharp-fundamentals.md
2
1
export
unity-csharp-fundamentals
2
from
"creator-hian/claude-code-plugins"
from
"creator-hian/claude-code-plugins"
3
Unity C# fundamental patterns including TryGetComponent, SerializeField, RequireComponent, and safe coding practices. Essential patterns for robust Unity development. Use PROACTIVELY for any Unity C# code to ensure best practices.
2026-01-05
codex-mcp.md
2
1
export
codex-mcp
2
from
"gosu-code/claude-plugin"
from
"gosu-code/claude-plugin"
3
Use this `codex-mcp` skill to instruct another AI Agent to invoke a tool or execute a workflow on your behalf for the following scenario, 1.When you are requested to invoke a mcp tool that you don't have access (can use `ListMcpResourcesTool` to check) such as `context7`, `github`, `linear`, `jira`; 2.When you are requested to execute a complex workflow that require interacting with multiple mcp tools and bash CLI commands for example `github-project-create-items`, `github-project-list-items` workflows;
2026-01-05
design-production.md
2
1
export
design-production
2
from
"mevans2120/design-suite-claude-skills"
from
"mevans2120/design-suite-claude-skills"
3
Creates production-ready design files, prototypes, and specifications for development teams. Translates validated concepts into detailed, implementable designs with comprehensive specs for developers. Produces Figma files (via API), high-fidelity prototypes, design specifications, and animation files.
2026-01-05
shader-router.md
2
1
export
shader-router
2
from
"Bbeierle12/Skill-MCP-Claude"
from
"Bbeierle12/Skill-MCP-Claude"
3
Decision framework for GLSL shader projects. Routes to specialized shader skills (fundamentals, noise, SDF, effects) based on task requirements. Use when starting a shader project or needing guidance on which shader techniques to combine.
2026-01-05
quality-gates-enforcer.md
2
1
export
quality-gates-enforcer
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Enforces minimum quality thresholds in CI including code coverage, linting, type checking, and security scanning. Provides required checks, PR rules, and automated enforcement. Use for "quality gates", "CI checks", "code quality", or "PR requirements".
2026-01-05
python-core-development.md
2
1
export
python-core-development
2
from
"nekorush14/dotfiles"
from
"nekorush14/dotfiles"
3
Implement Python code with dataclasses, type hints, protocols, error handling, and async programming. Use when designing classes, implementing type safety, handling exceptions, or writing async code.
2026-01-05
react-performance.md
2
1
export
react-performance
2
from
"benaor/claude-config"
from
"benaor/claude-config"
3
React Native performance optimization guide. Use when working on performance issues, optimizing renders, improving startup time, debugging memory leaks, optimizing lists/animations, or analyzing bundle size. Covers profiling, memoization, React Compiler, Concurrent React, state patterns, FlatList optimization, Reanimated, native threading, and bundle optimization.
2026-01-05
fullstory-capture-control.md
2
1
export
fullstory-capture-control
2
from
"fullstorydev/fs-skills"
from
"fullstorydev/fs-skills"
3
Comprehensive guide for implementing Fullstory's Capture Control APIs (shutdown/restart) for web applications. Teaches proper session management, capture pausing, and resource optimization. Includes detailed good/bad examples for performance-sensitive sections, privacy zones, and SPA cleanup to help developers control when Fullstory captures sessions.
2026-01-05
github-actions-ci.md
2
1
export
github-actions-ci
2
from
"MrPointer/dotfiles"
from
"MrPointer/dotfiles"
3
GitHub Actions CI/CD guide for the dotfiles repository. Use when creating or modifying GitHub Actions workflows, adding CI/CD pipelines, setting up build/test automation, configuring matrix builds, working with artifacts, implementing E2E tests in containers, or troubleshooting workflow issues. Covers workflow patterns, security best practices, caching strategies, and multi-platform testing.
2026-01-05
dependency-auditing.md
2
1
export
dependency-auditing
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
依存関係の脆弱性検出、評価、修正計画を体系化するスキル。CVSS評価と修正優先度を整理し、継続的な監査を支援する。Anchors:• CVSS v3.1 Specification / 適用: 重大度評価 / 目的: 優先度の整合性• The Pragmatic Programmer / 適用: 自動化と継続改善 / 目的: 監査の継続性• OWASP Dependency-Check / 適用: 依存監査 / 目的: 脆弱性検出の標準化Trigger:Use when auditing dependencies, evaluating vulnerability reports, prioritizing remediation, or integrating security scans into CI/CD.dependency audit, CVE, GHSA, CVSS, npm audit, pnpm audit, security scanning
2026-01-05
visual-regression-test-setup.md
2
1
export
visual-regression-test-setup
2
from
"Dexploarer/hyper-forge"
from
"Dexploarer/hyper-forge"
3
Sets up visual regression testing using Percy, Chromatic, or Playwright to catch unintended UI changes through screenshot comparison. Use when user asks to "setup visual testing", "add screenshot tests", "prevent visual bugs", or "setup Percy/Chromatic".
2026-01-05
cli-development.md
2
1
export
cli-development
2
from
"pwarnock/liaison-toolkit"
from
"pwarnock/liaison-toolkit"
3
CLI development patterns with Commander.js, argument parsing, and user experience best practices. Use when creating commands, handling options, formatting output, or building CLI tools.
2026-01-05
electron-ui-patterns.md
2
1
export
electron-ui-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ElectronデスクトップアプリケーションのUI実装パターンと設計知識。BrowserWindow管理、ネイティブUI要素、フレームレスウィンドウを提供。Anchors:• Electron API / 適用: BrowserWindow・Menu・Tray / 目的: ネイティブUI実装• Don't Make Me Think / 適用: ウィンドウレイアウト / 目的: ユーザビリティ向上• Electron Security / 適用: preload・contextIsolation / 目的: セキュアなUI実装Trigger:Use when configuring BrowserWindow, implementing custom titlebars, designing native menus, developing system tray apps, or building frameless windows.BrowserWindow, Menu, Tray, frameless window, custom titlebar, native UI
2026-01-05
internal-platform-builder.md
2
1
export
internal-platform-builder
2
from
"Dexploarer/hyper-forge"
from
"Dexploarer/hyper-forge"
3
Design and build internal developer platforms for self-service infrastructure
2026-01-05
building-recommendation-systems.md
2
1
export
building-recommendation-systems
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill empowers Claude to construct recommendation systems using collaborative filtering, content-based filtering, or hybrid approaches. It analyzes user preferences, item features, and interaction data to generate personalized recommendations. Use this skill when the user requests to build a recommendation engine, needs help with collaborative filtering, wants to implement content-based filtering, or seeks to rank items based on relevance for a specific user or group of users. It is triggered by requests involving "recommendations", "collaborative filtering", "content-based filtering", "ranking items", or "building a recommender".
2026-01-05
bounded-context.md
2
1
export
bounded-context
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ドメイン駆動設計における境界付けられたコンテキストの特定、境界定義、コンテキストマップ作成、統合戦略設計を支援するスキル。チーム責務の整理、モデルの分離、連携方式の選定を体系化する。Anchors:• Domain-Driven Design / 適用: 境界設計 / 目的: ドメイン境界の明確化• Implementing Domain-Driven Design / 適用: コンテキストマップ / 目的: 統合パターンの適用• Context Mapping (Brandolini) / 適用: 境界調整 / 目的: チーム間協調の整理Trigger:Use when defining domain boundaries, creating context maps, choosing integration strategies, or clarifying team ownership for services/modules.
2026-01-05