Browse Skills

44969 skills found

plan-analysis.md
2
1 export plan-analysis
2 duc01226 from "duc01226/EasyPlatform"
3 Use when the user provides an implementation plan file and asks to analyze it, assess impact, update specifications, or verify planned changes. Triggers on keywords like "analyze plan", "implementation plan", "assess impact", "update spec from plan", "verify plan".
2026-01-05
validating-csrf-protection.md
2
1 export validating-csrf-protection
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill helps to identify Cross-Site Request Forgery (CSRF) vulnerabilities in web applications. It validates the implementation of CSRF protection mechanisms, such as synchronizer tokens, double-submit cookies, SameSite attributes, and origin validation. Use this skill when you need to analyze your application's security posture against CSRF attacks or when asked to "validate csrf", "check for csrf vulnerabilities", or "test csrf protection".
2026-01-05
llm-evaluation.md
2
1 export llm-evaluation
2 phrazzld from "phrazzld/claude-config"
3 LLM prompt testing, evaluation, and CI/CD quality gates using Promptfoo.Invoke when:- Setting up prompt evaluation or regression testing- Integrating LLM testing into CI/CD pipelines- Configuring security testing (red teaming, jailbreaks)- Comparing prompt or model performance- Building evaluation suites for RAG, factuality, or safetyKeywords: promptfoo, llm evaluation, prompt testing, red team, CI/CD, regression testing
2026-01-05
agent-skill-mapping.md
2
1 export agent-skill-mapping
2 tesla0225 from "tesla0225/claude_skill_repoinit"
3 Skillの割当表(agent -> skills)を作るときのルール集。skill-assigner が mapping を更新するときに参照する。
2026-01-05
bulk-generate-concepts.md
2
1 export bulk-generate-concepts
2 maidevberlin from "maidevberlin/logikids"
3 Use when generating multiple curriculum-aligned concept files in parallel (5+ concepts) - researches curriculum, creates concept list, spawns parallel generation agents, orchestrates review loop until all pass
2026-01-05
testing-requirements.md
2
1 export testing-requirements
2 andyngdz from "andyngdz/exogen_backend"
3 Use when writing tests - test structure, mocking patterns, pre-commit checks
2026-01-05
research-synthesis.md
2
1 export research-synthesis
2 poemswe from "poemswe/co-researcher"
3 Synthesizes research findings into coherent narratives with uncertainty quantification. Use when integrating findings from multiple sources, creating research summaries, drawing conclusions from evidence, or communicating research results. Triggers on phrases like "synthesize", "integrate findings", "what's the conclusion", "summarize research", "overall picture", "bring together".
2026-01-05
session-context.md
2
1 export session-context
2 brianclaridge from "brianclaridge/.claude"
3 Gathers session context for project-analysis agent including git history, recent plans, and pending work detection.
2026-01-05
operation-tracker.md
2
1 export operation-tracker
2 rayk from "rayk/lucid-toolkit"
3 Maintain awareness of operation counts across the conversation to prevent cumulative context exhaustion. Use when you notice multiple operations accumulating or when working on iterative tasks across turns.
2026-01-05
electron-security-hardening.md
2
1 export electron-security-hardening
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Electronデスクトップアプリケーションのセキュリティ強化専門知識。XSS、コードインジェクション、プロセス隔離違反などの脅威から保護。Anchors:• Electron Security / 適用: プロセス隔離・IPC保護 / 目的: 安全なデスクトップアプリ• OWASP / 適用: 脆弱性評価・脅威モデリング / 目的: 継続的なセキュリティ監査• Content Security Policy / 適用: CSP実装 / 目的: XSS防御とリソース制限Trigger:Use when implementing Electron security hardening, configuring CSP, designing secure IPC channels, conducting security audits, managing vulnerabilities, or implementing sandboxing.electron security, CSP, IPC protection, context isolation, sandbox, preload
2026-01-05
creating-research-packages.md
2
1 export creating-research-packages
2 cipherstash from "cipherstash/cipherpowers"
3 Document complex domain knowledge as self-contained packages with multiple reading paths
2026-01-05
validate-localization-coverage.md
2
1 export validate-localization-coverage
2 ericfitz from "ericfitz/tmi-ux"
3 Generate a coverage report for all localization files using the project's check-i18n tool. Use when auditing translation completeness or identifying languages needing attention.
2026-01-05
changelog-updater.md
2
1 export changelog-updater
2 phamhung075 from "phamhung075/4genthub-hooks"
3 Update CHANGELOG.md and TEST-CHANGELOG.md with new entries following Keep a Changelog format and token optimization principles. Use when adding changes to the changelog, documenting new features, fixes, or optimizations.
2026-01-05
unity-collection-pool.md
2
1 export unity-collection-pool
2 creator-hian from "creator-hian/claude-code-plugins"
3 Unity Collection Pool expert for GC-free collection management using ListPool, DictionaryPool, HashSetPool, and ObjectPool. Masters memory optimization, pool sizing, and allocation-free patterns. Use PROACTIVELY for collection allocations, GC pressure reduction, temporary list/dictionary usage, or performance-critical code paths.
2026-01-05
sensor-health.md
2
1 export sensor-health
2 refractionPOINT from "refractionPOINT/documentation"
3 Generate comprehensive sensor health and status reports across all LimaCharlie organizations. Use when users ask about sensor connectivity, data availability, offline sensors, sensors not reporting events, or fleet-wide health queries (e.g., "show me sensors online but not sending data", "list sensors offline for 7 days across all orgs").
2026-01-05
functional-testing.md
2
1 export functional-testing
2 thrawn01 from "thrawn01/claude-dotfiles"
3 Write functional tests that test public interfaces only (HTTP APIs via requests, libraries via exported functions, CLIs via command execution). Never test internal functions directly. Expose observability APIs for internal behavior testing.
2026-01-05
concurrency.md
2
1 export concurrency
2 cosmix from "cosmix/claude-code-setup"
3 Comprehensive concurrency and parallelism patterns for multi-threaded and async programming. Use when implementing async/await, parallel processing, thread safety, worker pools, or debugging race conditions and deadlocks. Triggers: async, await, concurrent, parallel, threads, race condition, deadlock, mutex, semaphore, worker pool, queue.
2026-01-05
rbac-implementation.md
2
1 export rbac-implementation
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ロールベースアクセス制御(RBAC)の設計と実装パターンを提供するスキル。最小権限の原則に基づくロール体系設計、多層アクセス制御、権限チェックロジック、ポリシーエンジン構築を支援。Anchors:• 『Web Application Security』(Hoffman)/ 適用: アクセス制御設計 / 目的: セキュアな権限実装• NIST RBAC Model / 適用: ロール階層設計 / 目的: 標準準拠の権限モデル• OWASP Access Control Cheat Sheet / 適用: 実装パターン / 目的: セキュリティベストプラクティスTrigger:Use when designing role-based access control, implementing permission checks, building policy engines, or setting up multi-layer authorization.rbac, role, permission, authorization, access control, policy, middleware, least privilege
2026-01-05
fuzzing-apis.md
2
1 export fuzzing-apis
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to perform automated fuzz testing on APIs to discover vulnerabilities, crashes, and unexpected behavior. It leverages malformed inputs, boundary values, and random payloads to generate comprehensive fuzz test suites. Use this skill when you need to identify potential SQL injection, XSS, command injection vulnerabilities, input validation failures, and edge cases in APIs. Trigger this skill by requesting fuzz testing, vulnerability scanning, or security analysis of an API. The skill is invoked using the `/fuzz-api` command.
2026-01-05
ultrathink.md
2
1 export ultrathink
2 dashed from "dashed/claude-marketplace"
3 Invoke deep sequential thinking for complex problem-solving. Use when the user says 'use ultrathink', 'ultrathink', or when tackling problems that require careful step-by-step reasoning, planning, hypothesis generation, or multi-step analysis.
2026-01-05
dependency-vulnerability-triage.md
2
1 export dependency-vulnerability-triage
2 patricio0312rev from "patricio0312rev/skillset"
3 Turns npm audit/Snyk results into prioritized patch plans with severity assessment, safe upgrade paths, breaking change analysis, and rollback strategies. Use for "dependency security", "vulnerability patching", "npm audit", or "security updates".
2026-01-05
tracking-model-versions.md
2
1 export tracking-model-versions
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to track and manage AI/ML model versions using the model-versioning-tracker plugin. It should be used when the user asks to manage model versions, track model lineage, log model performance, or implement version control for AI/ML models. Use this skill when the user mentions "track versions", "model registry", "MLflow", or requests assistance with AI/ML model deployment and management. This skill facilitates the implementation of best practices for model versioning, automation of model workflows, and performance optimization.
2026-01-05
easyplatform-backend.md
2
1 export easyplatform-backend
2 duc01226 from "duc01226/EasyPlatform"
3 Complete Easy.Platform backend development. Covers CQRS commands/queries, entities, validation, migrations, background jobs, and message bus. Use for any .NET backend task in this monorepo.
2026-01-05
review-output-format.md
2
1 export review-output-format
2 Ryo-cool from "Ryo-cool/Nature-Spots"
3 コードレビュー結果の出力フォーマットを定義。重要度レベル、出力構造、GitHubコメント形式のMarkdownテンプレートを提供します。
2026-01-05