Browse Skills

9063 skills found

executing-development-issues.md
0
1 export executing-development-issues
2 bryonjacob from "bryonjacob/aug"
3 Complete development lifecycle for GitHub/local issues - branch, implement, test, PR, merge with quality gates
2026-01-05
tdd-first.md
0
1 export tdd-first
2 macayaven from "macayaven/esperanto"
3 Recognize when user requests new feature implementation and prompt for TDD workflow. Triggers on phrases like "implement", "create function", "add feature", "build a", "write code for". Suggests generating failing tests first.
2026-01-05
hostile-review.md
0
1 export hostile-review
2 majiayu000 from "majiayu000/claude-skill-registry"
3 MANDATORY adversarial code review. Use before ANY commit to find security vulnerabilities, logic flaws, and edge cases. Actively tries to break the code.
2026-01-05
opencode-commands.md
0
1 export opencode-commands
2 joe-butler-23 from "joe-butler-23/nix-config"
3 Guide for creating and configuring custom OpenCode commands. Use this skill when you need to extend OpenCode capabilities, add custom workflows, or understand how to define commands with templates, arguments, and context injection.
2026-01-05
tool-design-pattern.md
0
1 export tool-design-pattern
2 ricardoroche from "ricardoroche/ricardos-claude-code"
3 Automatically applies when creating AI tool functions. Ensures proper schema design, input validation, error handling, context access, and comprehensive testing.
2026-01-05
gob-background-jobs.md
0
1 export gob-background-jobs
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when user requests "parallel" commands, running multiple builds/tests simultaneously, or long-running tasks. Use `gob add` instead of parallel Bash tool calls - gob provides job management, output capture, and proper process control.
2026-01-05
mcp-schema-designer.md
0
1 export mcp-schema-designer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Designs comprehensive Zod schemas for MCP tool inputs and API responses,ensuring type safety, clear validation error messages, and securitythrough input sanitization patterns.
2026-01-05
perf-analyzer.md
0
1 export perf-analyzer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: Performance analysis, bundle size optimization, rendering, Core Web Vitals, code splittingWHAT: Bundle analysis + large dependency detection + re-render issues + useMemo/useCallback suggestions + LCP/FID/CLS improvementsWHEN NOT: Code quality → code-reviewer, Security → security-scanner
2026-01-05
project-detection.md
0
1 export project-detection
2 gruckion from "gruckion/marathon-ralph"
3 Detects project type, package manager, and monorepo structure. Returns correct commands for test/build/lint/dev. Run at project initialization and cache results in state. Use before running any build/test commands.
2026-01-05
eslint-config.md
0
1 export eslint-config
2 metasaver from "metasaver/metasaver-marketplace"
3 ESLint flat config validation and templates for eslint.config.js files in MetaSaver monorepos. Includes 5 required standards (correct config type for projectType, simple re-export pattern from shared library, flat config filename eslint.config.js, shared config dependency, required npm scripts). Use when creating or auditing eslint.config.js files to ensure correct linting configuration.
2026-01-05
update-learning-logs.md
0
1 export update-learning-logs
2 showdaiya from "showdaiya/cr-tool"
3 Update the project learning logs (PowerShell/cmd, Git/GitHub/Copilot, AWS, TypeScript, Next.js/React, Playwright) by merging new knowledge into existing categories across one or more files.
2026-01-05
html-semantic-engineering.md
0
1 export html-semantic-engineering
2 matthewharwood from "matthewharwood/fantasy-phonics"
3 30 pragmatic rules for production HTML covering semantic markup, accessibility (WCAG 2.1 AA), performance optimization, forms, and security. Use when writing HTML, building page structures, creating forms, implementing accessibility, or optimizing for SEO and Core Web Vitals.
2026-01-05
api-integration.md
0
1 export api-integration
2 doitsu2014 from "doitsu2014/my-blogs-rsbuild"
3 Work with REST and GraphQL APIs, authentication, API configuration, and data fetching. Use when implementing API calls, debugging network requests, setting up Apollo Client, or handling authentication.
2026-01-05
webapp-testing.md
0
1 export webapp-testing
2 icartsh from "icartsh/icartsh_plugin"
3 Playwright를 사용하여 로컬 웹 애플리케이션과 상호작용하고 테스트하기 위한 툴킷입니다. 프런트엔드 기능 검증, UI 동작 디버깅, 브라우저 스크린샷 캡처 및 브라우저 로그 확인을 지원합니다.
2026-01-05
qa-screenshot-management.md
0
1 export qa-screenshot-management
2 jpoutrin from "jpoutrin/product-forge"
3 Screenshot capture, organization, and comparison for QA testing. Use when taking screenshots during test execution to ensure proper naming, organization, and traceability back to test cases.
2026-01-05
quantconnect-backtest.md
0
1 export quantconnect-backtest
2 derekcrosslu from "derekcrosslu/CLAUDE_CODE_EXPLORE"
3 QuantConnect backtesting API usage and Phase 3 decision integration (project)
2026-01-05
e2e-tester.md
0
1 export e2e-tester
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Execute end-to-end test scenarios for the D&D 5E terminal game using terminal-control MCP. This skill should be used when the user requests running test scenarios, creating new test scenarios, or debugging game functionality through automated testing. Requires terminal-control MCP server to be installed and running.
2026-01-05
authentication.md
0
1 export authentication
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement secure authentication with JWT, sessions, OAuth, and password hashing. Use when adding login/logout, token auth, or integrating OAuth providers.
2026-01-05
rust-tdd.md
0
1 export rust-tdd
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Test-Driven Development for Rust. Use when creating new functionality, writing tests, or fixing bugs through the Red-Green-Refactor TDD cycle.
2026-01-05
justfile-security-patterns.md
0
1 export justfile-security-patterns
2 bryonjacob from "bryonjacob/aug"
3 Level 2 patterns - vulns, lic, sbom, doctor (security, compliance, environment health)
2026-01-05
midenc-execution-trace.md
0
1 export midenc-execution-trace
2 greenhat from "greenhat/dotfiles"
3 Use when working on the Miden compiler (`midenc` / `cargo miden`), debugging failing tests or implementing compiler changes, and you need a Miden VM MASM execution trace to understand the stack state after each instruction. Covers `MIDENC_TRACE=executor=trace` (typically with `cargo make test -- --no-capture ...`).
2026-01-05
silent-execution.md
0
1 export silent-execution
2 elliotsteene from "elliotsteene/claude-code"
3 Automatically wraps verbose commands (pytest, ruff, builds) with silent execution for context-efficient output. Use this proactively when running tests, linters, formatters, or build commands to minimize context usage while preserving error information.
2026-01-05
seclists-pattern-matching.md
0
1 export seclists-pattern-matching
2 Eyadkelleh from "Eyadkelleh/awesome-claude-skills-security"
3 Sensitive data patterns for security testing: API keys, credit cards, emails, SSNs, phone numbers, IPs, and more. Use for data discovery and validation.
2026-01-05
code-review-assistant.md
0
1 export code-review-assistant
2 fusionet24 from "fusionet24/AISkills"
3 Activates when reviewing code to identify quality issues, security vulnerabilities, and suggest improvements
2026-01-05