canonical__langchain

canonical__langchain is a cursor rule for Cursor from Bilal140202/the-lord-of-the-skills. It costs 0 tokens per session (338 once invoked), scanned A, original, MIT.

A set of coding rules for LangChain, a framework for building applications with language models, tools, search, and conversation history. It covers chains, retrieval-augmented generation (adding found information to a model’s prompt), agents, and memory.

In plain words
What is it for?
Building LangChain chains, search-based applications, tool-using agents, structured responses, streaming output, fallbacks, and conversation memory.
Why use it?
It gives developers consistent patterns for composing LangChain applications and avoiding common design problems such as endless agent loops or unsuitable conversation storage.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc). Also seen: mentions Cursor.

Good fit Building LangChain chains, search-based applications, tool-using agents, structured responses, streaming output, fallbacks, and conversation memory.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/bilal140202/the-lord-of-the-skills/canonical__langchain
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/Bilal140202/the-lord-of-the-skills

Made for: Cursor.

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 canonical__langchain

README.md
[![agentmods](https://agentmods.dev/badge/rules/bilal140202/the-lord-of-the-skills/canonical__langchain/github.svg)](https://agentmods.dev/rules/bilal140202/the-lord-of-the-skills/canonical__langchain)
Your own site
<a href="https://agentmods.dev/rules/bilal140202/the-lord-of-the-skills/canonical__langchain"><img src="https://agentmods.dev/badge/rules/bilal140202/the-lord-of-the-skills/canonical__langchain/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 canonical__langchain

Your own site · 80×15
<a href="https://agentmods.dev/rules/bilal140202/the-lord-of-the-skills/canonical__langchain"><img src="https://agentmods.dev/badge/rules/bilal140202/the-lord-of-the-skills/canonical__langchain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 338 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.00000 $0.00338
Opus 5 $0.00000 $0.00169
Sonnet 5 $0.00000 $0.00068
Haiku 4.5 $0.00000 $0.00034

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

Security

Grade A, and why

canonical__langchain 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 12d 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.

skills/fangorn/cursor/hoangatg__cursor-rules-collection/canonical__langchain.mdc · 38 lines

What it actually says

LangChain Cursor Rules

Architecture

  • Use LangChain Expression Language (LCEL) for chain composition
  • Use | pipe operator for chaining: prompt | llm | output_parser
  • Use RunnablePassthrough for passing data through chains
  • Use RunnableBranch for conditional logic

RAG (Retrieval-Augmented Generation)

  • Use appropriate text splitters: RecursiveCharacterTextSplitter (default)
  • Choose embedding model based on use case (OpenAI, Cohere, HuggingFace)
  • Use vector stores: Pinecone (managed), Chroma (local), pgvector (Postgres)
  • Implement retrieval chain: query → retrieve → augment prompt → generate

Agents

  • Use tool-calling agents for tasks requiring external actions
  • Define tools with clear descriptions (LLM reads these to decide)
  • Set max iterations to prevent infinite loops
  • Use structured output with Pydantic models

Memory

  • Use ConversationBufferMemory for short conversations
  • Use ConversationSummaryMemory for long conversations
  • Use ConversationBufferWindowMemory for fixed-window history

Best Practices

  • DO: Use streaming for better UX: chain.stream(input)
  • DO: Implement fallbacks: chain.with_fallbacks([fallback_chain])
  • DO: Add callbacks for logging and monitoring
  • DON'T: Chain too many LLM calls — each adds latency and cost
  • DON'T: Skip input validation — sanitize user inputs
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. 12d ago First seen · 38 lines · 0 tokens per session scan A c40a6b423896

Subscribe to this mod's changes

canonical__langchain is a cursor rule published in the GitHub repository Bilal140202/the-lord-of-the-skills (4 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 338 tokens. 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-31.