Browse Skills
44969 skills found
integrative-dmr-deg.md
2
1
export
integrative-dmr-deg
2
from
"BIsnake2001/ChromSkills"
from
"BIsnake2001/ChromSkills"
3
This skill performs correlation analysis between differential methylation and differential gene expression, identifying genes with coordinated epigenetic regulation. It provides preprocessing and integration workflows, using promoter-level methylation–expression relationships.
2026-01-05
type-safety-mastery.md
2
1
export
type-safety-mastery
2
from
"andyngdz/exogen_backend"
from
"andyngdz/exogen_backend"
3
Master type safety patterns - fix type errors at source, never use type: ignore or any, prefer Pydantic models, use type stubs for external libraries
2026-01-05
performing-visual-regression-testing.md
2
1
export
performing-visual-regression-testing
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to execute visual regression tests using tools like Percy, Chromatic, and BackstopJS. It captures screenshots, compares them against baselines, and analyzes visual differences to identify unintended UI changes. Use this skill when the user requests visual testing, UI change verification, or regression testing for a web application or component. Trigger phrases include "visual test," "UI regression," "check visual changes," or "/visual-test".
2026-01-05
never-guess.md
2
1
export
never-guess
2
from
"rayk/lucid-toolkit"
from
"rayk/lucid-toolkit"
3
Behavioral principle ensuring Claude never guesses when uncertain. Use when Claude's response involves facts it cannot verify, technical claims, or any statement where accuracy matters. Complements resolve-ambiguity skill.
2026-01-05
dspy-finetune-bootstrap.md
2
1
export
dspy-finetune-bootstrap
2
from
"OmidZamani/dspy-skills"
from
"OmidZamani/dspy-skills"
3
Fine-tune LLM weights using DSPy's BootstrapFinetune optimizer
2026-01-05
form-patterns.md
2
1
export
form-patterns
2
from
"emanueleielo/deepagents-open-lovable"
from
"emanueleielo/deepagents-open-lovable"
3
Form handling with React Hook Form and Zod validation
2026-01-05
static-analysis.md
2
1
export
static-analysis
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
静的コード解析と品質メトリクスの設定、複雑度評価、Code Smell検出を支援するスキル。品質基準の策定から改善優先度付けまでを一貫して整理する。Anchors:• Clean Code / 適用: 品質基準 / 目的: コード品質の判定• Code Complete / 適用: 複雑度管理 / 目的: 認知負荷の低減Trigger:Use when configuring static analysis, defining quality gates, measuring complexity, or triaging code smells.static analysis, complexity metrics, code smells, quality gate
2026-01-05
file-to-base64.md
2
1
export
file-to-base64
2
from
"WavingCatApps/freeagent-mcp-vercel"
from
"WavingCatApps/freeagent-mcp-vercel"
3
Convert files (PDF, images) to Base64 encoding with MIME type detection for API attachments. Use when you need to prepare file attachments for the FreeAgent API or any other API that requires Base64-encoded files.
2026-01-05
daem0nmcp-protocol.md
2
1
export
daem0nmcp-protocol
2
from
"DasBluEyedDevil/Daem0n-MCP"
from
"DasBluEyedDevil/Daem0n-MCP"
3
Use when Daem0nMCP tools are available - enforces the sacred covenant (commune at session start, seek counsel before changes, inscribe decisions, seal outcomes)
2026-01-05
plugin-auditor.md
2
1
export
plugin-auditor
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Automatically audits Claude Code plugins for security vulnerabilities, best practices, CLAUDE.md compliance, and quality standards when user mentions audit plugin, security review, or best practices check. Specific to claude-code-plugins repository standards.
2026-01-05
git-new-worktree.md
2
1
export
git-new-worktree
2
from
"regenrek/agent-skills"
from
"regenrek/agent-skills"
3
Create a new git worktree and branch using the local `git new` command. Use when asked to create a worktree from a name, set upstream via git new, cd into the new directory, and summarize what was created.
2026-01-05
image-workflows.md
2
1
export
image-workflows
2
from
"TeamFlojo/FloImg"
from
"TeamFlojo/FloImg"
3
Create and execute image workflows using floimg. Use when the user needs to generate AI images, transform existing images (resize, caption, filters), or create multi-step pipelines. Also handles charts, diagrams, QR codes, and screenshots. Trigger words: image, picture, photo, illustration, hero, thumbnail, resize, transform, caption, watermark, generate, AI, DALL-E, chart, diagram, QR, screenshot.
2026-01-05
carmenta-copy.md
2
1
export
carmenta-copy
2
from
"carmentacollective/carmenta"
from
"carmentacollective/carmenta"
3
Invoke for Carmenta user-facing copy and voice review
2026-01-05
web-design.md
2
1
export
web-design
2
from
"mpazaryna/claude-toolkit"
from
"mpazaryna/claude-toolkit"
3
Web/CSS implementation patterns for building polished frontends. Use when implementing designs in HTML/CSS, building components, or creating responsive web interfaces.
2026-01-05
planning-disaster-recovery.md
2
1
export
planning-disaster-recovery
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to plan and implement disaster recovery (DR) procedures. It generates configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests assistance with disaster recovery planning, business continuity, or related DevOps tasks. Trigger this skill when the user mentions "disaster recovery", "DR plan", "business continuity", or requests help with setting up a recovery strategy. It provides production-ready configurations, implements best practices, and supports multi-platform environments.
2026-01-05
file-watcher-security.md
2
1
export
file-watcher-security
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ファイル監視システムのセキュリティ対策を実装するスキル。パストラバーサル・シンボリックリンク攻撃の防止、最小権限の原則に基づく権限管理、多層防御アーキテクチャを設計・実装。Anchors:• Threat Modeling(Adam Shostack) / 適用: STRIDEモデル / 目的: 脅威の体系的分類• Web Application Security(Andrew Hoffman) / 適用: 入力検証 / 目的: パストラバーサル対策• OWASP Cheat Sheet / 適用: 防御パターン / 目的: 実装レベルのセキュリティTrigger:Use when implementing file watcher security, preventing path traversal attacks, detecting symbolic link attacks, designing access control, or conducting security audits.
2026-01-05
performing-security-testing.md
2
1
export
performing-security-testing
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill automates security vulnerability testing. It is triggered when the user requests security assessments, penetration tests, or vulnerability scans. The skill covers OWASP Top 10 vulnerabilities, SQL injection, XSS, CSRF, authentication issues, and authorization flaws. Use this skill when the user mentions "security test", "vulnerability scan", "OWASP", "SQL injection", "XSS", "CSRF", "authentication", or "authorization" in the context of application or API testing.
2026-01-05
mcs-control.md
2
1
export
mcs-control
2
from
"cv/mcs"
from
"cv/mcs"
3
Control vehicle with natural language. Use when user wants to warm up/cool down the car, lock/unlock doors, start/stop engine, check battery/fuel/location/status, or control charging. Translates phrases like "warm up the car" into mcs CLI commands.
2026-01-05
polar-integration-validator.md
2
1
export
polar-integration-validator
2
from
"hirefrank/hirefrank-marketplace"
from
"hirefrank/hirefrank-marketplace"
3
Autonomous validation of Polar.sh billing integration. Checks webhook endpoints, signature verification, subscription middleware, and environment configuration.
2026-01-05
search.md
2
1
export
search
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Elasticsearch and full-text search implementation. Use when implementing search functionality, autocomplete, faceted search, relevance tuning, or working with search indexes. Keywords: elasticsearch, search, full-text, indexing, relevance, facets, autocomplete, analyzers, synonyms, aggregations.
2026-01-05
skill-builder.md
2
1
export
skill-builder
2
from
"rayk/lucid-toolkit"
from
"rayk/lucid-toolkit"
3
Expert guidance for creating, writing, building, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure, progressive disclosure, workflows, validation patterns, and XML formatting.
2026-01-05
event-driven-file-watching.md
2
1
export
event-driven-file-watching
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Chokidarライブラリを中心としたファイルシステム監視の専門スキル。Observer Patternによる効率的なファイル変更検知、クロスプラットフォーム対応、EventEmitterによる疎結合な通知システムを設計・実装する。Anchors:• Node.js EventEmitter / 適用: イベント駆動設計 / 目的: 疎結合な通知メカニズム• Chokidar Documentation / 適用: ファイル監視設定 / 目的: クロスプラットフォーム監視• Observer Pattern (GoF) / 適用: イベント通知設計 / 目的: 変更検知と通知の分離Trigger:Use when implementing file system watching, Chokidar configuration, file change detection, or event-based file monitoring systems.file watching, chokidar, fs watch, file change, event emitter, observer pattern, hot reload
2026-01-05
docker-containerization.md
2
1
export
docker-containerization
2
from
"Jackneill/spz"
from
"Jackneill/spz"
3
This skill should be used when containerizing applications with Docker, creating Dockerfiles, docker-compose configurations, or deploying containers to various platforms. Ideal for Next.js, React, Node.js applications requiring containerization for development, production, or CI/CD pipelines. Use this skill when users need Docker configurations, multi-stage builds, container orchestration, or deployment to Kubernetes, ECS, Cloud Run, etc.
2026-01-05
changelog-generator.md
2
1
export
changelog-generator
2
from
"kbrdn1/dotfiles"
from
"kbrdn1/dotfiles"
3
Generate comprehensive changelogs from Git history with dual formats (client-accessible and technical) including working days calculation, feature consolidation, GitHub enrichment, and automated client-friendly translation
2026-01-05