Browse Skills
44969 skills found
design-concepts.md
2
1
export
design-concepts
2
from
"mevans2120/design-suite-claude-skills"
from
"mevans2120/design-suite-claude-skills"
3
Creates conceptual designs that illustrate design strategy and approach. Leverages research insights and design briefs to develop UI concepts, mood boards, and interactive prototypes. Translates strategic direction into visual design explorations that communicate intent and gather feedback.
2026-01-05
tmux.md
2
1
export
tmux
2
from
"tizee/dotfiles"
from
"tizee/dotfiles"
3
Remote control tmux sessions for interactive CLIs by sending keystrokes and scraping output.
2026-01-05
fact-checker.md
2
1
export
fact-checker
2
from
"warpcode/dotfiles"
from
"warpcode/dotfiles"
3
Validate changes for factual accuracy, completeness, and intent preservation without modifications. Scope: fact-checking, verifying refactors, validating imports, checking rewrites, comparing versions, reviewing documentation changes. Triggers: "fact-check", "verify", "validate", "compare versions".
2026-01-05
scanning-for-xss-vulnerabilities.md
2
1
export
scanning-for-xss-vulnerabilities
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to automatically scan for XSS (Cross-Site Scripting) vulnerabilities in code. It is triggered when the user requests to "scan for XSS vulnerabilities", "check for XSS", or uses the command "/xss". The skill identifies reflected, stored, and DOM-based XSS vulnerabilities. It analyzes HTML, JavaScript, CSS, and URL contexts to detect potential exploits and suggests safe proof-of-concept payloads. This skill is best used during code review, security audits, and before deploying web applications to production.
2026-01-05
testing-strategist.md
2
1
export
testing-strategist
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Design and implement comprehensive testing strategies. Use when setting up tests, choosing test types, implementing TDD, or improving code quality. Covers unit tests, integration tests, E2E tests, test-driven development, and testing best practices.
2026-01-05
docker.md
2
1
export
docker
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Creates and optimizes Docker configurations including Dockerfiles, docker-compose files, and container orchestration. Trigger keywords: docker, dockerfile, container, image, docker-compose, containerize, build image.
2026-01-05
etl-sync-job-builder.md
2
1
export
etl-sync-job-builder
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Designs reliable ETL and data synchronization jobs with incremental updates, idempotency guarantees, watermark tracking, error handling, and retry logic. Use for "ETL jobs", "data sync", "incremental sync", or "data pipeline".
2026-01-05
encrypting-and-decrypting-data.md
2
1
export
encrypting-and-decrypting-data
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to encrypt and decrypt data using various algorithms provided by the encryption-tool plugin. It should be used when the user requests to "encrypt data", "decrypt a file", "generate an encrypted file", or needs to secure sensitive information. This skill supports various encryption methods and ensures data confidentiality. It is triggered by requests related to data encryption, decryption, or general data security needs.
2026-01-05
code-review.md
2
1
export
code-review
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when reviewing code changes, pull requests, or performing refactoring analysis with focus on patterns, security, and performance.
2026-01-05
forensic-data-engineer.md
2
1
export
forensic-data-engineer
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Expert in data forensics, anomaly detection, audit trail analysis, fraud detection, and breach investigation
2026-01-05
using-tmux.md
2
1
export
using-tmux
2
from
"HTRamsey/claude-config"
from
"HTRamsey/claude-config"
3
Control interactive CLI tools that require a real terminal via tmux send-keys. Use for git rebase -i, git add -p, vim, nano, Python/Node REPLs, or any command that hangs waiting for terminal input.
2026-01-05
emacs-keybind-check.md
2
1
export
emacs-keybind-check
2
from
"sleepyeye/.emacs.d"
from
"sleepyeye/.emacs.d"
3
Emacs 키바인딩을 검사하고 분석합니다. 키 충돌 확인, 특정 키에 바인딩된 명령 찾기, 명령에 할당된 키 검색에 사용합니다. "키바인딩", "키맵", "단축키", "keybind", "충돌" 등의 키워드에 활성화됩니다.
2026-01-05
documentation-architecture.md
2
1
export
documentation-architecture
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ドキュメント構造設計・リソース分割・階層設計を専門とするスキル。500行制約に基づく適切なファイル分割とトピックベース組織化により、保守性と発見可能性の高いドキュメントアーキテクチャを実現する。Anchors:• Information Architecture (Rosenfeld/Morville) / 適用: 情報組織化パターン / 目的: 発見可能性向上• Clean Architecture (Robert C. Martin) / 適用: 依存関係ルール / 目的: 責任分離設計• The Pragmatic Programmer (Hunt/Thomas) / 適用: DRY原則 / 目的: 重複回避Trigger:Use when designing documentation structure, splitting large files over 500 lines, organizing resources with topic-based structure, improving discoverability, or establishing naming conventions.documentation structure, file splitting, directory organization, hierarchy design, naming conventions, 500-line constraint
2026-01-05
managing-database-sharding.md
2
1
export
managing-database-sharding
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill assists with managing database sharding strategies. It is activated when the user needs to implement horizontal database sharding to scale beyond single-server limitations. The skill supports designing sharding strategies, distributing data across multiple database instances, and implementing consistent hashing, automatic rebalancing, and cross-shard query coordination. Use this skill when the user mentions "database sharding", "sharding implementation", "scale database", or "horizontal partitioning". The plugin helps design and implement sharding for high-scale applications.
2026-01-05
go-test.md
2
1
export
go-test
2
from
"Tencent/awesome-devbuddy"
from
"Tencent/awesome-devbuddy"
3
Go语言单元测试专家,帮助生成测试代码、运行测试、生成覆盖率报告,支持ARM64架构自适应
2026-01-05
requirement-analyzer.md
2
1
export
requirement-analyzer
2
from
"masanao-ohba/claude-manifests"
from
"masanao-ohba/claude-manifests"
3
Extends generic requirement analysis with PHP/CakePHP specific considerations and technical mappings
2026-01-05
prettier-integration.md
2
1
export
prettier-integration
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ESLintとPrettierの統合とフォーマット自動化の専門知識を提供します。責務分離、競合解決、エディタ統合、保存時自動実行を設計します。Anchors:• The Pragmatic Programmer (Hunt, Thomas) / 適用: 実践的改善アプローチ、自動化の価値判断 / 目的: ツール統合の最適化指針• Prettier公式ドキュメント / 適用: 設定オプション選択、デフォルト値理解 / 目的: opinionatedツールの適切な活用• ESLint + Prettier統合ガイド / 適用: 責務分離、競合回避パターン / 目的: 適切な統合設計Trigger:Use when setting up Prettier with ESLint, resolving formatting conflicts, configuring editor integration, or implementing automated formatting workflows.prettier integration, eslint prettier conflict, code formatting setup, auto format on save, prettier eslint setup, formatting automation
2026-01-05
threat-report-evaluation.md
2
1
export
threat-report-evaluation
2
from
"refractionPOINT/documentation"
from
"refractionPOINT/documentation"
3
Evaluate threat reports, breach analyses, and IOC reports to search for compromise indicators across LimaCharlie organizations. Extract IOCs (hashes, domains, IPs, file paths), perform IOC searches, identify malicious behaviors, generate LCQL queries, create D&R rules and lookups. Use when investigating threats, APT reports, malware analysis, breach postmortems, or threat intelligence feeds. Emphasizes working ONLY with data from the report and organization, never making assumptions.
2026-01-05
delegate-first.md
2
1
export
delegate-first
2
from
"rayk/lucid-toolkit"
from
"rayk/lucid-toolkit"
3
Behavioral principle for context preservation through strategic delegation. Use when starting multi-step operations, uncertain about scope, or when direct execution might exhaust context. Complements never-guess and resolve-ambiguity skills.
2026-01-05
using-git-worktrees.md
2
1
export
using-git-worktrees
2
from
"Bbeierle12/Skill-MCP-Claude"
from
"Bbeierle12/Skill-MCP-Claude"
3
Use when starting new feature work to create isolated git worktrees with smart directory selection and safety verification. Keeps main branch clean while developing.
2026-01-05
write.md
2
1
export
write
2
from
"waynesutton/waynesutton-ai"
from
"waynesutton/waynesutton-ai"
3
Expert writing for technical content, social media, and developer documentation. Use when asked to write tweets, LinkedIn posts, blog posts, READMEs, commit messages, feature announcements, or any written content. Optimized to avoid AI detection patterns.
2026-01-05
yatl-tasks.md
2
1
export
yatl-tasks
2
from
"brianm/yatl"
from
"brianm/yatl"
3
Track multi-session work with dependencies using yatl (Yet Another Task List). Use when work spans multiple sessions, has dependencies, or requires persistent context across compaction cycles. For simple single-session linear tasks, TodoWrite remains appropriate.
2026-01-05
naming-conventions.md
2
1
export
naming-conventions
2
from
"phrazzld/claude-config"
from
"phrazzld/claude-config"
3
Apply universal naming principles: avoid Manager/Helper/Util, use intention-revealing names, domain language, verb+noun functions. Use when naming variables, functions, classes, reviewing names, or refactoring for clarity. Language-agnostic principles.
2026-01-05
github-speckit-tester.md
2
1
export
github-speckit-tester
2
from
"panchal-ravi/ai-iac-consumer-template"
from
"panchal-ravi/ai-iac-consumer-template"
3
Test harness for executing Speckit workflows non-interactively using subagents. Use when you need to test the complete Speckit pipeline (Phase 0 → Phase 3) or individual phases, validate artifact generation across all commands, automate testing of specification-to-implementation workflows, or verify cross-phase consistency. This skill orchestrates the execution of all Speckit commands in order without user intervention.
2026-01-05