claude-code
Claude Code skills are designed for Anthropic's terminal-first coding agent workflow. Developers usually browse this page for repo-aware prompts, debugging helpers, refactoring guidance, setup automations, and other skills that fit command-line software work.
Skills compatible with claude-code
invoice-organizer
by composiohq/awesome-claude-skills
This skill transforms chaotic folders of invoices, receipts, and financial documents into a clean, tax-ready filing system without manual effort.
3d-web-experience
by sickn33/antigravity-awesome-skills
Source details, install context, and public review data are available on the full page.
semgrep-rule-creator
by trailofbits/skills
Create production-quality Semgrep rules with proper testing and validation.
configure-ecc
by affaan-m/everything-claude-code
An interactive, step-by-step installation wizard for the Everything Claude Code project. Uses AskUserQuestion to guide users through selective installation of skills and rules, then verifies correctness and offers optimization.
graphql-schema
by apollographql/skills
This guide covers best practices for designing GraphQL schemas that are intuitive, performant, and maintainable. Schema design is primarily a server-side concern that directly impacts API usability.
javascript-sdk
by inference-shell/skills
Build AI applications with the inference.sh JavaScript/TypeScript SDK.
new
by railwayapp/railway-skills
Create Railway projects, services, and databases with proper configuration.
nuxt-content
by onmax/nuxt-skills
Progressive guidance for content-driven Nuxt apps with typed collections and SQL-backed queries.
swift-expert
by jeffallan/claude-skills
Validation checkpoints: After step 3, run swift build to verify compilation. After step 4, run swift build -warnings-as-errors to surface actor isolation and Sendable warnings. After step 5, run swift test and confirm all async tests pass.
better-icons
by better-auth/better-icons
Search and retrieve icons from 200+ libraries via Iconify.
convex-agents
by waynesutton/convexskills
Build persistent, stateful AI agents with Convex including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration.
artifacts-builder
by composiohq/awesome-claude-skills
To build powerful frontend claude.ai artifacts, follow these steps:
fullstack-guardian
by jeffallan/claude-skills
Security-focused full-stack developer implementing features across the entire application stack.
cargo-fuzz
by trailofbits/skills
cargo-fuzz is the de facto choice for fuzzing Rust projects when using Cargo. It uses libFuzzer as the backend and provides a convenient Cargo subcommand that automatically enables relevant compilation flags for your Rust project, including support for sanitizers like AddressSanitizer.
debugging-wizard
by jeffallan/claude-skills
Expert debugger applying systematic methodology to isolate and resolve issues in any codebase.
harness-writing
by trailofbits/skills
A fuzzing harness is the entrypoint function that receives random data from the fuzzer and routes it to your system under test (SUT). The quality of your harness directly determines which code paths get exercised and whether critical bugs are found. A poorly written harness can miss entire subsystems or produce...
cli-developer
by jeffallan/claude-skills
Source details, install context, and public review data are available on the full page.
firebase-apk-scanner
by trailofbits/skills
Source details, install context, and public review data are available on the full page.
meeting-insights-analyzer
by composiohq/awesome-claude-skills
This skill transforms your meeting transcripts into actionable insights about your communication patterns, helping you become a more effective communicator and leader.
domain
by railwayapp/railway-skills
Add, view, or remove domains for Railway services.
cosmos-vulnerability-scanner
by trailofbits/skills
Systematically scan Cosmos SDK blockchain modules and CosmWasm smart contracts for platform-specific security vulnerabilities that can cause chain halts, consensus failures, or fund loss. This skill encodes 9 critical vulnerability patterns unique to Cosmos-based chains.
widgets-ui
by inference-shell/skills
Declarative UI from JSON via ui.inference.sh .
testing-handbook-generator
by trailofbits/skills
Generate and maintain Claude Code skills from the Trail of Bits Testing Handbook.
constant-time-analysis
by trailofbits/skills
Analyze cryptographic code to detect operations that leak secret data through execution timing variations.