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
sora
by openai/skills
Creates or manages short video clips for the current project (product demos, marketing spots, cinematic shots, UI mocks). Defaults to sora-2 and a structured prompt augmentation workflow, and prefers the bundled CLI for deterministic runs. Note: $sora is a skill tag in prompts, not a shell command.
storyboard
by deanpeters/product-manager-skills
Create a 6-frame visual narrative that tells the story of a user's journey from problem to solution, using the classic storytelling arc to build empathy, illustrate value, and make abstract product concepts concrete. Use this to align stakeholders, pitch features, communicate vision, or test if your solution resonates...
sveltia-cms
by jezweb/claude-skills
Complete skill for integrating Sveltia CMS into static site projects.
user-story-writing
by aj-geddes/useful-ai-prompts
Well-written user stories communicate requirements in a user-focused way, facilitate discussion, and provide clear acceptance criteria for developers and testers.
aceternity-ui
by secondsky/claude-skills
Aceternity UI is a premium, production-ready React component library designed for Next.js applications. It provides 100+ beautifully animated and interactive components built with Tailwind CSS and Framer Motion. Components are installed via the shadcn CLI and can be customized directly in your codebase.
agent-skill-creator
by francyjglisboa/agent-skill-creator
Source details, install context, and public review data are available on the full page.
flutter-interoperating-with-native-apis
by flutter/skills
Use FFI to execute high-performance native code or utilize existing C/C++ libraries without the overhead of asynchronous Platform Channels.
google-spaces-updates
by jezweb/claude-skills
Status : Production Ready Last Updated : 2026-01-09
video-generation
by bytedance/deer-flow
This skill generates high-quality videos using structured prompts and a Python script. The workflow includes creating JSON-formatted prompts and executing video generation with optional reference image.
flutter-improving-accessibility
by flutter/skills
Design layouts to accommodate dynamic scaling and high visibility. Flutter automatically calculates font sizes based on OS-level accessibility settings.
healthcheck
by steipete/clawdis
Assess and harden the host running OpenClaw, then align it to a user-defined risk tolerance without breaking access. Use OpenClaw security tooling as a first-class signal, but treat OS hardening as a separate, explicit set of steps.
prompt-library
by sickn33/antigravity-awesome-skills
A comprehensive collection of battle-tested prompts inspired by awesome-chatgpt-prompts and community best practices.
search-memory
by nowledge-co/community
AI-powered search across your personal knowledge base using Nowledge Mem.
server-management
by sickn33/antigravity-awesome-skills
Server management principles for production operations. Learn to THINK, not memorize commands.
spring-boot-actuator
by giuseppe-trisciuoglio/developer-kit
Source details, install context, and public review data are available on the full page.
spring-boot-cache
by giuseppe-trisciuoglio/developer-kit
Spring Boot ships with a cache abstraction that wraps expensive service calls behind annotation-driven caches. This abstraction supports multiple cache providers (ConcurrentMap, Caffeine, Redis, Ehcache, JCache) without changing business code. The skill provides a concise workflow for enabling caching, managing cache...
unit-test-controller-layer
by giuseppe-trisciuoglio/developer-kit
This skill provides patterns for unit testing @RestController and @Controller classes using MockMvc. It covers testing request/response handling, HTTP status codes, request parameter binding, validation, content negotiation, response headers, and exception handling by mocking service dependencies for isolated...
upgrade-react-native
by react-native-community/skills
Upgrade a React Native Community CLI project to a target version by fetching and applying the diff from the React Native Upgrade Helper .
chinese-writing
by miantiao-me/aigc-weekly
这份指南旨在指导大模型生成高质量、现代风格的简体中文内容。适用于周刊、博客文章、科技资讯及评论类文章等场景。
feishu-docx
by leemysw/agent-kit
Export Feishu/Lark cloud documents to Markdown format for AI analysis.
prompt-optimizer
by daymade/claude-code-skills
Optimize vague prompts into precise, actionable specifications using EARS (Easy Approach to Requirements Syntax) - a Rolls-Royce methodology for transforming natural language into structured, testable requirements.
flutter-building-plugins
by flutter/skills
Implement federated plugins to split a plugin's API across multiple packages, allowing independent teams to build platform-specific implementations. Structure federated plugins into three distinct components:
grepai-search-basics
by yoanbernabeu/grepai-skills
This skill covers the fundamentals of semantic code search with GrepAI.
langchain4j-tool-function-calling-patterns
by giuseppe-trisciuoglio/developer-kit
Define tools and enable AI agents to interact with external systems, APIs, and services using LangChain4j's annotation-based and programmatic tool system.