LLM & Agents
6763 skills in Data & AI > LLM & Agents
orchestrator
Use this skill when you need to orchestrate specialized Claude agents in separate sessions. Perfect for long-running tasks, specialized agents with MCP tools, and resumable workflows.
agent-selection
Single source of truth for MetaSaver agent selection and subagent_type mapping
video-generation
AI video generation with Sora, Veo, and Kling. Use when creating Reels, video prompts, or handling video generation workflows.
Diagnose Research Agent
A comprehensive skill designed for researching on complex diagnosis problems.
anthropic-api
Integrates Anthropic Claude API for chat, tool use, and vision capabilities. Use when building AI-powered features with Claude models including streaming, extended thinking, and multi-turn conversations.
frontend-developer
Skill for implementing frontend features following project conventions. Use when writing Vue components, creating UI, or refactoring frontend code. Loads all frontend rules from .claude/rules/frontend/.
wsc-effects
Apply chronicle event effects to world state. Use when events need to modify entities (battles change force strength, treaties change relationships, deaths remove agents). This is the core simulation engine.
cloudflare-sandbox
This skill provides comprehensive knowledge for building applications with Cloudflare Sandboxes SDK, which enables secure, isolated code execution in full Linux containers at the edge. It should be used when executing untrusted code, running Python/Node.js scripts, performing git operations, building AI code execution systems, creating interactive development environments, or implementing CI/CD workflows that require full OS capabilities. Use when: Setting up Cloudflare Sandboxes, executing Python/Node.js code safely, managing stateful development environments, implementing AI code interpreters, running shell commands in isolation, handling git repositories programmatically, building chat-based coding agents, creating temporary build environments, processing files with system tools (ffmpeg, imagemagick, etc.), or when encountering issues with container lifecycle, session management, or state persistence. Keywords: cloudflare sandbox, container execution, code execution, isolated environment, durable objects, linux container, python execution, node execution, git operations, code interpreter, AI agents, session management, ephemeral container, workspace, sandbox SDK, @cloudflare/sandbox, exec(), getSandbox(), runCode(), gitCheckout(), ubuntu container
subagent-prompting
Apply instruction-engineering to all subagent prompts. Use BEFORE invoking the Task tool, spawning agents, or dispatching parallel workers. Ensures subagents receive persona-driven, research-backed prompts that maximize compliance and output quality. Triggers on: "use a subagent", "spawn agent", "dispatch", "Task tool", parallel agent work, or any multi-agent orchestration.
data-designer
Generate high-quality synthetic datasets using statistical samplers and Claude's native LLM capabilities. Use when users ask to create synthetic data, generate datasets, create fake/mock data, generate test data, training data, or any data generation task. Supports CSV, JSON, JSONL, Parquet output. Adapted from NVIDIA NeMo DataDesigner (Apache 2.0).
drawing-canvas-implementation
Implement real-time collaborative drawing canvas with brush tools, color picker, undo/clear functionality, and canvas-to-image export. Use when building drawing UI, handling stroke synchronization, managing drawing state, or uploading drawings to storage.
lorairo-repository-pattern
SQLAlchemy repository pattern implementation for LoRAIro database operations with type-safe transactions, session management, and ORM best practices
skill-developer
Anthropic 베스트 프랙티스를 따라 Claude Code 스킬을 생성하고 관리합니다. 새로운 스킬을 만들거나 skill-rules.json을 수정하고, 트리거 패턴을 이해하며, 훅을 다루고, 스킬 활성화를 디버깅하거나, 점진적 공개를 구현할 때 사용하세요. 스킬 구조, YAML 프론트매터, 트리거 타입(키워드, 의도 패턴, 파일 경로, 콘텐츠 패턴), 강제 수준(블록, 제안, 경고), 훅 메커니즘(UserPromptSubmit, PreToolUse), 세션 추적, 500줄 규칙을 다룹니다.
update-claude-dev-kit
Use when updating Claude Dev Kit components - checks registry for new versions, shows changelogs, updates components individually or all at once, supports rollback
Directus AI Assistant Integration
Build AI-powered features in Directus: chat interfaces, content generation, smart suggestions, and copilot functionality
Jira Orchestration Workflow
This skill should be used when the user asks to "orchestrate jira", "work on issue", "complete jira ticket", "development workflow", "jira automation", "issue lifecycle", "work on story", "fix bug ticket", or needs guidance on coordinating development work through Jira with multi-agent orchestration patterns.
devops
Foundational instructions covering core DevOps principles, culture (CALMS), and key metrics (DORA) to guide agents in understanding and promoting effective software delivery.
reporter
プラグインに関する要望、改善提案、バグ報告を作成する。「バグを報告」「要望を送りたい」「改善提案」「Issue を報告」「フィードバック」「機能リクエスト」「不具合報告」「プラグインの要望」「改善してほしい」「バグがある」「問題を報告」などで起動。shiiman/claude-code-plugins に Issue を作成。
tome-guide
How to use tome - the AI agent skill manager
git-worktree-workflow
Use git worktrees for parallel Claude Code workflows. Run multiple Claude instances on different features simultaneously without merge conflicts. Use for parallel development, multi-branch testing, and subagent workflows.