AI & ML
AI & ML agent skills cover the machine-learning workflow itself: writing and evaluating prompts, building RAG pipelines, running evals, and wiring up model APIs. Each one is a SKILL.md file your agent loads on demand, so the know-how travels across Claude Code, Cursor, and 60+ agents.
-
tomevault-io Bundle Dependency CheckCheck for required dependencies (Chrome DevTools MCP, OpenRouter API) before running commands that need them. Use at the start of /implement, /review, /validate-ui commands to provide helpful setup guidance. Use when this capability is needed.
-
tomevault-io Bundle Harness PromptCreate and manage the system prompt entity in agent-harness, generating CLAUDE.md, AGENTS.md, and copilot-instructions.md from a single canonical source. Use when this capability is needed.
-
tomevault-io Bundle Harmonyos AppHarmonyOS application development expert. Use when building HarmonyOS apps with ArkTS, ArkUI, Stage model, and distributed capabilities. Covers HarmonyOS NEXT (API 12+) best practices. Use when this capability is needed.
-
tomevault-io Bundle Convert Cc DefsUse when importing, converting, or syncing agent, skill, or command definitions from CEP or other Claude Code-format sources into the Systematic plugin for OpenCode. Triggers on "import from CEP", "sync upstream", "convert CC definition", "add agent/skill/command from upstream", or when updating existing bundled definitions from upstream sources.
-
tomevault-io Bundle Mark64oswald Healthsim Agent PatientsimPatientSim - Clinical Patient Data Generation
-
tomevault-io Bundle RAG SecurityReview a retrieval augmented generation system for ingestion poisoning, retrieval boundary failures, insecure chunking and metadata handling, document trust confusion, and cross-tenant or stale-context exposure across any language or framework. Use when this capability is needed.
-
tomevault-io Bundle Mauromedda Agent Toolkit Web AutomationABOUTME: Claude Code skill for web automation, debugging, and E2E testing using Playwright
-
tomevault-io Bundle Synthesize SessionTerminal phase of the SDD lifecycle — runs once per session after /substrate:execute archives a spec, before the human moves on. Captures non-obvious session learning that the spec/commit format can't carry, and converts it into either immediate doctrine fixes (atomic commits, capped at 5), queued doctrine amendments (for human triage), or filed beads with state-transfer prompts so a fresh Claude Code agent can pick the work up cold. Idempotent — re-running on a session already synthesized is a no-op. Skipping it is allowed; what gets lost is the ephemeral chat-only learning. Use when this capability is needed.
-
tomevault-io Bundle Oh My OpencodeMulti-agent orchestration plugin for OpenCode. Use when the user wants to install, configure, or operate oh-my-opencode — including agent delegation, ultrawork mode, Prometheus planning, background tasks, category-based task routing, model resolution, tmux integration, or any oh-my-opencode feature. Covers installation, configuration, all agents (Sisyphus, Oracle, Librarian, Explore, Atlas, Prometheus, Metis, Momus), all categories, slash commands, hooks, skills, MCPs, and troubleshooting. Use when this capability is needed.
-
tomevault-io Bundle Mhlavac Claude Marketplace Agent Createagent:create
-
tomevault-io Bundle Gc Config InitBootstrap a best-practice GitHub Copilot Coding Agent configuration for a new or unconfigured project. Use when a user asks to set up GitHub Copilot, create copilot-instructions.md, or configure GitHub Copilot for the first time. Also use when the user says things like "set up my Copilot config", "bootstrap Copilot", or "initialize GitHub Copilot". Grounded in official GitHub Copilot Coding Agent best practices. Use when this capability is needed.
-
tomevault-io Bundle Sync Agent BriefsSync the repo's agent-orientation files after structural or meaningful codebase changes. Use when commands, workflows, integrations, environment variables, architecture, layout, or other durable project facts change, or when finalizing meaningful work that may require AGENTS.md, CLAUDE.md, and GEMINI.md updates. Use when this capability is needed.
-
tomevault-io Bundle Mikecubed Agent Orchestration ConductorConductor — Composable Code Codex Orchestrator
-
tomevault-io Bundle Shubhamsaboo Awesome LLM Apps DebuggerDebugger
-
tomevault-io Bundle Workspace ArchitectSpecialized agent for workspace end-to-end (E2E) implementation, focusing on file system alignment, permission hardening, and AI integration across IDE, Notes, and Knowledge workspaces. Use this skill when implementing workspace file system strategies, auditing FSA permission models, creating agent tool permission matrices, or handling concurrent file access. Use when this capability is needed.
-
tomevault-io Bundle Unifi Network SetupConfigure the UniFi Network MCP server for Claude Code, Codex, or OpenClaw — set controller host, credentials, and permissions Use when this capability is needed.
-
tomevault-io Bundle Unifi Protect SetupConfigure the UniFi Protect MCP server for Claude Code, Codex, or OpenClaw — set NVR host, credentials, and permissions Use when this capability is needed.
-
tomevault-io Bundle Orchestrationcreating WorkflowsUse when user says "create workflow", "create a workflow", "design workflow", "orchestrate", "automate multiple steps", "coordinate agents", "multi-agent workflow". Creates orchestration workflows from natural language using Socratic questioning to plan multi-agent workflows with visualization.
-
tomevault-io Bundle Crewai DeveloperComprehensive CrewAI framework guide for building collaborative AI agent teams and structured workflows. Use when developing multi-agent systems with CrewAI, creating autonomous AI crews, orchestrating flows, implementing agents with roles and tools, or building production-ready AI automation. Essential for developers building intelligent agent systems, task automation, and complex AI workflows. Use when this capability is needed.
-
tomevault-io Bundle Difficult Workplace ConversationsStructured approach to workplace conflicts, performance discussions, and challenging feedback using preparation-delivery-followup framework. Use when preparing for tough conversations, addressing conflicts, giving critical feedback, or navigating sensitive workplace discussions. Use when this capability is needed.
-
tomevault-io Bundle Specstory YakAnalyze your SpecStory AI coding sessions in .specstory/history for yak shaving - when your initial goal got derailed into rabbit holes. Run when user says "analyze my yak shaving", "check for rabbit holes", "how distracted was I", or "yak shave score". Use when this capability is needed.
-
tomevault-io Bundle Agent CoordinationCoordination protocol for main Claude Code agent. Explicit user invocation required ("mobilize agents", "coordinate", "check registry"). Provides agent orchestration, registry management, and handoff protocols. Subagents never access this - main agent provides context in task prompts. Use when this capability is needed.
-
tomevault-io Bundle Build Agent TeamDesigns a long-running, autonomous Claude Code agent team for the current project, then writes a /start-<team>-team skill that spawns it. Use when the user asks to build an agent team, multi-agent system, agent crew, agent squad, agent fund, agent org, or wants multiple agents running together with shared tasks and inter-agent messaging — even when they don't use the words "agent team". Pairs with Claude Code's experimental agent teams (CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1). Produces a skill, not the team itself; the produced skill spawns the team. Use when this capability is needed.
-
tomevault-io Bundle Super Agent AI Tmux Agents Tmux Agentstmux-agents CLI Skill
-
tomevault-io Bundle Context7 DocsFetch latest framework/library docs Use when this capability is needed.
-
tomevault-io Bundle Mega Research6-API integrated research system Use when this capability is needed.
-
tomevault-io Bundle Research FreeAPI-free integrated research Use when this capability is needed.
-
tomevault-io Bundle Type MigrationMigrate Python code from loose typing to strict typing standards. Use when refactoring code to eliminate Any, add TypedDict, or improve type safety. Use when this capability is needed.
-
tomevault-io Bundle C4 ContainerExpert C4 Container-level documentation specialist. Use when this capability is needed.
-
tomevault-io Bundle Fal GenerateGenerate images and videos using fal.ai AI models Use when this capability is needed.
-
tomevault-io Bundle Fal PlatformPlatform APIs for model management, pricing, and usage tracking Use when this capability is needed.
-
tomevault-io Bundle Fal WorkflowGenerate workflow JSON files for chaining AI models Use when this capability is needed.
-
tomevault-io Bundle Nosql ExpertExpert guidance for distributed NoSQL databases (Cassandra, DynamoDB). Focuses on mental models, query-first modeling, single-table design, and avoiding hot partitions in high-scale systems. Use when this capability is needed.
-
tomevault-io Bundle PDF OfficialComprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmaticall... Use when this capability is needed.
-
tomevault-io Bundle Pypict SkillPairwise test generation Use when this capability is needed.
-
tomevault-io Bundle Techwavedev Agi Agent Kit RAG EngineerRAG Engineer
Frequently asked questions
What are AI & ML agent skills?
AI & ML agent skills cover the machine-learning workflow itself: writing and evaluating prompts, building RAG pipelines, running evals, and wiring up model APIs. Each one is a SKILL.md file your agent loads on demand, so the know-how travels across Claude Code, Cursor, and 60+ agents.
Which AI & ML skills are most installed?
Popular AI & ML skills on SkillMD right now include dependency-check, harness-prompt, harmonyos-app. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do AI & ML skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.