Browse Skills

17720 skills found

security-scan-workflow.md
0
1 export security-scan-workflow
2 metasaver from "metasaver/claude-marketplace"
3 Automated security scanning workflow using Semgrep MCP. Scans changed files for OWASP Top 10 vulnerabilities, CWE patterns, hardcoded secrets, and security misconfigurations. Returns prioritized findings with remediation guidance. Use when security validation is needed for code changes (invoked by security-engineer, code-quality-validator, or /audit command). Scans only changed files for efficiency (10-15s overhead).
2026-01-05
skill-name.md
0
1 export skill-name
2 sebastienlevert from "sebastienlevert/m365-copilot-skills"
3 Clear description of what this skill does and when to use it
2026-01-05
ds.md
0
1 export ds
2 edwinhu from "edwinhu/workflows"
3 This skill should be used when the user asks to "analyze data", "build a model", "explore this dataset", "run analysis", or needs a structured data science workflow. Orchestrates brainstorm, plan, implement, review, and verify phases with output-first verification.
2026-01-05
sagebase-commands.md
0
1 export sagebase-commands
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Provides quick reference for all Sagebase CLI commands and Docker operations. Activates when user asks how to run application, test, format code, manage database, or execute any Sagebase operation. Includes just commands, unified CLI, testing, formatting, and database management.
2026-01-05
using-generics.md
0
1 export using-generics
2 djankies from "djankies/claude-configs"
3 Teaches generic constraints, avoiding any in generic defaults, and mapped types in TypeScript. Use when creating reusable functions, components, or types that work with multiple types while maintaining type safety.
2026-01-05
a11y.md
0
1 export a11y
2 Higashi-Kota from "Higashi-Kota/drawing-explorer"
3 Production-grade accessibility skill for WCAG 2.2 AA compliance.Covers auditing, remediation, component authoring, and validation workflows.Auto-invoked for UI implementation, a11y fixes, and accessibility testing.
2026-01-05
create-test-lane.md
0
1 export create-test-lane
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when creating new test lanes for the XML test data generator. A test lane consists of an XSD schema file paired with a meta.yaml configuration file. This skill guides the process of creating both files with proper semantic type mappings, distribution settings, and field overrides. Use when users request new test lanes, want to generate test data configurations, or need help setting up XSD + meta.yaml pairs for the testgen CLI tool.
2026-01-05
nnt-compiler.md
0
1 export nnt-compiler
2 theslyprofessor from "theslyprofessor/claude-skills"
3 Work with the NNT (Nakul Notation Tool) compiler - parse music notation shorthand, query musical structures, and export to MusicXML, ABC, and other formats for PhD research and educational content
2026-01-05
typescript-best-practices.md
0
1 export typescript-best-practices
2 KJR020 from "KJR020/dotfiles"
3 Comprehensive TypeScript best practices including type imports, security patterns, code structure, and early returns. Use when writing TypeScript code, reviewing for quality, implementing error handling, or ensuring type safety.
2026-01-05
squash-commits.md
0
1 export squash-commits
2 mixomat from "mixomat/claude-plugins"
3 Squash all commits in a feature branch into a single commit with an AI-generated summary message. Use when the user wants to clean up their git history before merging, combine multiple commits, or create a single commit from a feature branch.
2026-01-05
add-module.md
0
1 export add-module
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create new demo or utility modules following CLY project patterns. Use when adding TUI demonstration modules to modules/demo/ or utility modules to modules/, following Bubbletea/Bubbles conventions with proper Cobra CLI integration.
2026-01-05
architect-detective.md
0
1 export architect-detective
2 tianzecn from "tianzecn/myclaudecode"
3 ⚡ PRIMARY TOOL for: 'what's the architecture', 'system design', 'how are layers organized', 'find design patterns', 'audit structure', 'map dependencies'. Uses claudemem v0.3.0 AST structural analysis with PageRank. GREP/FIND/GLOB ARE FORBIDDEN.
2026-01-05
mcp-tool-builder.md
0
1 export mcp-tool-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guides implementation of new MCP tools from specification to production-readycode, following the braiins-pool-mcp-server architecture patterns and bestpractices defined in ARCHITECTURE.md.
2026-01-05
gtm-debug-agent.md
0
1 export gtm-debug-agent
2 jhillbht from "jhillbht/hackathon-clipper-program"
3 Automated Google Tag Manager debugging with visual monitoring, screenshot annotation, and MCP integration. Use when testing GTM configurations, verifying tag firing, debugging dataLayer events, validating consent mode, checking tracking implementations, or automating GTM container builds with Stape/GTM MCP servers. Triggers on "debug GTM", "test GTM tags", "GTM preview", "verify tag firing", "check dataLayer", "monitor tags", "validate consent", "did my GTM fix work", "validate tracking", "annotate screenshot", "GTM QA", or when verifying configuration changes via browser automation.
2026-01-05
role-code-reviewer.md
0
1 export role-code-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Role definition for code reviewer agents. Defines review criteria, feedback patterns, and approval workflows. Use to understand how to review PRs and provide constructive feedback.
2026-01-05
dev-verify.md
0
1 export dev-verify
2 edwinhu from "edwinhu/workflows"
3 This skill should be used when the user asks to "verify this works", "prove it's done", "show me evidence", or as Phase 5 of the /dev workflow before claiming completion. Requires fresh runtime evidence.
2026-01-05
ci-error-resolution.md
0
1 export ci-error-resolution
2 elevanaltd from "elevanaltd/hestai-core"
3 CI/CD pipeline failure resolution with autonomous iteration loops. Local validation → branch & PR creation → CI monitoring → iteration until green. Proven patterns for GitHub Actions, includes role-specific adaptations. Use when CI pipeline failures occur, GitHub Actions errors detected, autonomous error resolution needed, PR creation for fixes required. Triggers on ci pipeline failures, github actions errors, autonomous ci resolution, ci iteration, pr creation for errors, pipeline validation, test failures in ci, build failures in ci, continuous integration debugging.
2026-01-05
playwright-py-skill.md
0
1 export playwright-py-skill
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
2026-01-05
worktree.md
0
1 export worktree
2 franchiseai from "franchiseai/claude-code-plugins"
3 Manage git worktrees for the current repository. Use when asked to create a worktree, set up parallel development, work on multiple branches simultaneously, or manage existing worktrees. Triggers on phrases like "create worktree", "new worktree", "parallel branch", "list worktrees", or "remove worktree".
2026-01-05
nextjs.md
0
1 export nextjs
2 nathanielcrowell12-spec from "nathanielcrowell12-spec/photo-vault"
3 Implement Next.js 15 patterns for PhotoVault including Server Components, Client Components, Server Actions, and API routes. Use when working with app router, middleware, data fetching, caching, loading states, or debugging hydration errors. Includes Next.js 15 async params and caching changes.
2026-01-05
rwsdk-realtime.md
0
1 export rwsdk-realtime
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when building realtime features with rwsdk/RedwoodSDK on Cloudflare - covers WebSocket setup, Durable Objects configuration, bidirectional client-server updates, and scoped realtime groups. Triggers include collaborative editing, live updates, multi-user sync, or any feature needing push updates without polling.
2026-01-05
getting-started.md
0
1 export getting-started
2 cncorp from "cncorp/arsenal"
3 Bootstrap skill - READ THIS FIRST in every session. Teaches skill discovery and mandatory usage.
2026-01-05
fix-build-failures.md
0
1 export fix-build-failures
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Fix build and compilation errors from TypeScript, webpack, Vite, Python builds. Use when build/compile checks fail.
2026-01-05
wordpress-magic-seo-frontend-2026.md
0
1 export wordpress-magic-seo-frontend-2026
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create cutting-edge WordPress plugin admin interfaces using 2026 design trends for AI-powered SEO tools. Use this skill when building WordPress admin dashboards, settings pages, or React-based plugin UIs. Implements fluid organic layouts, glassmorphism effects, Transformative Teal color theory, micro-delight interactions, and spatial depth. Optimized for AI-first experiences with humanized design elements that avoid generic AI aesthetics. Generates production-ready WordPress admin code following 2026 frontend best practices.
2026-01-05