opencode
OpenCode skills are written for the OpenCode agent workflow and the code-first tasks that ecosystem supports. Expect software engineering helpers, debugging guides, and execution-oriented prompts that fit an assistant working directly with files, commands, and repository state.
Skills compatible with opencode
libfuzzer
by trailofbits/skills
libFuzzer is an in-process, coverage-guided fuzzer that is part of the LLVM project. It's the recommended starting point for fuzzing C/C++ projects due to its simplicity and integration with the LLVM toolchain. While libFuzzer has been in maintenance-only mode since late 2022, it is easier to install and use than its...
substrate-vulnerability-scanner
by trailofbits/skills
Systematically scan Substrate runtime modules (pallets) for platform-specific security vulnerabilities that can cause node crashes, DoS attacks, or unauthorized access. This skill encodes 7 critical vulnerability patterns unique to Substrate/FRAME-based chains.
wycheproof
by trailofbits/skills
Wycheproof is an extensive collection of test vectors designed to verify the correctness of cryptographic implementations and test against known attacks. Originally developed by Google, it is now a community-managed project where contributors can add test vectors for specific cryptographic constructions.
libafl
by trailofbits/skills
LibAFL is a modular fuzzing library that implements features from AFL-based fuzzers like AFL++. Unlike traditional fuzzers, LibAFL provides all functionality in a modular and customizable way as a Rust library. It can be used as a drop-in replacement for libFuzzer or as a library to build custom fuzzers from scratch.
zod
by pproenca/dot-skills
Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.
favicon-gen
by jezweb/claude-skills
Generate a complete favicon package from a logo, initials, or brand colours. Produces all required formats and HTML integration code.
nuxt-better-auth
by onmax/nuxt-skills
Authentication module for Nuxt 4+ built on Better Auth . Provides composables, server utilities, and route protection.
connect-apps
by composiohq/awesome-claude-skills
Connect Claude to 1000+ apps. Actually send emails, create issues, post messages - not just generate text about it.
nutrient-document-processing
by affaan-m/everything-claude-code
Process documents with the Nutrient DWS Processor API . Convert formats, extract text and tables, OCR scanned documents, redact PII, add watermarks, digitally sign, and fill PDF forms.
aflpp
by trailofbits/skills
AFL++ is a fork of the original AFL fuzzer that offers better fuzzing performance and more advanced features while maintaining stability. A major benefit over libFuzzer is that AFL++ has stable support for running fuzzing campaigns on multiple cores, making it ideal for large-scale fuzzing efforts.
ruzzy
by trailofbits/skills
Ruzzy is a coverage-guided fuzzer for Ruby built on libFuzzer. It enables fuzzing both pure Ruby code and Ruby C extensions with sanitizer support for detecting memory corruption and undefined behavior.
terraform-stacks
by hashicorp/agent-skills
Terraform Stacks simplify infrastructure provisioning and management at scale by providing a configuration layer above traditional Terraform modules. Stacks enable declarative orchestration of multiple components across environments, regions, and cloud accounts.
ton-vulnerability-scanner
by trailofbits/skills
Systematically scan TON blockchain smart contracts written in FunC for platform-specific security vulnerabilities related to boolean logic, Jetton token handling, and gas management. This skill encodes 3 critical vulnerability patterns unique to TON's architecture.
android-kotlin
by alinaqi/claude-bootstrap
Source details, install context, and public review data are available on the full page.
cloud-architect
by jeffallan/claude-skills
After Design: Confirm every component has a redundancy strategy and no single points of failure exist in the topology.
requirements-analysis
by jwynia/agent-skills
You diagnose requirements-level problems in software projects. Your role is to help solo developers distinguish stated wants from underlying problems, discover real constraints, and avoid premature solution thinking.
tailwindcss
by hairyf/skills
The skill is based on Tailwind CSS v4.1.18, generated at 2026-01-28.
market-research-reports
by davila7/claude-code-templates
Market research reports are comprehensive strategic documents that analyze industries, markets, and competitive landscapes to inform business decisions, investment strategies, and strategic planning. This skill generates professional-grade reports of 50+ pages with extensive visual content, modeled after deliverables...
react-native-expo
by jezweb/claude-skills
Status : Production Ready Last Updated : 2026-01-21 Dependencies : Node.js 20.19.4+, Expo CLI, Xcode 16.1+ (iOS) Latest Versions : react-native@0.81.5, expo@~54.0.31, react@19.2.3
semgrep-rule-variant-creator
by trailofbits/skills
Port existing Semgrep rules to new target languages with proper applicability analysis and test-driven validation.
typescript
by lobehub/lobehub
Source details, install context, and public review data are available on the full page.
xiaohongshu-images
by iamzifei/xiaohongshu-images-skill
This skill transforms markdown, HTML, or text content into beautifully styled HTML pages with AI-generated cover images, then captures them as sequential screenshots at 3:4 ratio for Xiaohongshu posting.
project-manager
by 404kidwiz/claude-supercode-skills
Provides project management expertise specializing in planning, execution, monitoring, and closure of projects. Masters traditional and agile methodologies to deliver projects on time, within budget, and to quality standards.
swiftui-view-refactor
by dimillian/skills
Apply a consistent structure and dependency pattern to SwiftUI views, with a focus on ordering, Model-View (MV) patterns, careful view model handling, and correct Observation usage.