Browse Skills
9063 skills found
feature-implementer.md
0
1
export
feature-implementer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implement feature steps using git worktrees, build and test adaptively, update implementation plan, and generate test plans. This skill should be used when ready to implement one or more steps from an implementation plan, automatically adapting to any framework, language, or project structure.
2026-01-05
env-handler.md
0
1
export
env-handler
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage environment variables securely. Handles distinction between .env (template) and .env.local (secrets).
2026-01-05
python-development.md
0
1
export
python-development
2
from
"btimothy-har/mycc-config"
from
"btimothy-har/mycc-config"
3
Core Python development skill for scripts, utilities, and general Python code. Covers uv package management, script dependencies, project setup, and coding standards. Use for Python file creation, running scripts, dependency management, or general Python tasks. For web APIs and servers, see python-backend skill. For testing, see python-testing skill.
2026-01-05
nextjs-client-cookie-pattern.md
0
1
export
nextjs-client-cookie-pattern
2
from
"mcclowes/vague-playground"
from
"mcclowes/vague-playground"
3
Pattern for client components calling server actions to set cookies in Next.js. Covers the two-file pattern of a client component with user interaction (onClick, form submission) that calls a server action to modify cookies. Use when building features like authentication, preferences, or session management where client-side triggers need to set/modify server-side cookies.
2026-01-05
security-review.md
0
1
export
security-review
2
from
"guvnr-dev/guvnr"
from
"guvnr-dev/guvnr"
3
Perform security-focused code review using OWASP guidelines and AI-specific security best practices.
2026-01-05
claude-agent-sdk.md
0
1
export
claude-agent-sdk
2
from
"jackspace/ClaudeSkillz"
from
"jackspace/ClaudeSkillz"
3
This skill provides comprehensive knowledge for working with the Anthropic Claude Agent SDK. It should be used when building autonomous AI agents, creating multi-step reasoning workflows, orchestrating specialized subagents, integrating custom tools and MCP servers, or implementing production-ready agentic systems with Claude Code's capabilities.Use when building coding agents, SRE systems, security auditors, incident responders, code review bots, or any autonomous system that requires programmatic interaction with Claude Code CLI, persistent sessions, tool orchestration, and fine-grained permission control.Keywords: claude agent sdk, @anthropic-ai/claude-agent-sdk, query(), createSdkMcpServer, AgentDefinition, tool(), claude subagents, mcp servers, autonomous agents, agentic loops, session management, permissionMode, canUseTool, multi-agent orchestration, settingSources, CLI not found, context length exceeded
2026-01-05
prepare-changelog.md
0
1
export
prepare-changelog
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guidelines for preparing changelog entries for nextest releases following Keep a Changelog format
2026-01-05
validator-agent-pattern.md
0
1
export
validator-agent-pattern
2
from
"multicam/trading-views"
from
"multicam/trading-views"
3
Test implementations against requirements, collect feedback, and create improvement loops
2026-01-05
killbill-admin.md
0
1
export
killbill-admin
2
from
"tariron/saasodoo"
from
"tariron/saasodoo"
3
Expert KillBill administrator for managing billing, subscriptions, invoices, and overdue states. Provides ready-to-use commands via Traefik DNS for tenant management, catalog uploads, test clock manipulation, and overdue testing workflows.
2026-01-05
aws-sso-login.md
0
1
export
aws-sso-login
2
from
"Daisuke897/dotfiles"
from
"Daisuke897/dotfiles"
3
Authenticate to AWS using Single Sign-On (SSO). Use when AWS CLI operations require SSO authentication or when SSO session has expired.
2026-01-05
rustie-docs.md
0
1
export
rustie-docs
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Documentation management skill for audit, creation, and maintenance. Enforces documentation standards, checks for staleness and broken references, auto-fixes issues, and ensures docs are created in correct locations. Use when user says "check docs", "audit docs", "fix docs", "create doc", "archive docs", or when scattered .md files are detected.
2026-01-05
jwt-auth-expert.md
0
1
export
jwt-auth-expert
2
from
"SHAJAR5110/Hackathon-II-phase2"
from
"SHAJAR5110/Hackathon-II-phase2"
3
Comprehensive JWT authentication expert for senior developers (10+ years experience). Intelligently detects project language/framework and implements production-ready JWT auth systems with refresh tokens, secure HTTP-only cookies, token rotation, blacklisting, RBAC, MFA, and complete security. Covers Express, FastAPI, Next.js, React, Django, Flask, NestJS, and more. Automatically audits JWT implementations, generates complete auth systems (registration, login, logout, refresh, password reset), implements middleware, prevents XSS/CSRF attacks, uses bcrypt/argon2 hashing, and follows OWASP best practices. Use for implementing JWT authentication, token refresh flows, secure cookie storage, protected routes, role-based access control, security audits, and complete auth system generation.
2026-01-05
infrastructure-testing.md
0
1
export
infrastructure-testing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Run TestKube and PGBouncer tests on Kubernetes clusters with mandatory context verification to prevent accidental deployments to wrong environments
2026-01-05
testing-e2e.md
0
1
export
testing-e2e
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert guidance for writing resilient end-to-end tests that span multiple processes and components. Use this skill when reviewing, writing, or refactoring system-wide e2e tests. Covers user-facing scenarios, helper functions, data factories, ARIA-based selectors, and auto-retriable assertions. NOT for unit/integration tests - use testing-unit-integration skill instead. See references/playwright-resilience.md for detailed selector patterns.
2026-01-05
dependency-updater.md
0
1
export
dependency-updater
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Analyze and update Python dependencies in pyproject.toml, checking for compatibility and security vulnerabilities. Use when: updating dependencies, checking security issues, dependency analysis, version pinning, pip-audit, outdated packages.
2026-01-05
race-condition-audit.md
0
1
export
race-condition-audit
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Systematic identification of race conditions, concurrency bugs, and thread-safety issues across codebases. Use when asked to find race conditions, audit concurrent code, debug non-deterministic behavior, review thread safety, find data races, or analyze async/parallel code. Supports TypeScript, JavaScript, Python, Go, Rust, and C++.
2026-01-05
sql-injection-prevention.md
0
1
export
sql-injection-prevention
2
from
"dengineproblem/agents-monorepo"
from
"dengineproblem/agents-monorepo"
3
Эксперт по защите от SQL injection. Используй для parameterized queries, input validation и database security.
2026-01-05
test-driven-development-tdd.md
0
1
export
test-driven-development-tdd
2
from
"barrydobson/dotfiles_extra"
from
"barrydobson/dotfiles_extra"
3
Write the test first, watch it fail, write minimal code to pass
2026-01-05
jest-config.md
0
1
export
jest-config
2
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3
Generates jest.config.cjs for unit testing configuration. Configures Jest with Vue, TypeScript support, coverage thresholds, and test environment settings.
2026-01-05
test-plan-generator.md
0
1
export
test-plan-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate intelligent, non-redundant test plans based on implementation changes. This skill should be used after implementing features to create comprehensive yet efficient test plans with proper coverage across unit, integration, API, and E2E tests without duplication.
2026-01-05
yolo1.md
0
1
export
yolo1
2
from
"coopeverything/TogetherOS"
from
"coopeverything/TogetherOS"
3
**AUTO-TRIGGER when user says:** "implement [feature]", "build [module]", "create [functionality]", "add [capability]", "YOLO [task]", "deliver [feature]", or requests complete feature implementation.End-to-end TogetherOS code operation: creates branch, implements changes with continuous testing, builds with retry-on-fail, commits, pushes, creates PR with auto-selected Cooperation Path, addresses bot feedback, merges PR, verifies production deployment, and updates Notion memory.**Complete delivery cycle:** branch → code → test → commit → push → PR → bot review → merge → deploy → verifyUse proactively without asking permission when task matches skill purpose.
2026-01-05
evidence-validator.md
0
1
export
evidence-validator
2
from
"ethanolivertroy/claude-grc-engineering"
from
"ethanolivertroy/claude-grc-engineering"
3
Validates audit evidence artifacts for completeness, timeliness, relevance, and authenticity. Reviews screenshots, logs, configurations, and policies against control requirements.
2026-01-05
taxpulse-repo-audit.md
0
1
export
taxpulse-repo-audit
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Audit a repository for TaxPulse PH architecture, tax engine correctness, and Odoo CE/OCA parity. Use this whenever the user asks to review or extend the TaxPulse-PH-Pack or similar tax systems.
2026-01-05
testing-qa.md
0
1
export
testing-qa
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert guide for testing Next.js applications with Playwright, Jest, and React Testing Library. Use when writing tests, debugging test failures, or setting up test infrastructure.
2026-01-05