Browse Skills
18175 skills found
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
secure-headers-csp-builder.md
2
1
export
secure-headers-csp-builder
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Implements security headers and Content Security Policy with safe rollout strategy (report-only → enforce), testing, and compatibility checks. Use for "security headers", "CSP", "HTTP headers", or "XSS protection".
2026-01-05
artifact-management.md
2
1
export
artifact-management
2
from
"pluginagentmarketplace/custom-plugin-devops"
from
"pluginagentmarketplace/custom-plugin-devops"
3
Artifact repositories with Nexus, Artifactory, and container registries for build artifact storage
2026-01-05
database-normalization.md
2
1
export
database-normalization
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
正規化設計の要件整理、正規形判定、非正規化判断を体系化するスキル。1NF〜5NFの適用とパフォーマンス要件のトレードオフを整理する。Anchors:• データベース実践講義 / 適用: 正規化理論 / 目的: 正規形の判断基準を明確化• Designing Data-Intensive Applications / 適用: データモデリング / 目的: 性能と一貫性の整理• Database Reliability Engineering / 適用: 運用設計 / 目的: 変更の安全性担保Trigger:Use when evaluating normalization levels, designing relational schemas, documenting denormalization decisions, or reviewing schema trade-offs.database normalization, 1nf 2nf 3nf, schema review, denormalization decision
2026-01-05
unity-textmeshpro.md
2
1
export
unity-textmeshpro
2
from
"creator-hian/claude-code-plugins"
from
"creator-hian/claude-code-plugins"
3
TextMeshPro (TMPro) expert for Unity text rendering with advanced typography, performance optimization, and professional text effects. Masters font asset creation, dynamic fonts, rich text formatting, material presets, and text mesh optimization. Use PROACTIVELY for text rendering, font management, localization text, UI text performance, or text effects implementation.
2026-01-05
plugin-builder.md
2
1
export
plugin-builder
2
from
"Dexploarer/hyper-forge"
from
"Dexploarer/hyper-forge"
3
Scaffold complete elizaOS plugins with actions, providers, evaluators, and services. Triggers when user asks to "create plugin", "build elizaOS extension", or "scaffold plugin structure"
2026-01-05
marp-html-to-png.md
2
1
export
marp-html-to-png
2
from
"Ryunosuke-Tanaka-sti/claude_and_blog_seminar"
from
"Ryunosuke-Tanaka-sti/claude_and_blog_seminar"
3
Create HTML diagrams for Marp slides and capture them as PNG screenshots using Playwright MCP
2026-01-05
publish.md
2
1
export
publish
2
from
"robdmc/easier"
from
"robdmc/easier"
3
Publish the easier package to PyPI. Validates versions, checks git state, updates files, and guides through the complete release workflow. Use when ready to release a new version.
2026-01-05
skill-builder.md
2
1
export
skill-builder
2
from
"TrevorS/dot-claude"
from
"TrevorS/dot-claude"
3
Create and validate Agent Skills with proper structure and effective descriptions. Use when building custom skills, testing skill discovery, or designing new skill workflows.
2026-01-05
fullstory-anonymize-users.md
2
1
export
fullstory-anonymize-users
2
from
"fullstorydev/fs-skills"
from
"fullstorydev/fs-skills"
3
Comprehensive guide for implementing Fullstory's User Anonymization API (setIdentity with anonymous:true) for web applications. Teaches proper logout handling, session management, privacy compliance, and user switching scenarios. Includes detailed good/bad examples for logout flows, multi-user applications, and privacy-conscious implementations.
2026-01-05
skill-factory.md
2
1
export
skill-factory
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Create new skills with proper structure and YAML frontmatter. Use when building new slash command skills, ensuring consistent formatting, directory structure, and validation. Guides through the complete skill creation workflow.
2026-01-05
responding-to-security-incidents.md
2
1
export
responding-to-security-incidents
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Assists with security incident response, investigation, and remediation. This skill is triggered when the user requests help with incident response, mentions specific incident types (e.g., data breach, ransomware, DDoS), or uses terms like "incident response plan", "containment", "eradication", or "post-incident activity". It guides the user through the incident response lifecycle, from preparation to post-incident analysis. It is useful for classifying incidents, creating response playbooks, collecting evidence, constructing timelines, and generating remediation steps. Use this skill when needing to respond to a "security incident".
2026-01-05
lcp-wysiwid-spec.md
2
1
export
lcp-wysiwid-spec
2
from
"YusukeShimizu/lightning-compute-protocol"
from
"YusukeShimizu/lightning-compute-protocol"
3
Write WYSIWID-style design docs (Concepts + Synchronizations) for go-lcpd, keeping terminology consistent with code.
2026-01-05
prompt-builder.md
2
1
export
prompt-builder
2
from
"mehdic/bazinga"
from
"mehdic/bazinga"
3
Build complete agent prompts deterministically via Python script. Use BEFORE spawning any BAZINGA agent (Developer, QA, Tech Lead, PM, etc.).
2026-01-05
unity-editor-imgui-design.md
2
1
export
unity-editor-imgui-design
2
from
"akiojin/unity-mcp-server"
from
"akiojin/unity-mcp-server"
3
Unity IMGUI (Immediate Mode GUI) for editor tools and custom inspectors. Use for EditorWindow, Custom Inspector, Property Drawer development. NOT for game UI - use unity-game-ugui-design or unity-game-ui-toolkit-design instead.
2026-01-05
implementing-database-audit-logging.md
2
1
export
implementing-database-audit-logging
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill helps implement database audit logging for tracking changes and ensuring compliance. It is triggered when the user requests to "implement database audit logging", "add audit trails", "track database changes", or mentions "audit_log" in relation to a database. The skill provides options for trigger-based auditing, application-level logging, Change Data Capture (CDC), and parsing database logs. It generates a basic audit table schema and guides the user through selecting the appropriate auditing strategy.
2026-01-05
self-hosted-runners.md
2
1
export
self-hosted-runners
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub Actionsセルフホストランナーの設計、セットアップ、セキュリティ管理を行うスキル。インストールから運用、トラブルシューティングまでの完全なライフサイクル管理を提供する。Anchors:• GitHub Actions Documentation / 適用: セルフホストランナー公式仕様 / 目的: 正確なAPI使用と設定• CIS Benchmark for Linux / 適用: ランナーホストのセキュリティ / 目的: セキュリティ強化• The Pragmatic Programmer / 適用: 実践的改善 / 目的: 段階的な実装と継続的改善Trigger:Use when setting up self-hosted runners, configuring runner labels, implementing security measures, troubleshooting runner issues, or optimizing runner performance.self-hosted, runner, GitHub Actions, ephemeral, labels, security, setup, configuration
2026-01-05
hallucination-prevention.md
2
1
export
hallucination-prevention
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
AIのハルシネーション(幻覚・誤情報生成)を防止するスキル。プロンプトレベル、パラメータレベル、検証レベルの3層防御により、信頼性の高いAI出力を実現。Anchors:• Thinking, Fast and Slow (Daniel Kahneman) / 適用: System 1/2思考分離 / 目的: 直感的推測の抑制と論理的検証の強制• Design by Contract (Bertrand Meyer) / 適用: 入出力契約設計 / 目的: 事前条件・事後条件・不変条件による出力保証• The Pragmatic Programmer / 適用: 実践的改善と品質維持 / 目的: 段階的検証とフィードバックループ構築Trigger:Use when preventing AI hallucinations, ensuring factual accuracy, requiring verifiable outputs, or implementing truth constraints.hallucination prevention, fact-checking, verification, accuracy, factual output, citation required, ground truth, temperature tuning
2026-01-05
lumen-dashboards.md
2
1
export
lumen-dashboards
2
from
"cdcore09/holoviz-claude"
from
"cdcore09/holoviz-claude"
3
Master declarative, no-code data dashboards with Lumen YAML specifications. Use this skill when building standard data exploration dashboards, connecting multiple data sources (files, databases, APIs), creating interactive filters and cross-filtering, designing responsive layouts with indicators and charts, or enabling rapid dashboard prototyping without writing code.
2026-01-05
frontend-components.md
2
1
export
frontend-components
2
from
"adigunners/adigunners.github.io"
from
"adigunners/adigunners.github.io"
3
UI component best practices for vanilla JavaScript and HTML. Use this skill when creating or modifying HTML elements, building reusable JavaScript modules, or structuring DOM components in this static website. Apply when working on .html files, JavaScript modules in js/ that manage UI state or rendering, or when creating modular, reusable UI patterns.
2026-01-05
detecting-sql-injection-vulnerabilities.md
2
1
export
detecting-sql-injection-vulnerabilities
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to detect SQL injection vulnerabilities in code. It uses the sql-injection-detector plugin to analyze codebases, identify potential SQL injection flaws, and provide remediation guidance. Use this skill when the user asks to find SQL injection vulnerabilities, scan for SQL injection, or check code for SQL injection risks. The skill is triggered by phrases like "detect SQL injection", "scan for SQLi", or "check for SQL injection vulnerabilities".
2026-01-05
twenty-crm.md
2
1
export
twenty-crm
2
from
"getzenai/claude-plugins"
from
"getzenai/claude-plugins"
3
Full access to Twenty CRM (People, Companies, Opportunities, Tasks, Notes) using curl and the Twenty REST API directly - no MCP server or additional dependencies required.
2026-01-05
remotion-tutorial-generator.md
2
1
export
remotion-tutorial-generator
2
from
"pezware/mirubato"
from
"pezware/mirubato"
3
Generate professional tutorial and introduction videos for projects using Remotion. Analyzes project workflows, creates structured video compositions with chapters, transitions, and annotations aligned with project architecture.
2026-01-05
contract-testing-builder.md
2
1
export
contract-testing-builder
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Implements API contract testing to ensure provider-consumer compatibility using Pact or similar tools. Prevents breaking changes with contract specifications and bi-directional verification. Use for "contract testing", "API contracts", "Pact", or "consumer-driven contracts".
2026-01-05