Agent skills for users of 10xscale-agentflow. These teach coding agents (Claude Code, Cursor, Copilot, etc.) how to build real AgentFlow applications.
pip install 10xscale-agentflow-cli
agentflow skills add agentflow
agentflow skills add prebuilt-patterns
agentflow skills add tool-integrations
agentflow skills add productionShort names resolve against this repo by default. You can also target a specific subpath or a different repo:
agentflow skills add Mothilal-M/agentflow-skills/agentflow
agentflow skills add https://github.com/someone/other-skills| Skill | Teaches |
|---|---|
agentflow |
Build your first agent in 10–30 lines: Agent, StateGraph, ToolNode, streaming, checkpointing |
prebuilt-patterns |
When to pick ReactAgent, RAGAgent, RouterAgent — with a concrete example per pattern |
tool-integrations |
MCP, LangChain, Composio tool integration recipes |
production |
agentflow init / api / build, FastAPI deploy, human-in-the-loop, callbacks, publishers |
Each skill folder has a SKILL.md (frontmatter + guidance) and an optional rules/ sub-folder for longer references.
MIT.