Browse Skills

9063 skills found

talon-development.md
11
1 export talon-development
2 jcaw from "jcaw/talon_config"
3 Expert guidance for Talon voice control development. Use when creating voice commands, defining actions, writing .talon files, testing Talon config, or debugging Talon issues.
2026-01-05
Debugging and Troubleshooting.md
11
1 export Debugging and Troubleshooting
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Systematic error diagnosis and debugging workflow for Rust code. Use when code isn't working, tests fail, or runtime errors occur.
2026-01-05
e2e-testing-standards.md
11
1 export e2e-testing-standards
2 williamzujkowski from "williamzujkowski/standards"
3 Implement robust E2E tests with Playwright or Cypress using Page Object Model, proper waits, and CI/CD integration. Covers selector strategies, flaky test prevention, and cross-browser testing patterns.
2026-01-05
unit-testing.md
11
1 export unit-testing
2 williamzujkowski from "williamzujkowski/standards"
3 Unit testing standards following TDD methodology, test pyramid principles, and comprehensive coverage practices. Covers pytest, Jest, mocking, fixtures, and CI integration for reliable test suites.
2026-01-05
setup-tester.md
11
1 export setup-tester
2 ruchernchong from "ruchernchong/dotfiles"
3 Test and validate the dotfiles setup process for this repository. Use when the user wants to test the setup script, validate the installation, verify symlinks, troubleshoot setup issues, or check that dotfiles are properly configured. Triggers include "test setup", "validate installation", "check dotfiles", "verify setup", or troubleshooting requests.
2026-01-05
test-generator.md
11
1 export test-generator
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Generate comprehensive unit tests for code. Use when creating tests, improving test coverage, or setting up testing frameworks.
2026-01-05
testing.md
11
1 export testing
2 williamzujkowski from "williamzujkowski/standards"
3 Comprehensive testing standards including unit, integration, security, and property-based testing with TDD methodology
2026-01-05
mutation-testing.md
11
1 export mutation-testing
2 Roasbeef from "Roasbeef/claude-files"
3 Validates test suite quality through mutation testing. Generates intelligent code mutations, runs tests to verify they catch the changes, and identifies gaps in test coverage. Use when evaluating test effectiveness, validating newly written tests, or improving test quality for mission-critical code.
2026-01-05
react-frontend.md
11
1 export react-frontend
2 williamzujkowski from "williamzujkowski/standards"
3 React frontend standards covering hooks (useState, useEffect, useContext, custom hooks), state management (Context API, Redux, Zustand), performance optimization (memoization, lazy loading, code splitting), testing with React Testing Library, and accessibility (WCAG 2.1, ARIA) for modern SPAs
2026-01-05
skill-loader.md
11
1 export skill-loader
2 williamzujkowski from "williamzujkowski/standards"
3 Skill-Loader standards and best practices for Skill Loader. Includes implementation guidelines, common patterns, and testing strategies.
2026-01-05
shell-scripting-standards.md
11
1 export shell-scripting-standards
2 williamzujkowski from "williamzujkowski/standards"
3 Essential patterns for reliable shell scripts - portable shebangs, error handling, quoting rules, functions, testing with Bats, and ShellCheck integration.
2026-01-05
kubernetes.md
11
1 export kubernetes
2 williamzujkowski from "williamzujkowski/standards"
3 Kubernetes standards for container orchestration, deployments, services, ingress, ConfigMaps, Secrets, and security policies. Covers production-ready configurations, monitoring, and best practices for cloud-native applications.
2026-01-05
Unnamed Skill.md
11
1 export Unnamed Skill
2 pvillega from "pvillega/claude-templates"
3 Use when implementing auth, file uploads, payments, or external APIs. Applies STRIDE framework systematically. Triggers: "authentication", "file upload", "payment", "multi-tenant", "external API". If thinking "I know security" - use this anyway.
2026-01-05
python-coding-standards.md
11
1 export python-coding-standards
2 williamzujkowski from "williamzujkowski/standards"
3 Python coding standards following PEP 8, type hints, testing best practices, and modern Python patterns. Use for Python projects requiring clean, maintainable, production-ready code with comprehensive testing.
2026-01-05
stripe-patterns.md
11
1 export stripe-patterns
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Stripe payment integration patterns. Use when implementing payment flows, handling webhooks, or working with subscriptions. Routes to existing patterns and provides evidence templates for payment testing.
2026-01-05
security-practices.md
11
1 export security-practices
2 williamzujkowski from "williamzujkowski/standards"
3 Modern security standards including Zero Trust Architecture, supply chain security, DevSecOps integration, and cloud-native protection
2026-01-05
code-review-helper.md
11
1 export code-review-helper
2 gptme from "gptme/gptme-contrib"
3 Systematic code review workflows with bundled utilities for analyzing code quality, detecting patterns, and providing structured feedback. Use this skill when reviewing pull requests or conducting code audits.
2026-01-05
nist-compliance.md
11
1 export nist-compliance
2 williamzujkowski from "williamzujkowski/standards"
3 NIST 800-53r5 control implementation, tagging, evidence collection, and compliance automation for security frameworks
2026-01-05
codex-code-review.md
11
1 export codex-code-review
2 tyrchen from "tyrchen/claude-skills"
3 Perform comprehensive code reviews using OpenAI Codex CLI. This skill should be used when users request code reviews, want to analyze diffs/PRs, need security audits, performance analysis, or want automated code quality feedback. Supports reviewing staged changes, specific files, entire directories, or git diffs.
2026-01-05
valid-skill.md
11
1 export valid-skill
2 williamzujkowski from "williamzujkowski/standards"
3 A valid skill for testing with proper structure and content
2026-01-05
TDD Workflow.md
11
1 export TDD Workflow
2 ShunsukeHayashi from "ShunsukeHayashi/Miyabi"
3 Test-Driven Development workflow for Miyabi. Red-Green-Refactor cycle with Rust-specific patterns. Use when implementing new features, fixing bugs, or writing tests.
2026-01-05
rls-patterns.md
11
1 export rls-patterns
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Row Level Security patterns for database operations. Use when writing Prisma/database code, creating API routes that access data, or implementing webhooks. Enforces withUserContext, withAdminContext, or withSystemContext helpers. NEVER use direct prisma calls.
2026-01-05
service-mesh.md
11
1 export service-mesh
2 williamzujkowski from "williamzujkowski/standards"
3 A service mesh is an infrastructure layer that provides transparent service-to-service communication with built-in observability, traffic management, and security features without requiring application code changes.
2026-01-05
deployment-sop.md
11
1 export deployment-sop
2 bybren-llc from "bybren-llc/wtfb-safe-agentic-workflow"
3 Deployment workflows, pre-deploy validation, and smoke testing patterns. Use when deploying to staging or production, running smoke tests, or validating deployments.
2026-01-05