Use a Skill
About
This skill allows developers to use Claude's capabilities to complete quick tasks within 3 seconds. For longer tasks, it can be extended by spending multiple actions across turns. Task resolution occurs either immediately for quick actions or upon completion for multi-turn tasks.
Quick Install
Claude Code
Recommended/plugin add https://github.com/jdip/RED-Repogit clone https://github.com/jdip/RED-Repo.git ~/.claude/skills/Use a SkillCopy and paste this command in Claude Code to install this skill
Documentation
Use an Action to use one of your Skills to attempt to accomplish a quick task (3 seconds max). If the GM determines your proposed task would take more than 3 seconds, and you still want to do it, you can spend your Action every Turn to attempt to accomplish it, at a rate of 3 seconds per Turn, making your Check only when you've finished the duration of the task. Task resolution is covered in Resolving Actions with Skills later on this page.
GitHub Repository
Related Skills
content-collections
MetaThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
creating-opencode-plugins
MetaThis skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.
langchain
MetaLangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.
cloudflare-turnstile
MetaThis skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.
