implementation-specialist

implementation-specialist is an agent for Claude Code from NomaDamas/AutoRAG-Research. It costs 395 tokens per session (456 once invoked), scanned A, original, Apache-2.0.

An implementation agent that turns an approved design into a Python data ingestor for AutoRAG-Research. A data ingestor loads an external dataset into the project's database.

In plain words
What is it for?
Use it to implement ingestors for datasets from sources such as Hugging Face, local files, or APIs, including their required methods.
Why use it?
It keeps the implementation aligned with an existing architecture instead of making unrelated design decisions. This helps convert a documented ingestion plan into working service-layer code.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

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.

agentmods
npx agentmods add agents/nomadamas/autorag-research/implementation-specialist
Clone the repo
git clone --depth 1 https://github.com/NomaDamas/AutoRAG-Research

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 implementation-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/nomadamas/autorag-research/implementation-specialist.svg)](https://agentmods.dev/agents/nomadamas/autorag-research/implementation-specialist)
Your own site
<a href="https://agentmods.dev/agents/nomadamas/autorag-research/implementation-specialist"><img src="https://agentmods.dev/badge/agents/nomadamas/autorag-research/implementation-specialist.svg" alt="Measured on agentmods" height="20"></a>
Per session 395 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 456 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00395 $0.00456
Opus 5 $0.00198 $0.00228
Sonnet 5 $0.00079 $0.00091
Haiku 4.5 $0.00040 $0.00046

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

Security

Grade A, and why

implementation-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 6d 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.

.claude/agents/implementation-specialist.md · 14 lines

What it actually says

Read and follow ai_instructions/implementation_specialist.md.

Task:

  • Implement the ingestor described in Mapping_Strategy.md
  • Write code in autorag_research/data/
  • Follow service-layer patterns only
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. 6d ago First seen · 14 lines · 0 tokens per session scan A e40027996ead

Subscribe to this mod's changes

implementation-specialist is an agent published in the GitHub repository NomaDamas/AutoRAG-Research (148 stars, last pushed 28d ago), licensed Apache-2.0. It adds 395 tokens to every session and 456 once invoked, about $0.0020 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

data-scientist

Data analysis expert for SQL queries, BigQuery operations, and data insights. Use proactively for data analysis tasks and queries.

davepoon/buildwithclaude · 29 tokens

nw-data-engineer

Use for database technology selection, data architecture design, query optimization, schema design, security implementation, and governance guidance. Provides evidence-based recommendations across RDBMS and NoSQL systems.

nWave-ai/nWave · 41 tokens

data-engineer

Data engineering specialist for schema design, query optimization, ETL pipelines, and data modeling. Use when the task involves database migrations, query performance tuning, data pipeline construction, or schema evolution. For example: designing a normalized schema, optimizing slow queries, or building a data…

josstei/maestro-orchestrate · 218 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 GraphRAG Expert

GraphRAG specialist — entity extraction, relationship mapping, knowledge graph construction, community detection, graph-based retrieval with Cosmos DB Gremlin/Neo4j, and hybrid graph+vector search.

frootai/frootai · 45 tokens

engineer

Default agent for all implementation work — Python modules, dbt SQL and macros, Dagster assets/jobs/schedules/sensors, dlt pipelines, configuration changes, and pytest tests. Use this for any task that results in a code commit. Only escalate to the architect agent when facing a genuine architectural crossroads (new…

edwinweber/dbt_duckdb_demo_public · 77 tokens