Back to Skills

Use a Skill

jdip
Updated Today
6 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

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

Algorithmic Art Generation

Meta

This skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.

View skill

webapp-testing

Testing

This Claude Skill provides a Playwright-based toolkit for testing local web applications through Python scripts. It enables frontend verification, UI debugging, screenshot capture, and log viewing while managing server lifecycles. Use it for browser automation tasks but run scripts directly rather than reading their source code to avoid context pollution.

View skill

requesting-code-review

Design

This skill dispatches a code-reviewer subagent to analyze code changes against requirements before proceeding. It should be used after completing tasks, implementing major features, or before merging to main. The review helps catch issues early by comparing the current implementation with the original plan.

View skill