New skills
Browse the most recently seen skills in the imported catalog, with a stable tiebreak on current popularity.
release-management
by recoupable/release-management
Manage music release campaigns using RELEASE.md as the single source of truth.
stock-market-pro
by sundial-org/awesome-openclaw-skills
A professional-grade financial analysis tool powered by Yahoo Finance data.
cpp-coding-standards
by affaan-m/everything-claude-code
Comprehensive coding standards for modern C++ (C++17/20/23) derived from the C++ Core Guidelines . Enforces type safety, resource safety, immutability, and clarity.
cost-aware-llm-pipeline
by affaan-m/everything-claude-code
Patterns for controlling LLM API costs while maintaining quality. Combines model routing, budget tracking, retry logic, and prompt caching into a composable pipeline.
content-hash-cache-pattern
by affaan-m/everything-claude-code
Cache expensive file processing results (PDF parsing, text extraction, image analysis) using SHA-256 content hashes as cache keys. Unlike path-based caching, this approach survives file moves/renames and auto-invalidates when content changes.
regex-vs-llm-structured-text
by affaan-m/everything-claude-code
A practical decision framework for parsing structured text (quizzes, forms, invoices, documents). The key insight: regex handles 95-98% of cases cheaply and deterministically. Reserve expensive LLM calls for the remaining edge cases.
swift-actor-persistence
by affaan-m/everything-claude-code
Patterns for building thread-safe data persistence layers using Swift actors. Combines in-memory caching with file-backed storage, leveraging the actor model to eliminate data races at compile time.
swift-protocol-di-testing
by affaan-m/everything-claude-code
Patterns for making Swift code testable by abstracting external dependencies (file system, network, iCloud) behind small, focused protocols. Enables deterministic tests without I/O.
ppt-generation
by bytedance/deer-flow
This skill generates professional PowerPoint presentations by creating AI-generated images for each slide and composing them into a PPTX file. The workflow includes planning the presentation structure with a consistent visual style, generating slide images sequentially (using the previous slide as a reference for...
github-triage
by code-yeongyu/oh-my-opencode
1 ISSUE/PR = 1 TASKCREATE = 1 quick SUBAGENT (background). NO EXCEPTIONS.
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.
github-deep-research
by bytedance/deer-flow
Multi-round research combining GitHub API, web_search, web_fetch to produce comprehensive markdown reports.
authoring-skills
by vercel/next.js
Use this skill when creating or modifying agent skills in .agents/skills/ .
inngest-events
by inngest/inngest-skills
Master Inngest event design and delivery patterns. Events are the foundation of Inngest - learn to design robust event schemas, implement idempotency, leverage fan-out patterns, and handle system events effectively.
runtime-debug
by vercel/next.js
Use this skill when reproducing runtime-bundle, module-resolution, or user-bundle inclusion regressions.
inngest-steps
by inngest/inngest-skills
Build robust, durable workflows with Inngest's step methods. Each step is a separate HTTP request that can be independently retried and monitored.
inngest-durable-functions
by inngest/inngest-skills
Master Inngest's durable execution model for building fault-tolerant, long-running workflows. This skill covers the complete lifecycle from triggers to error handling.
readme
by boshu2/agentops
Purpose: Generate a README that converts skimmers into users and satisfies deep readers — then validate it with a council.
inngest-flow-control
by inngest/inngest-skills
Master Inngest flow control mechanisms to manage resources, prevent overloading systems, and ensure application reliability. This skill covers all flow control options with prescriptive guidance on when and how to use each.
react-vendoring
by vercel/next.js
Use this skill for changes touching vendored React, react-server-dom-webpack/* , or react-server layer boundaries.
inngest-middleware
by inngest/inngest-skills
Master Inngest middleware to handle cross-cutting concerns like logging, error tracking, dependency injection, and data transformation. Middleware runs at key points in the function lifecycle, enabling powerful patterns for observability and shared functionality.
reverse-engineer-rpi
by boshu2/agentops
Reverse-engineer a product into a mechanically verifiable feature inventory + registry + spec set, with optional security-audit artifacts and validation gates.
inngest-setup
by inngest/inngest-skills
This skill sets up Inngest in a TypeScript project from scratch, covering installation, client configuration, connection modes, and local development.
brainstorm
by boshu2/agentops
Purpose: Separate WHAT from HOW. Explore the problem space before committing to a solution.