#1
MCP Personal Tool Server
Must buildSkill + Agent
What is it? MCP is a standard way for AI apps to use tools, files, and local services.
Objective: Give Claude-compatible agents safe access to Axion tools.
Real life: YY asks for project context and the agent calls local tools instead of guessing.
Helps YY: Creates reusable infrastructure for many future agents.
Next: Build a local-only server with allowlisted tools.
Destination: C:\Users\Axon0\Desktop\AXION\Skills\mcp-personal-tool-server\ and C:\Users\Axon0\Desktop\AXION\Agents\mcp-personal-tool-server-agent.md
Build thisBuild #1 MCP Personal Tool Server
Scores: usefulness 5, readiness 5, novelty 4, reliability 4, time 4, Axion fit 5. Sources:
MCP docs,
servers.
#2
Effective Agent Pattern Library
Must buildSkill
What is it? A clear set of patterns for routing, tool use, checking, worker teams, and improvement loops.
Objective: Turn proven patterns into Axion templates.
Real life: YY asks for a research council and Axion starts from a known structure.
Helps YY: Less architecture drift. Faster agent creation.
Next: Save pattern rules and examples as a canonical skill.
Destination: C:\Users\Axon0\Desktop\AXION\Skills\effective-agent-pattern-library\
Build thisBuild #2 Effective Agent Pattern Library
What is it? Tests for AI behavior. It checks whether skills and agents still work.
Objective: Create repeatable pass/fail checks for Axion outputs.
Real life: Before promoting a skill, Axion runs examples and reports weak spots.
Helps YY: Stops quiet quality drift.
Next: Start with JSON test cases and rubrics.
Destination: C:\Users\Axon0\Desktop\AXION\Skills\axion-eval-harness\
Build thisBuild #3 Axion Eval Harness
#4
Contextual Retrieval Ingestion Skill
Must buildSkill
What is it? A better RAG ingestion method. RAG means the AI searches files before answering.
Objective: Add short context to chunks before storage.
Real life: YY drops notes into Axion and gets better source-backed answers later.
Helps YY: Better project memory and less confusion.
Next: Test on scout reports and skill docs.
Destination: C:\Users\Axon0\Desktop\AXION\Skills\contextual-retrieval-ingestion\
Build thisBuild #4 Contextual Retrieval Ingestion Skill
#5
Guardrail Wrapper Skill
Must buildSkill
What is it? A safety and structure checker for agent output.
Objective: Validate plans, schemas, and risky actions before they move downstream.
Real life: Axion refuses malformed specs and asks for repair.
Helps YY: Cleaner artifacts and safer automation.
Next: Define common schemas for research, skills, agents, and file plans.
Destination: C:\Users\Axon0\Desktop\AXION\Skills\guardrail-wrapper\
Build thisBuild #5 Guardrail Wrapper Skill
#6
LangGraph Durable Workflow Agent
Must trySkill + Agent
What is it? A way to run agent workflows through named steps with checkpoints.
Objective: Make long Axion workflows inspectable and resumable.
Real life: Scout runs move through collect, rank, debate, write, publish, verify.
Helps YY: More reliable scheduled work.
Next: Prototype the daily scout as one graph.
Destination: C:\Users\Axon0\Desktop\AXION\Skills\langgraph-durable-workflow\ and C:\Users\Axon0\Desktop\AXION\Agents\langgraph-durable-workflow-agent.md
Build thisBuild #6 LangGraph Durable Workflow Agent
What is it? A way to test and improve prompts like small programs.
Objective: Tune repeated Axion tasks with examples.
Real life: YY gives good examples. Axion tests prompt versions and keeps the better one.
Helps YY: Better repeated work over time.
Next: Build after the eval harness has data.
Destination: C:\Users\Axon0\Desktop\AXION\Skills\dspy-skill-optimizer\
Build thisBuild #7 DSPy Skill Optimizer
#8
Computer-Use Sandbox Agent
Good to watchAgent
What is it? A desktop automation agent that can see and act on a screen.
Objective: Automate apps without good APIs.
Real life: It operates only inside an allowlisted sandbox.
Helps YY: Can automate repetitive desktop tasks.
Next: Build guardrails first, then sandbox only.
Destination: C:\Users\Axon0\Desktop\AXION\Agents\computer-use-sandbox-agent.md
Build thisBuild #8 Computer-Use Sandbox Agent
#9
Property Graph RAG for YY Knowledge
Good to watchWorkflow
What is it? A memory map that stores people, projects, files, and decisions as connected nodes.
Objective: Answer relationship questions across YY's work.
Real life: YY asks which scout ideas connect to evals and MCP.
Helps YY: Better discovery across long-term work.
Next: Start after basic retrieval works.
Destination: C:\Users\Axon0\Desktop\AXION\Skills\property-graph-rag\
Build thisBuild #9 Property Graph RAG for YY Knowledge
#10
Search Router Style Retrieval API
Maybe laterWorkflow
What is it? Web search and page cleanup for AI agents.
Objective: Give agents cleaner page text instead of raw web junk.
Real life: Axion searches and receives structured context.
Helps YY: Cleaner scout reports and lower token waste.
Next: Consider only if web retrieval quality becomes the blocker.
Destination: C:\Users\Axon0\Desktop\AXION\Skills\retrieval-ready-web-search\
Build thisBuild #10 Search Router Style Retrieval API
Scores: 3, 3, 3, 3, 4, 3. Sources:
GitHub, HN Algolia Show HN result 48309501.