Browse Skills
17720 skills found
enact/text-summarizer.md
10
1
export
enact/text-summarizer
2
from
"EnactProtocol/enact"
from
"EnactProtocol/enact"
3
Analyzes text and provides word count, character count, and sentence statistics
2026-01-05
enact/hello-python.md
10
1
export
enact/hello-python
2
from
"EnactProtocol/enact"
from
"EnactProtocol/enact"
3
A simple Python greeting tool
2026-01-05
changelog-generator.md
10
1
export
changelog-generator
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Generate CHANGELOG entries following conventional commits format with semantic versioning. Use when finalizing features to maintain proper change history.
2026-01-05
adding-localizable-strings.md
10
1
export
adding-localizable-strings
2
from
"terraware/terraware-server"
from
"terraware/terraware-server"
3
Adds new human-readable strings that are translated into users' languages.
2026-01-05
pdf-processing.md
10
1
export
pdf-processing
2
from
"hemanth/agentu"
from
"hemanth/agentu"
3
Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.
2026-01-05
skill-authoring.md
10
1
export
skill-authoring
2
from
"chaingraphlabs/chaingraph"
from
"chaingraphlabs/chaingraph"
3
Guidelines for creating and organizing Claude Code skills for the ChainGraph project. Use when creating new skills, updating existing skills, or organizing the skill tree. Covers naming conventions, description writing, skill composition, and tree organization.
2026-01-05
tip-javascript-typescript.md
10
1
export
tip-javascript-typescript
2
from
"sushichan044/dotfiles"
from
"sushichan044/dotfiles"
3
This skill should be used when writing or refactoring TypeScript/JavaScript code. It provides coding patterns and best practices aligned with the user's preferred development style, typescript language usage patterns, and library-specific tips.
2026-01-05
account-recovery.md
10
1
export
account-recovery
2
from
"teddylee777/LangGraph-Advanced-Tutorial"
from
"teddylee777/LangGraph-Advanced-Tutorial"
3
Guidance and guardrails for secure account recovery workflows including identity verification and password reset.
2026-01-05
taking-screenshots.md
10
1
export
taking-screenshots
2
from
"auth0/docs-v2"
from
"auth0/docs-v2"
3
Provides a consistent, reproducible workflow for creating, updating, and maintaining screenshots in the Auth0 docs-v2 monorepo. Use when capturing or modifying screenshots for Mintlify pages, Auth0 Dashboard interfaces, or UI surfaces within main, auth4genai, or ui. Ensures correct formatting, accessibility, alt text, paths, viewport, file size, cropping rules, and Playwright MCP usage.
2026-01-05
webapp-testing.md
10
1
export
webapp-testing
2
from
"marcusrbrown/.dotfiles"
from
"marcusrbrown/.dotfiles"
3
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
2026-01-05
git-workflow.md
10
1
export
git-workflow
2
from
"basher83/lunar-claude"
from
"basher83/lunar-claude"
3
This skill should be used when the user asks to "make commits", "commit all changes", "create a branch", "name a branch", "organize commits", "conventional commits", "generate changelog", "release version", "bump version", or needs guidance on git workflow best practices including commit organization, branch naming, and conventional commit format.
2026-01-05
agent-sre-engineer.md
10
1
export
agent-sre-engineer
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert Site Reliability Engineer balancing feature velocity with system stability through SLOs, automation, and operational excellence. Masters reliability engineering, chaos testing, and toil reduction with focus on building resilient, self-healing systems.
2026-01-05
project-alignment.md
10
1
export
project-alignment
2
from
"akaszubski/autonomous-dev"
from
"akaszubski/autonomous-dev"
3
PROJECT.md alignment patterns and validation strategies
2026-01-05
rust-quality-checker.md
10
1
export
rust-quality-checker
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Validate Rust code quality with rustfmt, clippy, cargo check, and security analysis. Use for Rust codebases to ensure idiomatic Rust code and best practices.
2026-01-05
angreal.md
10
1
export
angreal
2
from
"angreal/angreal"
from
"angreal/angreal"
3
Task automation and project templating with angreal. Use when running project tasks, creating new tasks, or setting up project automation. Teaches both using existing tasks and authoring new ones.
2026-01-05
enact/formatter.md
10
1
export
enact/formatter
2
from
"EnactProtocol/enact"
from
"EnactProtocol/enact"
3
Formats and prettifies JSON with configurable indentation
2026-01-05
validation-coordinator.md
10
1
export
validation-coordinator
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Auto-activates when coordinating sequential validation specialists with workflow management, dependency tracking, and overall validation status monitoring.
2026-01-05
enact/playwright.md
10
1
export
enact/playwright
2
from
"EnactProtocol/enact"
from
"EnactProtocol/enact"
3
Browser automation tool using Playwright - captures screenshots and extracts content from web pages
2026-01-05
Unnamed Skill.md
10
1
export
Unnamed Skill
2
from
"ratacat/claude-skills"
from
"ratacat/claude-skills"
3
Use when designing or building modern web applications in JavaScript/TypeScript (SPA/SSR/SSG/ISR/RSC): architecture trade-offs, state/data patterns, performance, testing, delivery, and team scaling.
2026-01-05
jest-generator.md
10
1
export
jest-generator
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Generate Jest-based unit tests for JavaScript/TypeScript code. Creates test files following Jest conventions with proper mocking, describe blocks, and coverage.
2026-01-05
e2e-test-writer.md
10
1
export
e2e-test-writer
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Write comprehensive end-to-end tests using Playwright with page object model pattern. Use when creating browser-based tests for user workflows.
2026-01-05
agent-workflow-orchestrator.md
10
1
export
agent-workflow-orchestrator
2
from
"Tony363/SuperClaude"
from
"Tony363/SuperClaude"
3
Expert workflow orchestrator specializing in complex process design, state machine implementation, and business process automation. Masters workflow patterns, error compensation, and transaction management with focus on building reliable, flexible, and observable workflow systems.
2026-01-05
typescript-quality-checker.md
10
1
export
typescript-quality-checker
2
from
"matteocervelli/llms"
from
"matteocervelli/llms"
3
Validate TypeScript/JavaScript code quality with ESLint, Prettier, type checking, and security analysis. Use for TypeScript/JS codebases to ensure code quality and standards.
2026-01-05
enact/hello-ruby.md
10
1
export
enact/hello-ruby
2
from
"EnactProtocol/enact"
from
"EnactProtocol/enact"
3
A simple Ruby greeting tool
2026-01-05