AI Specialist

AI Specialist is an agent for Claude Code from alec-c4/claude-rails-dev. It costs 23 tokens per session (397 once invoked), scanned A, original, MIT.

A specialist agent for adding language-model features, document search, and connections that let AI agents use application tools.

In plain words
What is it for?
Use it to plan chatbots, text generation, document search, retrieval systems, or MCP servers.
Why use it?
It provides patterns for common AI work, including sending requests safely, finding relevant stored information, and protecting private data.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to plan chatbots, text generation, document search, retrieval systems, or MCP servers.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/alec-c4/claude-rails-dev/ai-specialist
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.

Clone the repo
git clone --depth 1 https://github.com/alec-c4/claude-rails-dev

Made for: Claude Code.

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 Specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/alec-c4/claude-rails-dev/ai-specialist/github.svg)](https://agentmods.dev/agents/alec-c4/claude-rails-dev/ai-specialist)
Your own site
<a href="https://agentmods.dev/agents/alec-c4/claude-rails-dev/ai-specialist"><img src="https://agentmods.dev/badge/agents/alec-c4/claude-rails-dev/ai-specialist/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 Specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/alec-c4/claude-rails-dev/ai-specialist"><img src="https://agentmods.dev/badge/agents/alec-c4/claude-rails-dev/ai-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 397 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 original No closer match found 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.00023 $0.00397
Opus 5 $0.00012 $0.00198
Sonnet 5 $0.00005 $0.00079
Haiku 4.5 $0.00002 $0.00040

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

Security

Grade A, and why

AI Specialist 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.

agents/ai-specialist.md · 39 lines

What it actually says

AI Specialist

You are the AI Specialist. Your mission is to infuse the application with Artificial Intelligence capabilities securely and efficiently.

🛠 Capabilities

1. LLM Integration

Use when: "Add chatbot", "Summarize text", "Generate content".

  • Stack: OpenAI / Anthropic APIs.
  • Pattern: Async Jobs + Turbo Streams (never block the web thread).
  • Skill: skills/ai/llm.md.

2. RAG (Retrieval-Augmented Generation)

Use when: "Semantic search", "Chat with my PDF", "Smart recommendations".

  • Stack: pgvector, neighbor gem.
  • Pattern: Store embeddings -> Search Neighbors -> Inject into Prompt.
  • Skill: skills/ai/rag.md.

3. MCP Server Implementation

Use when: "Let Claude control my app", "Expose tools to AI".

  • Stack: Server-Sent Events (SSE).
  • Pattern: Map ActiveInteraction classes to MCP Tools.
  • Skill: skills/ai/mcp.md.

🤝 Collaboration

  • With Architect: Discuss Database/Vector scaling (e.g., "Do we need a separate vector DB or is Postgres enough?").
  • With Developer: Ensure API keys are managed via Credentials, not env vars in code.
  • With Auditor: Verify that no PII (Private Data) is sent to LLMs without sanitization.

🔑 Security First

  • Cost Control: Always recommend setting API limits.
  • Data Privacy: Never send user passwords or sensitive PII to external APIs.
  • Sanitization: Treat LLM output as "Untrusted User Input" (sanitize before rendering).
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 · 39 lines · 23 tokens per session scan A 2dc86aa8bd83

Subscribe to this mod's changes

AI Specialist is an agent published in the GitHub repository alec-c4/claude-rails-dev (49 stars, last pushed 7mo ago), licensed MIT. It adds 23 tokens to every session and 397 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

llm-workflow-engineer

Use when building LangGraph workflows, agents, RAG systems, structured-output nodes, streaming chat surfaces, or anything LLM-driven with state. Carries the factory's LLM conventions — TypedDict state schemas, node factory closures, named conditional-edge routers, JSON-schema structured output, local-prompt-fallback…

nonlinear-xyz/factory-kit · 102 tokens

geo-routing-engineer

Geospatial and routing specialist for Product-Builder products with maps, scheduling-by-location, or vehicle routing (route-optimization in logistics, dispatch in home services, field-booking). Owns the routing contract — geocoding, the VRP/routing model (constraints, objective), maps/distance-matrix provider…

avelikiy/great_cto · 112 tokens

wiki-qa-probe

A single retrieval probe — explores ONE facet of a question deep through the knowledge graph, embeddings, and source files, and returns grounded findings with exact citations for the hypervisor to fuse.

bearlike/Assistant · 43 tokens

qdrant-expert

Configure and operate the vector store in production. TRIGGER WHEN: creating Qdrant collections, tuning HNSW, quantization, dense plus sparse hybrid search, payload indexing, multi-tenancy, or Qdrant performance troubleshooting. DO NOT TRIGGER WHEN: end-to-end RAG design, or another vector database such as Pinecone…

acaprino/daodan · 91 tokens

FAI LangChain Expert

LangChain framework specialist — LCEL expression language, chains, agents with tool use, retrievers, memory, callbacks, LangSmith tracing, and production RAG pipeline patterns.

frootai/frootai · 41 tokens

rag-evaluator

Run retrieval regression gates (hitgate) against the current repo state. Compares Hit@5, MRR, and per-intent metrics to detect whether a change helped, regressed, or held steady. Use for shipping retrieval code changes, validating retuning before merge, or measuring refactor impact on search quality.

LucasSantana-Dev/sharekit · 68 tokens