Browse Skills
44969 skills found
analyzing-system-throughput.md
2
1
export
analyzing-system-throughput
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to analyze and optimize system throughput. It is triggered when the user requests throughput analysis, performance improvements, or bottleneck identification. The skill uses the `throughput-analyzer` plugin to assess request throughput, data throughput, concurrency limits, queue processing, and resource saturation. Use this skill when the user mentions "analyze throughput", "optimize performance", "identify bottlenecks", or asks about system capacity. It helps determine limiting factors and evaluate scaling strategies.
2026-01-05
mcp-integrator.md
2
1
export
mcp-integrator
2
from
"sjnims/plugin-forge"
from
"sjnims/plugin-forge"
3
Integrate Model Context Protocol (MCP) servers into Claude Code plugins to connect external tools and services. Use when adding MCP servers, integrating external tools, or connecting APIs to plugins.
2026-01-05
motif-scanning.md
2
1
export
motif-scanning
2
from
"BIsnake2001/ChromSkills"
from
"BIsnake2001/ChromSkills"
3
This skill identifies the locations of known transcription factor (TF) binding motifs within genomic regions such as ChIP-seq or ATAC-seq peaks. It utilizes HOMER to search for specific sequence motifs defined by position-specific scoring matrices (PSSMs) from known motif databases. Use this skill when you need to detect the presence and precise genomic coordinates of known TF binding motifs within experimentally defined regions such as ChIP-seq or ATAC-seq peaks.
2026-01-05
recursive-knowledge.md
2
1
export
recursive-knowledge
2
from
"Cornjebus/rlm-replication-study"
from
"Cornjebus/rlm-replication-study"
3
Process large document corpora (1000+ docs, millions of tokens) through knowledge graph construction and stateful multi-hop reasoning. Use when (1) User provides a large corpus exceeding context limits, (2) Questions require connections across multiple documents, (3) Multi-hop reasoning needed for complex queries, (4) User wants persistent queryable knowledge from documents. Replaces brute-force document stuffing with intelligent graph traversal.
2026-01-05
performing-penetration-testing.md
2
1
export
performing-penetration-testing
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables automated penetration testing of web applications. It uses the penetration-tester plugin to identify vulnerabilities, including OWASP Top 10 threats, and suggests exploitation techniques. Use this skill when the user requests a "penetration test", "pentest", "vulnerability assessment", or asks to "exploit" a web application. It provides comprehensive reporting on identified security flaws.
2026-01-05
managing-autonomous-development.md
2
1
export
managing-autonomous-development
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Enables Claude to manage Sugar's autonomous development workflows. It allows Claude to create tasks, view the status of the system, review pending tasks, and start autonomous execution mode. Use this skill when the user asks to create a new development task using `/sugar-task`, check the system status with `/sugar-status`, review pending tasks via `/sugar-review`, or initiate autonomous development using `/sugar-run`. It provides a comprehensive interface for interacting with the Sugar autonomous development system.
2026-01-05
dual-verification.md
2
1
export
dual-verification
2
from
"cipherstash/cipherpowers"
from
"cipherstash/cipherpowers"
3
Use two independent agents for reviews or research, then collate findings to identify common findings, unique insights, and divergences
2026-01-05
validate-translation.md
2
1
export
validate-translation
2
from
"ericfitz/tmi-ux"
from
"ericfitz/tmi-ux"
3
Validate that a translation is acceptable by checking placeholder preservation, length, encoding, and common errors. Use when reviewing translations or validating i18n file updates.
2026-01-05
zellij.md
2
1
export
zellij
2
from
"dashed/claude-marketplace"
from
"dashed/claude-marketplace"
3
Terminal workspace and multiplexer for interactive CLI sessions. Use when managing terminal sessions, running interactive REPLs, debugging applications, automating terminal workflows, or when user mentions zellij, terminal multiplexer, floating panes, or session layouts. Simpler alternative to tmux with native session management.
2026-01-05
editing-hugo-documentation.md
2
1
export
editing-hugo-documentation
2
from
"RogueRope/docs"
from
"RogueRope/docs"
3
Senior editorial review for Hugo documentation sites. Performs comprehensive content audits including structure analysis, quality checks, consistency validation, information architecture review, frontmatter validation, and link integrity. Use when auditing content structure, reviewing sections for editorial quality, getting an overview of site content, checking consistency across docs, identifying gaps or redundancy, or validating information flow.
2026-01-05
refactoring-patterns.md
2
1
export
refactoring-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
設計パターンを用いた段階的リファクタリングの判断・計画・適用・検証を支援するスキル。変化点の見極めとテスト保護を前提に、過剰な抽象化を避けて構造改善を進める。Anchors:• Refactoring to Patterns (Joshua Kerievsky) / 適用: パターン導入手順 / 目的: 段階的移行• Design Patterns (GoF) / 適用: パターン選定 / 目的: 責務分離と拡張性• Working Effectively with Legacy Code (Michael Feathers) / 適用: レガシー安全性 / 目的: 変更の安全確保Trigger:Use when refactoring legacy or complex code by introducing design patterns incrementally while preserving behavior.refactoring patterns, design patterns, legacy code, strategy pattern, adapter pattern, template method, factory
2026-01-05
go-nil-map.md
2
1
export
go-nil-map
2
from
"JamesPrial/claudefiles"
from
"JamesPrial/claudefiles"
3
Map nil safety - read OK, write panics
2026-01-05
agent-architecture-patterns.md
2
1
export
agent-architecture-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
マービン・ミンスキーの『心の社会』に基づくエージェントアーキテクチャパターンと設計原則を適用し、単一責任、創発的複雑性、階層的組織化により、効果的なマルチエージェントシステムを設計します。Anchors:• Clean Architecture(Robert C. Martin) / 適用: 依存関係ルール、レイヤー境界設計 / 目的: エージェント間通信の脆弱性排除• マービン・ミンスキー『心の社会』/ 適用: 創発的複雑性、階層的統合 / 目的: エージェント組織原理• オーケストレーター・ワーカー、ハブアンドスポーク、パイプライン、ステートマシンパターン / 適用: マルチエージェント協調設計 / 目的: アーキテクチャ選択ガイダンスTrigger:新しいエージェント設計、マルチエージェントシステム構造化、エージェント協調パターン選択、既存アーキテクチャのリファクタリング時に使用します。
2026-01-05
analyzing-dependencies.md
2
1
export
analyzing-dependencies
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill analyzes project dependencies for security vulnerabilities, outdated packages, and license compliance issues. It helps identify potential risks in your project's dependencies using the dependency-checker plugin. Use this skill when you need to check dependencies for vulnerabilities, identify outdated packages that need updates, or ensure license compatibility. Trigger phrases include "check dependencies", "dependency check", "find vulnerabilities", "scan for outdated packages", "/depcheck", and "license compliance". This skill supports npm, pip, composer, gem, and go modules projects.
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
times-square-integration.md
2
1
export
times-square-integration
2
from
"lsst-sqre/squareone"
from
"lsst-sqre/squareone"
3
Times Square notebook execution system integration patterns. Use this skill when working with Times Square pages, implementing SSE updates, handling URL parameters, setting up GitHub PR previews, or working with the Times Square API. Covers context providers, data fetching hooks, mock API endpoints, and page routing patterns.
2026-01-05
context-setter.md
2
1
export
context-setter
2
from
"j-greig/claude-skills"
from
"j-greig/claude-skills"
3
Generate comprehensive context-setting markdown files for coding tasks by intelligently exploring codebase and structuring work with ROLE, CONSTRAINTS, STYLE, file reading order, and structured tasks. Use proactively when the user is starting a complex dev task requiring multiple steps or file reads.
2026-01-05
optimizing-database-connection-pooling.md
2
1
export
optimizing-database-connection-pooling
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill optimizes database connection pooling for enhanced performance and resource management. It is activated when the user requests assistance with connection pooling, database performance tuning, or connection lifecycle management. Use this skill to implement and configure connection pools in various programming languages, identify optimal pool settings, and troubleshoot common connection-related issues. The skill is triggered by phrases like "connection pooling," "optimize database connections," or "improve database performance with connection pool."
2026-01-05
resource-oriented-api.md
2
1
export
resource-oriented-api
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
MCPのリソース指向API設計パターンを提供。URIスキーム設計、リソースモデル定義、プロバイダー実装、キャッシュ戦略、リソース変換パターンを網羅する。Anchors:• RESTful Web APIs (Leonard Richardson) / 適用: リソース設計・URI設計 / 目的: REST原則の適用• MCP Resource Protocol / 適用: リソースプロバイダー実装 / 目的: MCP仕様準拠Trigger:Use when designing MCP resources, implementing resource providers, or defining URI schemes.MCP resource, resource provider, URI scheme, リソース定義, リソースモデル, API設計
2026-01-05
jbct.md
2
1
export
jbct
2
from
"siy/jbct-cli"
from
"siy/jbct-cli"
3
Java Backend Coding Technology skill for designing, implementing, and reviewing functional Java backend code. Use when working with Result, Option, Promise types, value objects, use cases, or when asked about JBCT patterns, monadic composition, parse-don't-validate, structural patterns (Leaf, Sequencer, Fork-Join), or functional Java backend architecture.
2026-01-05
pdf-analysis.md
2
1
export
pdf-analysis
2
from
"bahayonghang/wechat-content-writer"
from
"bahayonghang/wechat-content-writer"
3
This skill should be used when the user asks to "解析PDF", "解读文档", "分析PDF文件", "PDF解读", "extract content from PDF", "analyze PDF document", "parse academic paper", or provides a PDF file path for content extraction and analysis. Provides comprehensive PDF document analysis and content extraction capabilities for WeChat content creation.
2026-01-05
multiplayer-building.md
2
1
export
multiplayer-building
2
from
"Bbeierle12/Skill-MCP-Claude"
from
"Bbeierle12/Skill-MCP-Claude"
3
Networking systems for multiplayer building games. Use when implementing networked construction, delta synchronization, client prediction, or conflict resolution. Server-authoritative model with optimistic client prediction for responsive gameplay.
2026-01-05
slo-sli-design.md
2
1
export
slo-sli-design
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
SLO(Service Level Objective)とSLI(Service Level Indicator)の設計、エラーバジェット管理、信頼性目標の策定を支援するスキル。Googleの SRE プラクティスに基づき、適切な信頼性目標を設計する。Anchors:• Site Reliability Engineering (Google) / 適用: SLO/SLI設計原則 / 目的: 信頼性目標の最適化• The Site Reliability Workbook (Google) / 適用: 実践的なSLO実装 / 目的: 運用可能なSLO設計• Implementing Service Level Objectives (Hidalgo) / 適用: SLO成熟度モデル / 目的: 段階的導入Trigger:Use when designing SLOs, defining SLIs, calculating error budgets, or establishing reliability targets.SLO design, SLI definition, error budget, reliability target, service level objective
2026-01-05
bam-filtration.md
2
1
export
bam-filtration
2
from
"BIsnake2001/ChromSkills"
from
"BIsnake2001/ChromSkills"
3
Performs data cleaning and removal operations. This skill takes a raw BAM and creates a new, "clean" BAM file by actively removing artifacts: mitochondrial reads, blacklisted regions, PCR duplicates, and unmapped reads. Use this skill to "clean," "filter," or "remove bad reads" from a dataset. This is a prerequisite step before peak calling. Do NOT use this skill if you only want to view statistics without modifying the file.
2026-01-05