Write a LinkedIn post based on research findings or a given topic. Use this skill when asked to create LinkedIn content, professional posts, or thought leadership pieces.
npx skills add https://github.com/langchain-ai/langgraph-101-ts --skill linkedin-post
[Bold hook / surprising stat / question]
[Context -- why this matters]
[Key insight 1]
[Key insight 2]
[Key insight 3 or personal takeaway]
[Call to action / question for engagement]
#hashtag1 #hashtag2 #hashtag3
Most AI agents fail not because of the model -- but because of context management.
After researching the latest agent frameworks, one pattern keeps emerging:
the best agents treat their context window like a scarce resource.
Here's what separates good agents from great ones:
1. They offload intermediate results to a filesystem instead of keeping everything in context
2. They delegate to subagents for isolation -- the main agent only sees summaries
3. They use progressive disclosure -- loading instructions only when relevant
The shift from "bigger context window" to "smarter context management" is where
the real breakthroughs are happening.
What patterns have you seen work best in your agent architectures?
#AIAgents #LangChain #LangGraph #ContextEngineering
Take langchain-ai/langgraph-101-ts-linkedin-post from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.