Browse Skills
22656 skills found
codex.md
2
1
export
codex
2
from
"rocky2431/ultra-builder-pro"
from
"rocky2431/ultra-builder-pro"
3
Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing
2026-01-05
youtube-to-knowledge-doc.md
2
1
export
youtube-to-knowledge-doc
2
from
"tekliner/improvado-agentic-frameworks-and-skills"
from
"tekliner/improvado-agentic-frameworks-and-skills"
3
Use when user provides YouTube URL and says "document this", "create notes", or "save this video". Automatically extracts transcript, determines folder placement, and generates Knowledge Framework documentation with MECE structure, Mermaid diagrams, and clickable timestamp citations.
2026-01-05
writing-tests.md
2
1
export
writing-tests
2
from
"third774/dotfiles"
from
"third774/dotfiles"
3
Write behavior-focused tests following Testing Trophy model with real dependencies, avoiding common anti-patterns like testing mocks and polluting production code
2026-01-05
tailwindcss.md
2
1
export
tailwindcss
2
from
"Squirrelfishcityhall150/claude-code-kit"
from
"Squirrelfishcityhall150/claude-code-kit"
3
Tailwind CSS v4 utility-first styling patterns
2026-01-05
security-gate.md
2
1
export
security-gate
2
from
"avivsinai/telclaude"
from
"avivsinai/telclaude"
3
Classifies inbound Telegram messages for telclaude as ALLOW/WARN/BLOCK with brief rationale.
2026-01-05
optimizing-deep-learning-models.md
2
1
export
optimizing-deep-learning-models
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill optimizes deep learning models using various techniques. It is triggered when the user requests improvements to model performance, such as increasing accuracy, reducing training time, or minimizing resource consumption. The skill leverages advanced optimization algorithms like Adam, SGD, and learning rate scheduling. It analyzes the existing model architecture, training data, and performance metrics to identify areas for enhancement. The skill then automatically applies appropriate optimization strategies and generates optimized code. Use this skill when the user mentions "optimize deep learning model", "improve model accuracy", "reduce training time", or "optimize learning rate".
2026-01-05
domain-model-boundaries-mapper.md
2
1
export
domain-model-boundaries-mapper
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Identifies domain modules, ownership boundaries, dependencies, and interfaces using Domain-Driven Design principles. Provides domain maps, bounded contexts, refactor recommendations. Use for "DDD", "domain modeling", "bounded contexts", or "service boundaries".
2026-01-05
prompt-versioning-management.md
2
1
export
prompt-versioning-management
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
プロンプトのライフサイクル管理を専門とするスキル。バージョン管理、デプロイ戦略、ロールバック、変更追跡により、本番環境で安全かつ効率的なプロンプト運用を実現します。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 手順設計と実践的改善 / 目的: 体系的なバージョン管理• Continuous Delivery (Jez Humble) / 適用: デプロイパイプラインとロールバック戦略 / 目的: 安全なリリースプロセス• Semantic Versioning 2.0.0 / 適用: バージョン番号付けルール / 目的: 変更の影響範囲の明確化Trigger:Use when managing prompt versions, deploying prompts to production, implementing rollback strategies, tracking prompt changes, or establishing prompt lifecycle management.Keywords: prompt versioning, semantic versioning, deployment strategy, rollback, change tracking, prompt lifecycle, blue-green deployment
2026-01-05
skill-creator.md
2
1
export
skill-creator
2
from
"mk0e/devskills"
from
"mk0e/devskills"
3
Guide for creating effective skills for AI coding agents. Use when creating a new skill or updating an existing skill that extends agent capabilities with specialized knowledge, workflows, or tool integrations.
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
yq.md
2
1
export
yq
2
from
"xdg/xdg-claude"
from
"xdg/xdg-claude"
3
Extract specific fields from YAML files efficiently using qq instead of reading entire files, saving 80-95% context.
2026-01-05
validating-performance-budgets.md
2
1
export
validating-performance-budgets
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to validate application performance against defined budgets. It's useful for identifying performance regressions early in the development lifecycle. The skill is triggered when the user mentions "performance budget", "validate budget", "performance regression", or requests a check against performance metrics like "page load times", "bundle sizes", "API response times", or "Lighthouse scores". The plugin validates against predefined thresholds and alerts on violations. It is especially helpful in CI/CD pipelines to prevent performance degradation in production.
2026-01-05
design-tokens.md
2
1
export
design-tokens
2
from
"phrazzld/claude-config"
from
"phrazzld/claude-config"
3
Apply design token patterns using Tailwind CSS 4 @theme directive: CSS variables, semantic naming, color systems, typography scales, spacing, dark mode. Use when designing UI systems, reviewing design consistency, or establishing brand guidelines. Integrates with frontend-design skill for aesthetic execution.
2026-01-05
fullstory-data-scoping-decoration.md
2
1
export
fullstory-data-scoping-decoration
2
from
"fullstorydev/fs-skills"
from
"fullstorydev/fs-skills"
3
Strategic meta-skill for Fullstory data semantic decoration. Teaches when to use page properties vs element properties vs user properties vs events. Provides a deterministic framework for scoping data at the right level to maximize searchability, avoid duplication, and maintain consistency. Essential foundation for proper Fullstory implementation across all API types.
2026-01-05
running-integration-tests.md
2
1
export
running-integration-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to run and manage integration test suites. It automates environment setup, database seeding, service orchestration, and cleanup. Use this skill when the user asks to "run integration tests", "execute integration tests", or any command that implies running integration tests for a project, including specifying particular test suites or options like code coverage. It is triggered by phrases such as "/run-integration", "/rit", or requests mentioning "integration tests". The plugin handles database creation, migrations, seeding, and dependent service management.
2026-01-05
guide-development.md
2
1
export
guide-development
2
from
"imsaif/aiex"
from
"imsaif/aiex"
3
Auto-scaffold Designer Guides learning paths by analyzing existing guides (Claude Code, Cursor) and generating new guides for other tools
2026-01-05
generating-unit-tests.md
2
1
export
generating-unit-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to automatically generate comprehensive unit tests from source code. It is triggered when the user requests unit tests, test cases, or test suites for specific files or code snippets. The skill supports multiple testing frameworks including Jest, pytest, JUnit, and others, intelligently detecting the appropriate framework or using one specified by the user. Use this skill when the user asks to "generate tests", "create unit tests", or uses the shortcut "gut" followed by a file path.
2026-01-05
excel-pivot-wizard.md
2
1
export
excel-pivot-wizard
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Generate pivot tables and charts from raw data using natural language - analyze sales by region, summarize data by category, and create visualizations effortlessly Activates when you request "excel pivot wizard" functionality.
2026-01-05
building-classification-models.md
2
1
export
building-classification-models
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to construct and evaluate classification models using provided datasets or specifications. It leverages the classification-model-builder plugin to automate model creation, optimization, and reporting. Use this skill when the user requests to "build a classifier", "create a classification model", "train a classification model", or needs help with supervised learning tasks involving labeled data. The skill ensures best practices are followed, including data validation, error handling, and performance metric reporting.
2026-01-05
task-specification-creator.md
2
1
export
task-specification-creator
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ユーザーから与えられたタスクを単一責務の原則に基づいて分解し、Phase 1からPhase 11までの実行可能なタスク仕様書ドキュメントを生成する。スキル選定は仕様書作成時に動的に行う。使用するスキルはタスクの性質に応じて現在利用可能なスキル(.claude/skills/)から選定する。Anchors:• Clean Code (Robert C. Martin) / 適用: 単一責務の原則 / 目的: タスク分解の基準• Continuous Delivery (Jez Humble) / 適用: フェーズゲート / 目的: 品質パイプライン構築• Domain-Driven Design (Eric Evans) / 適用: ユビキタス言語 / 目的: 一貫した用語設計Trigger:タスク仕様書作成, タスク分解, ワークフロー設計, 実行計画作成Use when creating task specifications for complex development tasks.
2026-01-05
linting-formatting-automation.md
2
1
export
linting-formatting-automation
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Code quality automation for linting and formatting. Provides ESLint, Prettier, Biome setup, CI/CD integration, pre-commit hooks, and tool migration strategies for consistent code style enforcement.Anchors:• ESLint Official Docs / Apply: Rule configuration, plugin integration / Purpose: Correct API usage and best practices• Prettier Philosophy / Apply: Opinionated formatting / Purpose: Minimize configuration bikeshedding• Biome Performance Model / Apply: Rust-based tooling / Purpose: Optimize development workflow speedTrigger:Use when setting up linting/formatting for new projects, integrating code quality into CI/CD, configuring pre-commit hooks, or migrating between tools.eslint, prettier, biome, lint, format, pre-commit, husky, lint-staged, code quality
2026-01-05
tdd-workflow.md
2
1
export
tdd-workflow
2
from
"tumma72/GMailArchiver"
from
"tumma72/GMailArchiver"
3
Test-Driven Development (TDD) red-green-refactor cycle for GMailArchiver. Use when implementing features, fixing bugs, or following the 6-phase workflow. Triggers on: TDD, test-driven, red-green, failing test, write test first, implement feature, fix bug, development workflow, phase.
2026-01-05
scanning-database-security.md
2
1
export
scanning-database-security
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to perform comprehensive database security scans using the database-security-scanner plugin. It is triggered when the user requests a security assessment of a database, including identifying vulnerabilities like weak passwords, SQL injection risks, and insecure configurations. The skill leverages OWASP guidelines to ensure thorough coverage and provides remediation suggestions. Use this skill when the user asks to "scan database security", "check database for vulnerabilities", "perform OWASP compliance check on database", or "assess database security posture". The plugin supports PostgreSQL and MySQL.
2026-01-05
artifact-management-gha.md
2
1
export
artifact-management-gha
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub Actions のアーティファクト管理(upload/download、ジョブ間共有、保持期間、クリーンアップ)の設計と実装を支援するスキル。データ受け渡しの設計、容量最適化、保管期間戦略を整理し、再現性の高い成果物管理を実現します。Anchors:• The Pragmatic Programmer / 適用: 成果物管理の実践的改善 / 目的: 確実な共有と品質維持• GitHub Actions Artifacts / 適用: upload/download仕様 / 目的: 正しい設定と制限理解• Lean Waste Reduction / 適用: 保持期間と容量管理 / 目的: ストレージ最適化Trigger:Use when designing or implementing GitHub Actions artifact upload/download flows, job-to-job data sharing, retention policies, or cleanup automation.
2026-01-05