Browse Skills

44969 skills found

fullstory-capture-control.md
2
1 export fullstory-capture-control
2 fullstorydev from "fullstorydev/fs-skills"
3 Comprehensive guide for implementing Fullstory's Capture Control APIs (shutdown/restart) for web applications. Teaches proper session management, capture pausing, and resource optimization. Includes detailed good/bad examples for performance-sensitive sections, privacy zones, and SPA cleanup to help developers control when Fullstory captures sessions.
2026-01-05
production-incident-responder.md
2
1 export production-incident-responder
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Crisis response skill for production system failures. Integrates with MCP resilience tools to detect, diagnose, and respond to critical system failures. Use when production system shows signs of failure or during emergency situations.
2026-01-05
dual-pass-review.md
2
1 export dual-pass-review
2 duc01226 from "duc01226/EasyPlatform"
3 Use AFTER any code changes (feature implementation, bug fix, refactor) to enforce mandatory dual-pass review. First pass reviews unstaged changes for correctness and convention compliance. Second pass ONLY executes if first pass made any corrections. Ensures work follows project conventions, development rules, and best practices before task completion.
2026-01-05
github-actions-ci.md
2
1 export github-actions-ci
2 MrPointer from "MrPointer/dotfiles"
3 GitHub Actions CI/CD guide for the dotfiles repository. Use when creating or modifying GitHub Actions workflows, adding CI/CD pipelines, setting up build/test automation, configuring matrix builds, working with artifacts, implementing E2E tests in containers, or troubleshooting workflow issues. Covers workflow patterns, security best practices, caching strategies, and multi-platform testing.
2026-01-05
comparing-database-schemas.md
2
1 export comparing-database-schemas
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill leverages the database-diff-tool plugin to compare database schemas, generate migration scripts, and provide rollback procedures. It is triggered when the user requests database schema comparisons, migration script generation, or database synchronization. Use this skill when asked to identify differences between database schemas (PostgreSQL or MySQL), create safe migration scripts with transaction safety, validate changes before deployment, or generate rollback procedures. The skill is activated by requests involving terms like "database diff", "schema comparison", "generate migration script", "database synchronization", or `/db-diff`.
2026-01-05
dependency-auditing.md
2
1 export dependency-auditing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 依存関係の脆弱性検出、評価、修正計画を体系化するスキル。CVSS評価と修正優先度を整理し、継続的な監査を支援する。Anchors:• CVSS v3.1 Specification / 適用: 重大度評価 / 目的: 優先度の整合性• The Pragmatic Programmer / 適用: 自動化と継続改善 / 目的: 監査の継続性• OWASP Dependency-Check / 適用: 依存監査 / 目的: 脆弱性検出の標準化Trigger:Use when auditing dependencies, evaluating vulnerability reports, prioritizing remediation, or integrating security scans into CI/CD.dependency audit, CVE, GHSA, CVSS, npm audit, pnpm audit, security scanning
2026-01-05
visual-regression-test-setup.md
2
1 export visual-regression-test-setup
2 Dexploarer from "Dexploarer/hyper-forge"
3 Sets up visual regression testing using Percy, Chromatic, or Playwright to catch unintended UI changes through screenshot comparison. Use when user asks to "setup visual testing", "add screenshot tests", "prevent visual bugs", or "setup Percy/Chromatic".
2026-01-05
cli-development.md
2
1 export cli-development
2 pwarnock from "pwarnock/liaison-toolkit"
3 CLI development patterns with Commander.js, argument parsing, and user experience best practices. Use when creating commands, handling options, formatting output, or building CLI tools.
2026-01-05
commit-message-style.md
2
1 export commit-message-style
2 phrazzld from "phrazzld/claude-config"
3 Apply commit message style: conventional commits format (type: subject), imperative mood, <50 char subject, explain why in body. Use when writing commits, reviewing commit messages, or discussing git history.
2026-01-05
security-scanner.md
2
1 export security-scanner
2 sovrium from "sovrium/sovrium"
3 Scans codebase for common security vulnerabilities including input validation gaps, authentication bypasses, data exposure risks, SQL injection, XSS, CSRF, insecure dependencies, and secrets in code. Identifies security patterns without executing code. Use when user requests "security scan", "check vulnerabilities", "audit security", or mentions security review.
2026-01-05
security-practices.md
2
1 export security-practices
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-backend"
3 Secure backend applications against OWASP threats. Implement authentication, encryption, scanning, compliance, and incident response procedures.
2026-01-05
fp-pattern-finder.md
2
1 export fp-pattern-finder
2 refractionPOINT from "refractionPOINT/documentation"
3 Automatically detect false positive patterns in detections using deterministic analysis. Fetches historic detections for a time window, runs pattern detection script to identify noisy patterns (single-host concentration, identical command-lines, service accounts, same hash, temporal periodicity, etc.), generates narrow FP rules for each pattern, and presents for user approval before deployment. Use for bulk FP tuning, detection noise analysis, or automated alert fatigue reduction.
2026-01-05
jj-changelog.md
2
1 export jj-changelog
2 hdemers from "hdemers/dotfiles"
3 Proactively use to generate or update a CHANGELOG.md file from Jujutsu commit history. Use when you need to create release notes, document changes between tags, or update the project changelog. Emphasizes breaking changes, new features, and user-facing bug fixes.
2026-01-05
root-cause-tracing.md
2
1 export root-cause-tracing
2 zircote from "zircote/.claude"
3 Systematically trace bugs backward through call stack to find original trigger
2026-01-05
plan.md
2
1 export plan
2 ferdiangunawan from "ferdiangunawan/rpi-stack"
3 Creates detailed implementation plan from validated research. Produces task breakdown with dependencies.
2026-01-05
generating-stored-procedures.md
2
1 export generating-stored-procedures
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the stored-procedure-generator plugin to create production-ready stored procedures, functions, triggers, and custom database logic. It supports PostgreSQL, MySQL, and SQL Server. Use this skill when the user asks to "generate stored procedure", "create database function", "write a trigger", or needs help with "database logic", "optimizing database performance", or "ensuring transaction safety" in their database. The skill is activated by requests related to database stored procedures, functions, or triggers.
2026-01-05
heypocket-reader.md
2
1 export heypocket-reader
2 tmustier from "tmustier/heypocket-reader"
3 Read transcripts and summaries from Pocket AI (heypocket.com) recording devices. Use when users want to retrieve, search, or analyze their Pocket recordings, transcripts, summaries, or action items.
2026-01-05
system-design-generator.md
2
1 export system-design-generator
2 patricio0312rev from "patricio0312rev/skillset"
3 Produces comprehensive system architecture plans for features and products including component breakdown, data flow diagrams, system boundaries, API contracts, and scaling considerations. Use for "system design", "architecture planning", "feature design", or "technical specs".
2026-01-05
monitoring-database-transactions.md
2
1 export monitoring-database-transactions
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to monitor database transactions for performance and lock issues using the database-transaction-monitor plugin. It is triggered when the user requests transaction monitoring, lock detection, or rollback rate analysis for databases. Use this skill when the user mentions "monitor database transactions," "detect long-running transactions," "identify lock contention," "track rollback rates," or asks about "transaction anomalies." The skill leverages the `/txn-monitor` command to provide real-time alerts and insights into database health.
2026-01-05
case-studies-reference.md
2
1 export case-studies-reference
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Game building mechanics case studies and decision frameworks. Use when designing building systems, evaluating trade-offs, or learning from existing games. Reference-only skill with detailed analysis of Fortnite, Rust, Valheim, Minecraft, No Man's Sky, and Satisfactory building systems.
2026-01-05
xai-grok.md
2
1 export xai-grok
2 closedloop-technologies from "closedloop-technologies/awesome-deep-researchers"
3 Use xAI Grok API with Agent Tools for real-time web and X (Twitter) search and synthesis. Requires XAI_API_KEY.
2026-01-05
command-creator.md
2
1 export command-creator
2 HTRamsey from "HTRamsey/claude-config"
3 Create slash commands (/command). Use when creating files in ~/.claude/commands/ or .claude/commands/, when user asks to "create a command", "add a slash command", "make /something", or when defining new /workflows.
2026-01-05
form-vue.md
2
1 export form-vue
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Production-ready Vue form patterns using VeeValidate (default) or Vuelidate with Zod integration. Use when building forms in Vue 3 applications with Composition API.
2026-01-05
writing-for-llms.md
2
1 export writing-for-llms
2 carmentacollective from "carmentacollective/carmenta"
3 Writing SKILL.md, .claude/commands/*.md, Task tool prompts, systemPrompt variables, prompt templates, few-shot examples, agent instructions. Content where the reader is an LLM.
2026-01-05