llm-apps-creator
Installation
SKILL.md
LLM Apps Creator
Overview
This skill provides essential patterns for building LLM-powered applications using LangChain. It covers three core concepts:
- Universal LLM Initialization - Initialize any LLM provider with a single function
- Agent Loop Pattern - The simple but powerful pattern used by top AI agents
- Structured Output - Get predictable, validated responses from LLMs
Core Philosophy
"The main agent is just a loop. The session memory is just a list of messages. It is enough to build the most powerful agent in the world."
Forget complex frameworks like ReAct/Reflection agents. The same simple agent-loop pattern is used in one of the most powerful agents: Claude Code.