Browse Skills

9063 skills found

sast-runner.md
0
1 export sast-runner
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Runs Static Application Security Testing (SAST) using Semgrep. Scans source code for vulnerabilities, security anti-patterns, and OWASP Top 10 issues. Use when user asks to "run SAST", "scan for vulnerabilities", "static analysis", "code security scan", "静的解析", "脆弱性スキャン".
2026-01-05
accessibility-audit.md
0
1 export accessibility-audit
2 astoeffer from "astoeffer/plugin-marketplace"
3 Audit code for WCAG 2.1 AA and EN 301 549 compliance. Checks keyboard navigation, ARIA usage, color contrast, forms, and media accessibility.
2026-01-05
github-actions.md
0
1 export github-actions
2 barrydobson from "barrydobson/dotfiles_extra"
3 Comprehensive guide for building robust, secure, and efficient CI/CD pipelines using GitHub Actions. Covers workflow structure, jobs, steps, environment variables, secret management, caching, matrix strategies, testing, and deployment strategies.
2026-01-05
test-writer.md
0
1 export test-writer
2 a-ariff from "a-ariff/Ariff-code-config"
3 Writes comprehensive unit, integration, and end-to-end tests. Use when user needs help writing tests, improving test coverage, or creating test suites.
2026-01-05
security-architect.md
0
1 export security-architect
2 ljchg12-hue from "ljchg12-hue/windows-dotfiles"
3 Expert security architecture including threat modeling, authentication, encryption, and compliance
2026-01-05
discoveryrisk-assessment.md
0
1 export discoveryrisk-assessment
2 edwardmonteiro from "edwardmonteiro/Aiskillinpractice"
3 Identify potential quality, security, and delivery risks early in discovery to inform mitigation planning.
2026-01-05
wpf-mvvm.md
0
1 export wpf-mvvm
2 YosrBennagra from "YosrBennagra/3SC"
3 Build and maintain WPF MVVM patterns using CommunityToolkit.Mvvm for a .NET 8 widget-host app. Use when creating ViewModels, commands, observable state, validation, view bindings, and viewmodel-first navigation behaviors. Avoid Prism and heavy region managers; keep ViewModels testable and UI-agnostic.
2026-01-05
security-audit.md
0
1 export security-audit
2 ntaksh42 from "ntaksh42/agents"
3 Perform security audits detecting OWASP Top 10 vulnerabilities, insecure dependencies, and security misconfigurations. Use when auditing applications for security vulnerabilities.
2026-01-05
api-testing.md
0
1 export api-testing
2 charlie83Gs from "charlie83Gs/communities"
3 This skill teaches the agent how to write and manage tests in the API project. MANDATORY - You MUST read this skill before modifying any test files.
2026-01-05
testing-workflows.md
0
1 export testing-workflows
2 matt-riley from "matt-riley/mjrwtf"
3 Run, debug, and structure tests for this Go project (unit + integration), including generation prerequisites. Use when changing domain logic, repositories, HTTP handlers, or migrations.
2026-01-05
prerelease-versions.md
0
1 export prerelease-versions
2 vanman2024 from "vanman2024/dev-lifecycle-marketplace"
3 Alpha/beta/RC tagging patterns and GitHub pre-release workflows for managing pre-production releases. Use when creating alpha releases, beta releases, release candidates, managing pre-release branches, testing release workflows, or when user mentions pre-release, alpha, beta, RC, release candidate, or pre-production versioning.
2026-01-05
sca-runner.md
0
1 export sca-runner
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Runs Software Composition Analysis (SCA) to detect vulnerable dependencies. Wraps npm audit and Trivy fs. Use when user asks to "scan dependencies", "check npm vulnerabilities", "SCA scan", "dependency audit", "依存関係スキャン", "脆弱性チェック".
2026-01-05
openwebf-app.md
0
1 export openwebf-app
2 archview-ai from "archview-ai/webf-plugin"
3 DEPRECATED umbrella Skill (backward compatibility). Use only for cross-cutting orchestration across multiple WebF app tasks when a request spans several capabilities (dev loop + debugging + testing + release). Prefer focused openwebf-app-* Skills.
2026-01-05
middleware-protection.md
0
1 export middleware-protection
2 vanman2024 from "vanman2024/ai-dev-marketplace"
3 Route protection and authorization patterns for Clerk middleware. Use when implementing route guards, protecting API routes, configuring middleware matchers, setting up role-based access control, creating auth boundaries, or when user mentions middleware, route protection, auth guards, protected routes, public routes, matcher patterns, or authorization middleware.
2026-01-05
tdd.md
0
1 export tdd
2 fourcolors from "fourcolors/antmachine"
3 Use when implementing code during ant-act execution. Enforces RED-GREEN-REFACTORcycle. Triggers: writing code, fixing bugs, adding features, any implementation.Do NOT skip - no production code without failing test first.
2026-01-05
claude-md-updater.md
0
1 export claude-md-updater
2 ortaizi from "ortaizi/spike1"
3 Update CLAUDE.md with minimal, concise, targeted edits. Avoid bloat.TRIGGERS - Use this skill when user says:- "update claude.md", "update the claude md"- "sync claude.md", "refresh claude.md"- "edit claude.md", "modify claude.md"- "add to claude.md", "change claude.md"- "update claude.md with X" (explicit content)- Any request to make changes to CLAUDE.md contentTWO MODES:(1) DEFAULT MODE - "update claude.md" → Analyze git changes since last timestamp(2) EXPLICIT MODE - "update claude.md with X" → Add the specific content XCORE PRINCIPLE: Every update must be minimal and concise. Question every line added.Also use when:- User asks to sync CLAUDE.md with recent code changes (default mode)- Adding major dependencies, architecture patterns, or directory changes- Claude repeatedly makes mistakes that a targeted rule could prevent- Post-milestone updates (new APIs, testing patterns, security fixes)- Project standards, workflows, or conventions change
2026-01-05
dockerfile-builder.md
0
1 export dockerfile-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate optimized, production-ready Dockerfiles with multi-stage builds, security best practices, and proper layer caching for various application types. Triggers on "create Dockerfile", "generate Dockerfile for", "docker image for", "containerize my app".
2026-01-05
web-test-research.md
0
1 export web-test-research
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyze ANY web project - detect if Web3 DApp, research dependencies via WebSearch, understand business functions from code AND UI screenshots, generate test requirements.
2026-01-05
pytest-patterns.md
0
1 export pytest-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Advanced Python testing strategies with Pytest, covering fixtures, matrix testing with parametrization, and async test architecture. Triggers: pytest, fixtures, parametrize, pytest-asyncio, matrix-testing, yield-fixture.
2026-01-05
frontend-accessibility.md
0
1 export frontend-accessibility
2 overtimepog from "overtimepog/AgentTheo"
3 Build accessible user interfaces following WCAG 2.2 standards with proper semantic HTML, ARIA attributes, keyboard navigation, and screen reader support. Use this skill when creating or modifying UI components, forms, interactive elements, navigation menus, modals, or any frontend code that users interact with. Apply this skill when implementing keyboard navigation, focus management, color contrast requirements, alternative text for images, form labels, ARIA roles and landmarks, or when ensuring components work with assistive technologies like screen readers. This skill is essential when working with React, Vue, or other framework components, HTML templates, JSX files, or any UI implementation to ensure inclusive design that serves users with visual, auditory, motor, or cognitive disabilities and meets legal compliance standards (ADA, WCAG 2.2 Level AA).
2026-01-05
role-permission-table-builder.md
0
1 export role-permission-table-builder
2 hopeoverture from "hopeoverture/worldbuilding-app-skills"
3 Generates comprehensive role-based permission matrices in markdown or SQL format for pages, components, and data access patterns. This skill should be used when designing authorization systems, documenting permissions, creating RBAC tables, or planning access control. Use for RBAC, role permissions, access control, authorization matrix, permission mapping, or security policies.
2026-01-05
refactoring-executor.md
0
1 export refactoring-executor
2 CAPHTECH from "CAPHTECH/claude-marketplace"
3 Execute refactoring safely with test-first verification following best practices. Takes refactoring discovery reports as input and performs incremental refactoring with continuous validation. Ensures tests stay green, captures metrics, and generates execution logs. Use after refactoring-discovery analysis to implement recommended improvements. (project, gitignored)
2026-01-05
vue-composables.md
0
1 export vue-composables
2 discountedcookie from "discountedcookie/10x-mapmaster"
3 Use when creating reusable composables, managing reactive state, or implementing the Composition API. Load for useX patterns, Pinia store patterns, withLoadingState helper, lifecycle management, and type-safe state patterns. Covers composable structure, error handling, and testing composables.
2026-01-05
webapp-testing.md
0
1 export webapp-testing
2 mattleonard16 from "mattleonard16/taxhelper"
3 Playwright E2E testing patterns for TaxHelper. Use for auth redirects, insights drill-down, mobile viewport checks, and PWA verification.
2026-01-05