langchain-architecture

Architecture guidance for building language-model applications with LangChain 1.x and LangGraph. LangChain and LangGraph are software frameworks for connecting AI models with tools, memory, agents, and multi-step workflows.

In plain words
What is it for?
Use it when designing LangChain applications, building AI agents, adding memory, integrating tools, or creating complex workflows.
Why use it?
It helps structure applications that need an AI agent to remember information, use tools, or complete several connected steps.

Skill for Claude CodeCodex

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 skills/rootcx/rootcx/langchain-architecture
Any agent
npx skills add RootCX/RootCX --skill langchain-architecture
Clone the repo
git clone --depth 1 https://github.com/RootCX/RootCX

Made for: Claude Code, Codex.

Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,746 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00045 $0.04746
Opus 5 $0.00023 $0.02373
Sonnet 5 $0.00009 $0.00949
Haiku 4.5 $0.00005 $0.00475

Measured 3d ago against content hash 77e6efceb43c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

langchain-architecture 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 3d 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/skills/langchain-architecture/SKILL.md · 667 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 3d ago First seen · 667 lines · 45 tokens per session scan A 77e6efceb43c

Subscribe to this mod's changes

langchain-architecture is a skill published in the GitHub repository RootCX/RootCX (48 stars, last pushed 5d ago), with no licence file. It adds 45 tokens to every session and 4,746 once invoked, about $0.0002 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 skills, from other repositories

nemo-evaluator-sdk

Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution. Use when needing scalable evaluation on local Docker, Slurm HPC, or cloud platforms. NVIDIA's enterprise-grade platform with container-first architecture for reproducible benchmarking.

Orchestra-Research/AI-Research-SKILLs · 76 tokens

miles-rl-training

Provides guidance for enterprise-grade RL training using miles, a production-ready fork of slime. Use when training large MoE models with FP8/INT4, needing train-inference alignment, or requiring speculative RL for maximum throughput.

Orchestra-Research/AI-Research-SKILLs · 51 tokens

prompt-review

This skill should be used when the user asks to "review the prompt", "audit the system prompt", "check prompt quality", "inspect what the LLM sees", "debug prompt issues", or "find prompt engineering problems". Pulls the live rendered prompt via the API, explains how it's composed, and reviews it for issues.

spacedriveapp/spacebot · 70 tokens

011-Frank-AI架构图绘制辅助工具

Skill "011-Frank-AI架构图绘制辅助工具" from frank666199/frank-presales-skills, covering skill: frank-ai架构图绘制辅助工具, profile, when to use, input requirements and workflow.

frank666199/frank-presales-skills · 0 tokens

mastra

Comprehensive Mastra framework guide. Teaches how to find current documentation, verify API signatures, and build agents and workflows. Covers documentation lookup strategies (embedded docs, remote docs), core concepts (agents vs workflows, tools, memory, RAG), TypeScript requirements, and common patterns. Use this…

Array-Ventures/coworker · 83 tokens

loop-engineering

Implement ODAEU harness loops, RAG evolve tuning, and procedural memory in LoopForge or similar systems. Use when building self-improving agents, eval gates, MCP tool bridges, or RAG version trees.

vpeetla-ai/aegisai-enterprise-agent-platform · 48 tokens