LLM 與 Agent
6763 skills in 數據與 AI > LLM 與 Agent
animejs-v4
Anime.js 4.0 animations for Web Components — drag-drop, click feedback, swaps, cancelable motion. Use when adding animations, drag interactions, visual feedback, or motion to custom elements. Combines with web-components-architecture for lifecycle cleanup.
reasoning-agent-rules
Common reasoning protocol shared across all subagents.
rust-test-best-practice
Comprehensive guide to Rust automated testing covering unit, integration, and documentation tests. Includes practical patterns for async testing, property-based testing with proptest, mocking strategies using traits, and essential testing tools (cargo-nextest, criterion, tarpaulin). Emphasizes FIRST principles and CI/CD integration.Use this when: setting up new Rust projects, establishing testing standards for teams, improving existing test suites, implementing TDD workflows, or learning Rust testing ecosystem best practices. Particularly valuable for projects requiring high reliability and comprehensive test coverage.
opencode-agents
Guide for creating and configuring custom OpenCode agents. Use this skill when you need to define specialized agents with specific system prompts, models, and tool permissions.
kalahari-coding
Core coding patterns and conventions for Kalahari project. MUST be used by all code-related agents.
agent-invoker
Quick reference for invoking CasareRPA agents via Task tool. AUTO-CHAIN ENABLED by default. Use when: invoking agents, running agent chains, task routing, choosing the right agent, understanding agent auto-chaining, Task tool usage.
data-science-ai
Master machine learning, data engineering, LLMs, prompt engineering, AI agents, and MLOps. Covers Python ML libraries, data pipelines, LLM applications, and model deployment. Use for ML projects, data engineering, AI agent development, and ML system design.
updater
指定したプラグインを最新バージョンに更新する。「プラグインを更新」「〇〇をアップデート」「最新版にして」「プラグインをアップデート」「〇〇を更新して」「プラグインを最新に」「〇〇のバージョンを上げて」などで起動。claude plugin update コマンドを使用して更新。
skill-creator
Create and optimize Claude Code skills interactively. Activate when user wants to create a new skill, write a SKILL.md, or mentions skill creation/optimization.
iterative-quality-enhancer
Implements Anthropic's Evaluator-Optimizer pattern where one LLM generates solutions and another provides evaluative feedback in an iterative loop. Use when quality can be demonstrably improved through articulated feedback cycles. Evaluates across 5 dimensions (functionality, performance, code quality, security, documentation) with up to 5 improvement iterations.
agentic-patterns
Design and operate multi-agent orchestration patterns (ReAct loops, evaluator-optimizer, orchestrator-workers, tool routing) for LLM systems. Use when building or debugging agent workflows, tool-use loops, or multi-step task delegation; triggers: agentic, multi-agent, orchestration, ReAct, evaluator-optimizer, tool-use, handoff.
creating-effective-skills
Creating high-quality agent skills following Claude's official best practices. Use when designing, implementing, or improving agent skills, including naming conventions, progressive disclosure patterns, description writing, and appropriate freedom levels. Helps ensure skills are concise, well-structured, and optimized for context efficiency.
gesture-responses
Use when responding to touch or click interactions - button presses, drag feedback, swipe responses, tap ripples, or any direct manipulation animation.
agent-creation
Guides creating Claude Code agents, subagents, and skills.Use when building new agents, optimizing existing ones, or structuring skills.
crewai
When to use this skill: When you need help with CrewAI - building collaborative AI agents, crews, and workflows. Use for agent orchestration, task automation, multi-agent systems, flow management, and enterprise AI automation.
dependency-audit-assistant
Reviews package dependencies for security vulnerabilities, outdated versions, and license compliance. Use when user asks about dependencies, security audits, or before releases.
maceff-delegation
Use when preparing to delegate to MacEff subagents. Read policies to discover current delegation patterns through timeless questions that extract details without prescribing answers.
embed-content
Use when you need to manage project embeddings - embed skills, agents, commands, and MCP tools for semantic discovery. Handles rate limiting, incremental updates, and status reporting. Do NOT use if you just want to search for content - use the semantic router directly instead.
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
agentdb-vector-search
Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.