GitHub - anliberant/AI-Pro-Obsidian-Plugin: A production-ready onboarding skill for AI agents that bootstraps a professional Obsidian vault, interviews the user, ingests documents, and generates a fully personalized knowledge system. · GitHub
/" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
anliberant
AI-Pro-Obsidian-Plugin
Public
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>1 Commit<br>1 Commit
references
references
README.md
README.md
SKILL.md
SKILL.md
View all files
Repository files navigation
AI Setup
Bootstrap a fully personalized Obsidian vault with a single command.
AI Setup is a production-ready Skill for Claude Code and compatible AI agents.
Instead of creating another generic note vault, it builds a complete knowledge system, interviews<br>the user, ingests existing documents, and generates a personalized workspace from real data.
The result is an Obsidian vault that already knows who you are, what you're building, how you work,<br>and where your information belongs.
Features
Complete Obsidian vault bootstrap
Creates a production-ready folder structure
Generates all required CLAUDE.md routing files
Interactive onboarding (12 categories)
Imports existing documentation
Reads Markdown, PDF, DOCX, JSON, YAML, CSV and more
Builds structured context files
Creates project workspaces automatically
Uses a single universal vault architecture
Optimized for long-term AI memory
What Gets Created
├── .claude/<br>├── Context/<br>├── Projects/<br>├── Daily/<br>├── Resources/<br>├── Skills/<br>└── Intelligence/
The generated vault is intentionally lightweight while remaining suitable for both solo developers<br>and small teams.
How It Works
The setup process consists of three stages.
Phase A — Bootstrap
The skill creates the entire vault structure:
folders
configuration
routing files
hooks
starter context
AI configuration
No user interaction is required.
Phase B — Guided Brain Dump
Instead of asking dozens of small questions, AI Setup walks the user through twelve structured<br>categories.
Topics include:
You
Your business
Products
Customers
Brand
Positioning
Priorities
Projects
Team
Technology stack
Workflows
Automation opportunities
Each category accepts:
free-form writing
voice transcripts
URLs
local files
uploaded documents
Phase B+
Finally, the skill asks for anything that may still contain useful context.
For example:
PDFs
Brand books
Notion pages
LinkedIn profiles
Google Docs
Markdown notes
Existing vaults
Everything is imported before the vault is generated.
Generated Context
The onboarding produces structured knowledge files such as:
Context/<br>me.md<br>business.md<br>brand.md<br>icp.md<br>strategy.md<br>infrastructure.md<br>services.md<br>pain-points.md
Only files that contain actual information are created.
There are no placeholder documents.
Why?
Most AI assistants know almost nothing about their users.
Every new conversation starts from scratch.
AI Setup changes that.
Instead of repeatedly explaining your business, projects, writing style, customers, and workflows,<br>you teach the AI once.
The result is a knowledge base that grows with you.
Design Principles
Markdown first
Obsidian native
AI-first architecture
Human editable
No databases
No vendor lock-in
Universal folder structure
Production-ready
Compatibility
Designed primarily for:
Claude Code
Claude Desktop
Obsidian
Any agent supporting Anthropic Skills
Most generated files are plain Markdown and can be used with virtually any LLM workflow.
Installation
Clone this repository into your Skills directory.
git clone https://github.com/anliberant/AI-Pro-Obsidian-Plugin
Then invoke:
/ai-setup
The onboarding will begin automatically.
Philosophy
Large language models perform best when they have structured context.
AI Setup doesn't try to replace your notes.
It builds the infrastructure that allows AI to understand them.
Think of it as installing an operating system for your knowledge.
License
MIT
About
A...