Use a Skill
について
このスキルにより、開発者はClaudeの機能を活用して3秒以内に完了する簡単なタスクを実行できます。より長いタスクについては、複数のターンにわたってアクションを消費することで拡張可能です。タスクの解決は、迅速なアクションの場合は即時に、複数ターンにわたるタスクの場合は完了時に行われます。
クイックインストール
Claude Code
推奨/plugin add https://github.com/jdip/RED-Repogit clone https://github.com/jdip/RED-Repo.git ~/.claude/skills/Use a SkillこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
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 リポジトリ
関連スキル
content-collections
メタ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.
creating-opencode-plugins
メタ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.
polymarket
メタ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.
cloudflare-turnstile
メタThis 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.
