Browse Skills
44895 skills found
global-commenting.md
0
1
export
global-commenting
2
from
"mshafei721/Turbocat"
from
"mshafei721/Turbocat"
3
Write self-documenting code with minimal, evergreen comments that explain complex logic without documenting changes or temporary fixes. Use this skill when adding comments to any code file. When deciding whether code needs a comment or should be made more self-explanatory. When writing comments for complex algorithms or business logic. When tempted to add comments about recent changes, fixes, or TODOs. When reviewing existing comments for relevance and accuracy.
2026-01-05
qa-automation.md
0
1
export
qa-automation
2
from
"Andrew1326/Andrew1326"
from
"Andrew1326/Andrew1326"
3
Write E2E tests using Playwright with Cucumber/Gherkin for this project. Use when creating tests, writing test cases, testing UI flows, API testing, or when user mentions e2e, playwright, cucumber, gherkin, bdd, test automation, or QA.
2026-01-05
verify-tests.md
0
1
export
verify-tests
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Verify tests by following recorded trajectories in tests-in-verification.json. Use this skill during the verify stage to independently confirm test results by re-executing recorded steps.
2026-01-05
filament-form-debugger.md
0
1
export
filament-form-debugger
2
from
"Hieubkav/wincellarCloneBackend"
from
"Hieubkav/wincellarCloneBackend"
3
Diagnose and fix common Filament 4.x form errors - namespace issues (Tabs/Grid/Get), type mismatch, trait errors. USE WHEN encountering 'Class not found', 'Argument must be of type', namespace errors, or Filament compilation/runtime errors.
2026-01-05
review-coordinator.md
0
1
export
review-coordinator
2
from
"zacjones93/pokidex"
from
"zacjones93/pokidex"
3
Spawns 4 parallel review agents (Accessibility, React Router, React Core, Anders Hejlsberg) to conduct comprehensive multi-perspective code reviews
2026-01-05
backend-dev-guidelines.md
0
1
export
backend-dev-guidelines
2
from
"Hieubkav/wincellarCloneBackend"
from
"Hieubkav/wincellarCloneBackend"
3
Node.js/Express/TypeScript microservices development. Layered architecture (routes → controllers → services → repositories), BaseController, error handling, Sentry monitoring, Prisma, Zod validation, dependency injection. USE WHEN creating routes, controllers, services, repositories, middleware, API endpoints, database access, error tracking.
2026-01-05
cosmic-python.md
0
1
export
cosmic-python
2
from
"meaningfy-ws/agent-skills"
from
"meaningfy-ws/agent-skills"
3
Clean Architecture and Cosmic Python guidance for well-tested, layered Python systems. Use for designing Python projects with layered architecture (models, adapters, services, entrypoints), enforcing Clean Code and SOLID principles, testing strategies (unit tests, BDD, Gherkin), CI/CD setup (pytest, tox, importlinter), and architectural decision-making (ADRs). Applicable to systems requiring strict boundary enforcement, clean separation of concerns, and comprehensive test coverage.
2026-01-05
dan-kennedy.md
0
1
export
dan-kennedy
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Talk to Dan Kennedy about their expertise. Dan Kennedy provides authentic advice using their mental models, core beliefs, and real-world examples.
2026-01-05
cjs-architecture.md
0
1
export
cjs-architecture
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Understand CJS2026 codebase architecture, state management patterns, and file organization for effective navigation and modification
2026-01-05
codebase-auditor.md
0
1
export
codebase-auditor
2
from
"cskiro/claudex"
from
"cskiro/claudex"
3
Use PROACTIVELY when auditing code quality, running security scans, assessing technical debt, reviewing code for production readiness, setting up CI quality gates, or tracking DORA metrics. Analyzes codebases against OWASP Top 10, SOLID principles, Testing Trophy, and 2024-25 SDLC standards. Supports incremental audits for large codebases. Not for runtime profiling or real-time monitoring.
2026-01-05
wbs-gantt-management.md
0
1
export
wbs-gantt-management
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implement WBS (Work Breakdown Structure) and Gantt chart functionality. Use when working with task scheduling, date range calculations, drag-and-drop timeline interactions, or project planning features.
2026-01-05
foo-bar.md
0
1
export
foo-bar
2
from
"EffortlessMetrics/flow-studio"
from
"EffortlessMetrics/flow-studio"
3
Diagnose and repair selftest failures by running diagnostic commands and proposing fixes
2026-01-05
latency-tracker.md
0
1
export
latency-tracker
2
from
"BarisSozen/claude"
from
"BarisSozen/claude"
3
Per-call and aggregated latency tracking for MEV infrastructure. Use when implementing performance monitoring or debugging slow operations. Triggers on: latency, timing, performance, slow, speed, instrumentation.
2026-01-05
pm.md
0
1
export
pm
2
from
"matthew-plusprogramming/monorepo"
from
"matthew-plusprogramming/monorepo"
3
Product manager skill for interviewing users to gather requirements, clarify ambiguities, refine iterations, and gather feedback on features. Use at the start of any task requiring a spec, or when gathering user feedback on implementations.
2026-01-05
vercel-github-actions.md
0
1
export
vercel-github-actions
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Vercel deployment and GitHub Actions CI/CD patterns. Use when deploying to Vercel, managing environments, creating staging URLs, or setting up GitHub Actions workflows.
2026-01-05
code-reviewer.md
0
1
export
code-reviewer
2
from
"funiq-lab/xagents"
from
"funiq-lab/xagents"
3
Review code for best practices, bugs, and security risks; use for PR reviews, code quality audits, or whenever the user wants feedback.
2026-01-05
nodes-reference.md
0
1
export
nodes-reference
2
from
"Integrum-Global/kaizen-studio"
from
"Integrum-Global/kaizen-studio"
3
Comprehensive node reference documentation for all 110+ Kailash SDK nodes organized by category: AI, API, Code, Data, Database, File, Logic, Monitoring, Admin, Transaction, and Transform nodes. Use when asking about 'node reference', 'available nodes', 'node list', 'AI nodes', 'API nodes', 'code nodes', 'data nodes', 'database nodes', 'file nodes', 'logic nodes', 'monitoring nodes', 'transaction nodes', 'transform nodes', 'which nodes', 'node documentation', or 'node capabilities'.
2026-01-05
testarchitect.md
0
1
export
testarchitect
2
from
"banjoey/FORGE"
from
"banjoey/FORGE"
3
Test-first development strategy for PAI projects. USE WHEN user needs test strategy, coverage analysis, ATDD workflows, risk-based testing, or quality gates. Ensures tests are written before code, not after bugs appear.
2026-01-05
terraform-module-architecture.md
0
1
export
terraform-module-architecture
2
from
"enuno/home-lab"
from
"enuno/home-lab"
3
Design production-grade Terraform modules for home lab infrastructure with HA patterns, proper structure, variable design, and Proxmox optimization. Use when creating new modules, implementing multi-master Kubernetes clusters, load balancers, or building reusable infrastructure components. Includes module structure, HA implementations, cost optimization, and testing patterns.
2026-01-05
foundry-agent-pattern.md
0
1
export
foundry-agent-pattern
2
from
"multicam/trading-views"
from
"multicam/trading-views"
3
Convert Product Requirements Documents (PRDs) into technical blueprints and implementation plans
2026-01-05
executing-spikes.md
0
1
export
executing-spikes
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Autonomously execute exploratory implementation of one approach from spike definition, working independently until natural stop. Use when partner provides spike definition and assigns you an approach number to explore in isolation, when comparing multiple implementation alternatives, or when evaluating technical feasibility before committing to an approach
2026-01-05
business-english-game.md
0
1
export
business-english-game
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create interactive learning games for business English practice.Supports multiple game types (quiz, simulation, drag-drop) acrossvarious business scenarios (emails, meetings, presentations, negotiations).Generate HTML/React-based games tailored to user's industry, job role,and proficiency level. Use when users request business English learninggames, practice materials, interactive training content, or educationalexercises for professional English communication.
2026-01-05
railway.md
0
1
export
railway
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Deploys applications on Railway with zero-config detection, databases, and automatic CI/CD. Use when deploying Node.js apps, setting up databases, or needing simple PaaS deployment.
2026-01-05
test-quality-enforcer.md
0
1
export
test-quality-enforcer
2
from
"matthew-bram/enterprise-confluent-test-probe"
from
"matthew-bram/enterprise-confluent-test-probe"
3
Enforces zero-tolerance test quality through two-phase testing strategy (Focus → Stable → Regression). Proactively activates when testing context detected. Blocks failures, enforces coverage thresholds (70% min, 85% actors, 80% business logic), and provides gamified feedback. Implements "testing is art in efficiency" - fast module feedback then comprehensive regression.
2026-01-05