This repository contains the example implementation from the Medium article:
Link: Stop Stuffing Your System Prompt: Build Scalable Agent Skills in LangGraph
It contains example skill definitions and supporting files used to demonstrate:
- Progressive knowledge loading
- Skill based domain modularization
- Tool driven skill activation
- Production focused LangGraph patterns
This project builds on and references the following work:
-
LangGraph by LangChain
https://github.com/langchain-ai/langgraph -
Aegra — Open-source LangGraph platform by Muhammad Ibrahim
https://github.com/ibbybuilds/aegra -
n8n Skills Repository by haunchen
https://github.com/haunchen/n8n-skills/
All credit for those projects belongs to their respective authors and contributors.
The goal of this repository is to demonstrate how domain expertise can live outside the system prompt and be loaded only when required.
It is intended for experimentation and reference.