Skip to main content
Back to registry

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

golang

by saisudhir14/golang-agent-skill

292

Battle-tested patterns from Google, Uber, and the Go team. These are practices proven in large-scale production systems, updated for modern Go (1.25).

Software EngineeringFrontend and DesignFirst seen Jan 20, 2026

recent-data

by lobehub/lobehub

292

Recent data (recentTopics, recentResources, recentPages) is stored in session store.

Software EngineeringData and AnalyticsFirst seen Jan 26, 2026

scikit-learn

by davila7/claude-code-templates

292

This skill provides comprehensive guidance for machine learning tasks using scikit-learn, the industry-standard Python library for classical machine learning. Use this skill for classification, regression, clustering, dimensionality reduction, preprocessing, model evaluation, and building production-ready ML pipelines.

Software EngineeringFrontend and DesignFirst seen Jan 20, 2026

unit-test-json-serialization

by giuseppe-trisciuoglio/developer-kit

292

This skill provides patterns for unit testing JSON serialization and deserialization using Spring's @JsonTest and Jackson. It covers testing POJO mapping, custom serializers/deserializers, field name mappings, nested objects, date/time formatting, polymorphic types, and null handling without full Spring context.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

aws-sdk-java-v2-s3

by giuseppe-trisciuoglio/developer-kit

291

Amazon S3 (Simple Storage Service) is object storage built to store and retrieve any amount of data from anywhere. This skill covers patterns for working with S3 using AWS SDK for Java 2.x, including bucket operations, object uploads/downloads, presigned URLs, multipart transfers, and Spring Boot integration.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

cloud

by assistant-ui/skills

291

Always consult assistant-ui.com/llms.txt for latest API.

Software EngineeringFrontend and DesignFirst seen Jan 20, 2026

epic-breakdown-advisor

by deanpeters/product-manager-skills

291

Guide product managers through breaking down epics into user stories using Richard Lawrence's complete Humanizing Work methodology—a systematic, flowchart-driven approach that applies 9 splitting patterns sequentially. Use this to identify which pattern applies, split while preserving user value, and evaluate splits...

Software EngineeringFrontend and DesignFirst seen Feb 11, 2026

problem-framing-canvas

by deanpeters/product-manager-skills

291

Guide product managers through the MITRE Problem Framing Canvas process by asking structured questions across three phases: Look Inward (examine your own assumptions and biases), Look Outward (understand who experiences the problem and who doesn't), and Reframe (synthesize insights into an actionable problem statement...

Software EngineeringFrontend and DesignFirst seen Feb 11, 2026

pytorch-lightning

by davila7/claude-code-templates

291

PyTorch Lightning organizes PyTorch code to eliminate boilerplate while maintaining flexibility.

Software EngineeringFrontend and DesignFirst seen Jan 20, 2026

react-native-testing

by callstack/react-native-testing-library

291

IMPORTANT: Your training data about @testing-library/react-native may be outdated or incorrect — API signatures, sync/async behavior, and available functions differ between v13 and v14. Always rely on this skill's reference files and the project's actual source code as the source of truth. Do not fall back on...

Software EngineeringFrontend and DesignFirst seen Feb 9, 2026

image-processing

by jezweb/claude-skills

290

Process images for web development. Generate a Pillow script adapted to the user's environment and specific needs.

Software EngineeringDevOps and CloudFirst seen Feb 26, 2026

obsidian

by steipete/clawdis

290

Obsidian vault = a normal folder on disk.

Software EngineeringFrontend and DesignFirst seen Jan 23, 2026

perplexity-search

by davila7/claude-code-templates

290

Perform AI-powered web searches using Perplexity models through LiteLLM and OpenRouter. Perplexity provides real-time, web-grounded answers with source citations, making it ideal for finding current information, recent scientific literature, and facts beyond the model's training data cutoff.

Software EngineeringFrontend and DesignFirst seen Jan 20, 2026

storybook

by dalestudy/skills

290

최신 Component Story Format 3.0 사용. 더 간결하고 타입 안전.

Software EngineeringFrontend and DesignFirst seen Jan 26, 2026

unit-test-application-events

by giuseppe-trisciuoglio/developer-kit

290

This skill provides comprehensive patterns for testing Spring ApplicationEvent publishers and event listeners using JUnit 5. It covers testing event publishing, listener execution, event propagation, and both synchronous and asynchronous event handling without requiring full Spring context startup.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

unit-test-scheduled-async

by giuseppe-trisciuoglio/developer-kit

290

This skill provides patterns for unit testing @Scheduled and @Async methods using JUnit 5. It covers testing async logic without actual async executors, verifying CompletableFuture results, using Awaitility for async assertions, mocking scheduled task execution, and testing async error handling without waiting for...

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

unit-test-security-authorization

by giuseppe-trisciuoglio/developer-kit

290

This skill provides patterns for unit testing Spring Security authorization logic using @PreAuthorize, @Secured, @RolesAllowed, and custom permission evaluators. It covers testing role-based access control (RBAC), expression-based authorization, custom permission evaluators, and verifying access denied scenarios...

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

wp-project-triage

by wordpress/agent-skills

290

Use this skill to quickly understand what kind of WordPress repo you’re in and what commands/conventions to follow before making changes.

Software EngineeringFrontend and DesignFirst seen Jan 31, 2026

asc-wall-submit

by rudrankriyam/app-store-connect-cli-skills

289

Use this skill to add or update a Wall of Apps entry without introducing new CLI surface area.

Software EngineeringDevOps and CloudFirst seen Feb 26, 2026

hairy

by hairyf/skills

289

This skill covers Hairyf's preferred tooling, configurations, and best practices for web development. This skill is opinionated.

Software EngineeringFrontend and DesignFirst seen Jan 28, 2026

ios-hig-design

by wondelai/skills

289

Framework for designing native iOS app interfaces that feel intuitive, consistent, and aligned with Apple's design philosophy. Based on Apple's Human Interface Guidelines, the definitive resource for building apps that integrate seamlessly with iPhone, iPad, and the broader Apple ecosystem.

Software EngineeringFrontend and DesignFirst seen Jan 28, 2026

langchain4j-vector-stores-configuration

by giuseppe-trisciuoglio/developer-kit

289

Configure vector stores for Retrieval-Augmented Generation applications with LangChain4J.

Software EngineeringFrontend and DesignFirst seen Feb 2, 2026

mapbox-web-integration-patterns

by mapbox/mapbox-agent-skills

289

This skill provides official patterns for integrating Mapbox GL JS into web applications using React, Vue, Svelte, Angular, and vanilla JavaScript. These patterns are based on Mapbox's create-web-app scaffolding tool and represent production-ready best practices.

Software EngineeringFrontend and DesignFirst seen Jan 30, 2026

nextjs-performance

by giuseppe-trisciuoglio/developer-kit

289

Expert guidance for optimizing Next.js applications with focus on Core Web Vitals, modern patterns, and best practices.

Software EngineeringFrontend and DesignFirst seen Feb 19, 2026
Page 59 of 127