Zia Vsor SDK — AI skill for Claude Code
Agent first framework to build one source of truth your AI Agents answer from.
How to install Zia Vsor SDK
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open panaversity/zia-vsor-sdk and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Zia Vsor SDK does
Agent first framework to build one source of truth your AI Agents answer from. Markdown in — a website for people and an Stateless MCP server for agents, citing every answer and declining what it doesn't cover. Vendor-free, agent-first.
Alternatives in AI
- Geo SEO Claude — GEO-first SEO skill for Claude Code 3.6k ★
- Axonhub — ⚡️ Open-source AI Gateway — Use any SDK to call 100+ LLMs 3.2k ★
- Open Science — Open Science Desktop — local-first, model-agnostic AI research workbench for macOS, Windows & Linux 1.5k ★
README
vsor
**Answers you can trace. Refusals you can trust.**
**[See a site vsor built →](https://vsor-demo.vercel.app)** — four markdown files, one command.
Point an AI assistant at your own files and get answers that name the file they came from — and a plain *"that isn't in here"* when the question falls outside them.
uvx vsor init my-sor # a project in your own repo: markdown, config, git initialized
cd my-sor
vsor dev # the live site on 127.0.0.1:3000, reloading as you write
vsor build # → build/, ready to upload anywhere
What vsor builds
One folder of markdown. Two surfaces, built from it, that can never disagree:
- A website your team reads. Search, dark mode, quizzes and flashcards, self-hosted fonts, and no calls to anyone else's server — it works behind a firewall.
- A connector your AI answers from (MCP — the standard assistants like Claude use to reach outside tools). Every answer names the document it came from; a question your files do not cover is declined instead of guessed.
Every build also writes `build.lock.json` — a record of exactly which documents went in, from which commit, with which versions. When someone asks *why did it say that*, that file is how you find out.
Your side of it is a folder. Sub-folders become sections; a line of frontmatter sets the title:
knowledge/
about.md
thesis.md
ecosystem/
the-ecosystem-concept.md
instance.md ← what this deployment is
site/docusaurus.config.ts ← title, navbar, colours — the parts that are yours
Here is the website surface, from a real build of real content — no theme to pick, no components to wire, no build config:

![A generated document page: sidebar built from the folder tree, breadcrumbs, reading time, copy-as-markdown, and an in-page table o
Related Skills
ShriForgeAISkill
Open-source AI Agent Skill for planning, designing, building, auditing, optimizing, and shipping production-re
RAG Knowledge
Use when changing Lumina's retrieval and grounded-answer workflow, including server/src/services/knowledgeBase
Reddit Lead Generation AI Agent
Give it your website. It finds the Reddit and Quora threads where people have the problem you solve, and draft
Claude Skill Web Clone
Methodology for faithfully cloning any website (static / React / WebGL) — without copying AI-hallucinated code
Std AI
One .stdai/ source of truth, fanned out to 22 AI coding tools: Claude Code, Codex, Cursor, Copilot, Gemini CLI
Web Scraping Automation With AI Agent
A Firecrawl-based AI automation to source, scrape, and verify research based on a topic before publication. Th
Related Agents
Clickup Sync
Pushes a local Markdown file to a ClickUp Doc page, overwriting it. Receives a file path, workspace ID, doc ID
Notion Publisher
Mirrors a markdown source-of-truth file to Notion as a child page under the right project parent, with consist
MCP Currency
MCP protocol & Kotlin SDK currency expert. Researches the latest MCP spec revision, kotlin-sdk-server releases