Back to Skills

Use a Skill

jdip
Updated Yesterday
17 views
0
View on GitHub
Metadesign

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 CommandRecommended
/plugin add https://github.com/jdip/RED-Repo
Git CloneAlternative
git clone https://github.com/jdip/RED-Repo.git ~/.claude/skills/Use a Skill

Copy 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

jdip/RED-Repo
Path: docs/_actions/use-a-skill.md

Related Skills

content-collections

Meta

This 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.

View skill

creating-opencode-plugins

Meta

This 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.

View skill

langchain

Meta

LangChain 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.

View skill

polymarket

Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill