langchain-local-dev-loop
jeremylongshore/claude-code-plugins-plus-skills
A comprehensive guide to configuring a structured, local development environment for LangChain applications. It covers setting up project architecture, managing dev dependencies, and implementing a two-tiered testing strategy: isolated unit tests using mocked LLMs (for fast, API-free testing) and robust integration tests using real API providers. Ideal for establishing a reliable, rapid iteration workflow.