ai-ml

ai-ml is a skill for Claude Code, Codex from pinkpixel-dev/skills-collection-1. It costs 30 tokens per session (1,432 once invoked), scanned A, a copy of ai-ml, Apache-2.0.

A coordinated workflow for building applications that use language models, document retrieval, AI agents, or machine-learning pipelines. It connects design, model integration, data work, monitoring, and other development stages.

In plain words
What is it for?
Use it to plan AI features, build retrieval-augmented generation (RAG)—systems that fetch relevant documents before generating an answer—create agents, develop machine-learning pipelines, and set up AI monitoring.
Why use it?
AI projects often require several kinds of engineering work, and handling them separately can leave gaps in architecture, data flow, evaluation, or monitoring. This workflow provides stages and related specialist roles for the full process.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan AI features, build retrieval-augmented generation (RAG)—systems that fetch relevant documents before generating an answer—create agents, develop machine-learning pipelines, and set up AI monitoring.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pinkpixel-dev/skills-collection-1/ai-ml
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pinkpixel-dev/skills-collection-1 --skill ai-ml
Clone the repo
git clone --depth 1 https://github.com/pinkpixel-dev/skills-collection-1

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-ml

README.md
[![agentmods](https://agentmods.dev/badge/skills/pinkpixel-dev/skills-collection-1/ai-ml/github.svg)](https://agentmods.dev/skills/pinkpixel-dev/skills-collection-1/ai-ml)
Your own site
<a href="https://agentmods.dev/skills/pinkpixel-dev/skills-collection-1/ai-ml"><img src="https://agentmods.dev/badge/skills/pinkpixel-dev/skills-collection-1/ai-ml/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-ml

Your own site · 80×15
<a href="https://agentmods.dev/skills/pinkpixel-dev/skills-collection-1/ai-ml"><img src="https://agentmods.dev/badge/skills/pinkpixel-dev/skills-collection-1/ai-ml.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,432 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 94% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00030 $0.01432
Opus 5 $0.00015 $0.00716
Sonnet 5 $0.00006 $0.00286
Haiku 4.5 $0.00003 $0.00143

Measured 9d ago against content hash ef32d8c4fe7b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ai-ml scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

94% identical to ai-ml — 5 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

SKILLS/ai-ml/SKILL.md · 253 lines

How it starts

The opening of the file, as written. The whole thing — 253 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI/ML Workflow Bundle

Overview

Comprehensive AI/ML workflow for building LLM applications, implementing RAG systems, creating AI agents, and developing machine learning pipelines. This bundle orchestrates skills for production AI development.

When to Use This Workflow

Use this workflow when:

  • Building LLM-powered applications
  • Implementing RAG (Retrieval-Augmented Generation)
  • Creating AI agents
  • Developing ML pipelines
  • Adding AI features to applications
  • Setting up AI observability

Workflow Phases

Phase 1: AI Application Design

Skills to Invoke
  • ai-product - AI product development
  • ai-engineer - AI engineering
  • ai-agents-architect - Agent architecture
  • llm-app-patterns - LLM patterns
Actions
  1. Define AI use cases
  2. Choose appropriate models
  3. Design system architecture
  4. Plan data flows
  5. Define success metrics
Copy-Paste Prompts
Use @ai-product to design AI-powered features
Use @ai-agents-architect to design multi-agent system

Phase 2: LLM Integration

Skills to Invoke
  • llm-application-dev-ai-assistant - AI assistant development
  • llm-application-dev-langchain-agent - LangChain agents
  • llm-application-dev-prompt-optimize - Prompt engineering
  • gemini-api-dev - Gemini API
Actions
  1. Select LLM provider
  2. Set up API access
  3. Implement prompt templates
  4. Configure model parameters
  5. Add streaming support
  6. Implement error handling
Copy-Paste Prompts
Use @llm-application-dev-ai-assistant to build conversational AI
Use @llm-application-dev-langchain-agent to create LangChain agents
Use @llm-application-dev-prompt-optimize to optimize prompts

Phase 3: RAG Implementation

Skills to Invoke
  • rag-engineer - RAG engineering
  • rag-implementation - RAG implementation
  • embedding-strategies - Embedding selection
  • vector-database-engineer - Vector databases
  • similarity-search-patterns - Similarity search
  • hybrid-search-implementation - Hybrid search

Read the full file on GitHub · 253 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 253 lines · 30 tokens per session scan A ef32d8c4fe7b

Subscribe to this mod's changes

ai-ml is a skill published in the GitHub repository pinkpixel-dev/skills-collection-1 (7 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 30 tokens to every session and 1,432 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to ai-ml, differing in 5 lines, and is treated as a copy.

Related

Other skills, from other repositories

locate-object

In D&D, Locate Object senses the direction to a specific object within range. The real-world version is artifact search: finding that config file you know exists somewhere, locating a document someone mentioned but did not link, tracking down the source of a data value through a pipeline, or finding where a specific…

Hmbown/Wizards-of-the-Ghosts · 72 tokens

ai-ml

AI and machine learning workflow covering LLM application development, RAG implementation, agent architecture, ML pipelines, and AI-powered features.

aboalrejal-ai/skills · 30 tokens

agent-self-scheduling

Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.

sickn33/agentic-awesome-skills · 24 tokens

config-evals

Builds and maintains configuration-based evaluations on a workflow with the eval-config tool. Use when the user asks to set up, add, view, change, or remove an evaluation, score, grade, or judge a workflow's output, or measure answer quality against a test dataset. This is the only eval form Instance AI handles — it…

n8n-io/n8n · 80 tokens

caveman-help

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

stevesolun/ctx · 56 tokens

ai-ml-development

AI and machine learning development with PyTorch, TensorFlow, and LLM integration. Use when building ML models, training pipelines, fine-tuning LLMs, or implementing AI features.

travisjneuman/.claude · 43 tokens