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.
-
huskydanny Skill Fact CheckingVerify specific claims in the thesis against independent sources
-
huskydanny Skill Risk AssessmentIdentify risk factors not adequately addressed in the thesis
-
huskydanny Skill Sentiment AnalysisAggregate and analyze news sentiment for a stock symbol
-
huskydanny Skill Counter EvidenceSearch for evidence that contradicts the investment thesis using independent sources
-
huskydanny Skill Cashflow HealthAssess cash flow generation, debt levels, and financial stability
-
nimblebraininc Bundle McpbBuild MCP servers end-to-end — scaffold a production-ready Python or TypeScript server from API docs, implement tools, validate the MCPB bundle, embed a skill resource, and release to the mpak registry. Covers the full lifecycle from API analysis to published bundle. Use when building a new MCP server, wrapping an API as MCP, or creating an integration. Triggers include "build an MCP server", "create a server for X", "/mcpb".
-
nimblebraininc Bundle MCP Best PracticesBest practices for MCP servers — how to name, describe and schema a tool so a model actually calls it, how resources and prompts differ, and what the boundary must never trust. Applies while authoring a new surface or as an audit of an existing one, grounded in the MCP specification and the tool-authoring guidance from Anthropic and OpenAI. Triggers include "MCP best practices", "name this tool", "audit this MCP server", "why won't the model call my tool", "/mcp-best-practices".
-
verygoodplugins Skill AutomemPersistent AutoMem memory via the native AutoMem OpenClaw plugin tools.
-
gmh5225 Skill LLM Attacks SecurityGuide for LLM security attacks: prompt injection, jailbreaking, data extraction, and where to place resources in README.md.
-
cxxxr Skill Browser AutomationPlaywright MCPを使用したブラウザ自動化。ページ操作、スクリーンショット、フォーム入力のパターン集
-
mbruhler Bundle Orchestration Creating 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.
-
cyrup-ai Skill MemoryMemory system with three MCP tools: mcp__plugin_kg_kodegen__memory_list_libraries (discover namespaces), mcp__plugin_kg_kodegen__memory_memorize (store with embeddings), mcp__plugin_kg_kodegen__memory_recall (semantic search). Use for storing/retrieving knowledge by meaning. WHEN: User says "remember this", "recall", "what did I save", "my notes", "find my knowledge about". WHEN NOT: File operations (use fs_*), exact keyword search (use fs_search).
-
huskydanny Skill Trend DetectionIdentify the primary trend direction and strength using price action
-
huskydanny Skill Assumption TestingChallenge the underlying assumptions in the investment thesis
-
huskydanny Skill Earnings QualityEvaluate earnings trends, beat rate, and quality signals
-
huskydanny Skill Momentum SignalsAnalyze Stochastic oscillator for momentum signals and divergences
-
huskydanny Skill Fibonacci AnalysisCalculate Fibonacci retracement levels and identify golden zone support/resistance
-
huskydanny Skill Valuation AssessmentAnalyze valuation metrics (P/E, PEG, P/S) to assess fair value
-
leefowlercu Bundle GoalcraftTurn a rough draft, vague ambition, or messy task brief into a powerful Codex /goal objective for long-running autonomous work. Use when the user asks to write, improve, format, sharpen, stress-test, or activate a Codex goal, thread goal, durable goal, or /goal prompt.
-
doyajin174 Skill Problem Prompt GeneratorGenerate investigation-to-fix prompts for expected-vs-actual mismatches: runtime errors, build failures, performance regressions. Creates external AI prompts AND runs internal investigation in parallel. Use when behavior differs from expectation — not for design flaws (use /research) or quality review (use /validation). MUST trigger on: "버그", "에러", "안돼", "깨졌어", "크래시", "crash", "bug", "error", "왜 안돼", "fix", "고장", "느려", "slow", "performance issue", "expected X but got Y", "작동 안 함", "실패", "fail", or any request where something was working and now isn't, or where output differs from expected result. NOT for: design flaws or architectural concerns (→ /research), quality review (→ /validation), tech exploration (→ /question). State routing: expected-vs-actual MISMATCH exists (something broken/slow/wrong). If design flaw → /research. If quality review → /validation. If exploring → /question.
-
doyajin174 Skill Research Prompt GeneratorGenerate structured research prompts for external AI tools (ChatGPT, Gemini, Perplexity, etc.). Auto-reads project context, classifies research type, applies type-specific template, and outputs a self-contained prompt with evidence pack. MUST trigger on: "리서치 프롬프트", "research prompt", "외부 AI", "기술 조사", "비교 분석", "타당성 조사", "feasibility", "technology comparison", "조사해줘", "리서치", or any request to generate a prompt for pasting into an external AI. NOT for bug investigation or fix prompts (use problem-prompt-generator). State routing: user has 1-2 candidate approaches needing deep-dive. If no approach yet → /question. If artifact exists → /validation. If bug/error → /problem.
-
rezkam Bundle CodexDrive the OpenAI Codex CLI non-interactively as a second agent. Use for Codex review sessions, persistent MCP conversations, exec worker delegation, liveness checks, status polling, reports, follow-up turns, stopping runs, and deleting run records. Trigger whenever the user mentions codex, codex review, adversarial or second-opinion review, talking to codex, continuous back-and-forth with codex, launching codex in MCP mode, delegating or scheduling implementation work to codex, checking whether a codex run is alive or progressing, managing codex sessions, cleaning up codex runs, or orchestrating codex as a non-interactive worker or reviewer from automation or workflows.
-
gmh5225 Skill Adversarial Machine LearningGuide for adversarial machine learning: adversarial examples, data poisoning, model backdoors, and evasion attacks.
-
rooseveltadvisors Bundle RAG RetrievalHybrid search (embedding + BM25) for retrieving relevant clinical note passages. Use for finding source evidence to support claims in summaries and recommendations.
-
rooseveltadvisors Bundle JSON ValidationPydantic schema validation for agent outputs. Use to validate JSON against TableOfContents, ClinicalSummary, TreatmentPlan, and EvaluatorFeedback schemas before accepting agent responses.
-
rooseveltadvisors Bundle Structured LoggingJSON-based structured logging for audit trails and debugging. Use for logging all agent operations, quality metrics, errors, and execution times with daily rotation and automatic cleanup.
-
sjungling Bundle Structured LoggingThis skill should be used when the user asks to "analyze data with SQLite", "query logs", "find patterns in test results", or "correlate errors across files". Automatically activates when parsing large output (>100 lines), correlating data from multiple sources, tracking state across operations, aggregating results (counts, averages, grouping), or querying the same dataset multiple times. Not for tiny datasets (<50 records) with a single simple query.
-
rezkam Bundle AI ChatUse browser-authenticated AI chat providers through reusable provider adapters and Browser Tools. Use this skill for ChatGPT provider-ID continuation, read-only reattach/watch, conversation listing, model profiles, and final or NDJSON output, as well as Grok, Gemini, and Perplexity browser-session work.
-
urrhb Skill Spec To BoardConvert a SPEC.md into a structured Kanban board with atomic tasks, dependencies, and acceptance criteria. Detects which PM tool MCP is available and adapts automatically.
-
supernovae-st Skill Nika AuthoringAuthor, check and repair Nika workflows (.nika.yaml files — the workflow language for AI). Use when writing or editing a *.nika.yaml file, converting a repeated AI task or prompt chain into a workflow, or when nika check reports NIKA-XXXX findings to fix.
-
supernovae-st Skill Nika DebuggingDiagnose and repair failed, paused or suspicious Nika runs from their traces (.nika/traces). Use when nika run exited red, a run paused on a prompt, a NIKA-XXXX runtime finding needs a root cause, a trace must be read or tamper-verified, or a fixed workflow needs a surgical partial rerun.
-
supernovae-st Skill Nika MigrationConvert existing automation — shell scripts, Python glue, Makefile targets, CI jobs, prompt chains in docs — into checkable .nika.yaml workflows. Use when a script wraps LLM calls or HTTP/file plumbing, a prompt chain lives in a README or notebook, or ad-hoc automation needs audit, cost bounds and replayable traces.
-
shareai-lab Bundle Skill JudgeEvaluate Agent Skill design quality with an opinionated, practice-derived rubric informed by public specifications and examples. Use when reviewing, auditing, comparing, or improving SKILL.md files and skill packages. Produces evidence-backed findings, optional multi-dimensional scoring, and prioritized changes; treat the result as diagnostic guidance, not official certification or a universal standard.
-
shareai-lab Bundle Agent BuilderDesign and build AI agents for any domain. Use when users: (1) ask to "create an agent", "build an assistant", or "design an AI system" (2) want to understand agent architecture, agentic patterns, or autonomous AI (3) need help with capabilities, subagents, planning, or skill mechanisms (4) ask about AI coding agents, agent runtimes, or similar internals (5) want to build agents for business, research, creative, or operational tasks Keywords: agent, assistant, autonomous, workflow, tool use, multi-step, orchestration
-
shareai-lab Bundle Vibe CodingTransform an AI agent into a disciplined software development partner with strong judgment, transparent decisions, proportionate verification, and craftsmanship. Use for software implementation, feature work, bug fixing, refactoring, optimization, migrations, and sustained collaboration inside a codebase. Do not use merely because a task involves an AI agent; use a dedicated agent-design skill when the primary problem is agent architecture.
-
shareai-lab Bundle Review AI ConversationsRecover and review local human-AI conversations from Claude Code, Codex, opencode, Grok Build, and Cursor. Use when the user wants to revisit, search, extract, summarize, or compare work across Agent session stores, time ranges, projects, or named conversations. Follow the user's requested output; question clustering, problem-space mapping, artifact review, drift analysis, and insights are optional lenses.
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 earnings-quality, problem-prompt-generator, nika-migration. 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.