Agent Plugins Marketplace
All plugins

solai

v0.38.0

Bootstraps, audits and adopts Obsidian vaults. Card classes are declared once in TOML and projected into the data dictionary, CLAUDE.md, the card skill, the Base view and the validator. Greenfield and retrofit. Declares its own failure mode: authoring-instead-of-shipping.

Claude Code5 Skills

By Arman Sultanov0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 13, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install solai for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install solai@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/supervoidproxima/solai

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/solai/.

Plugin files

plugins/solai/
├── .claude-plugin/plugin.json
├── skills/solai/SKILL.md
├── skills/solai-adopt/SKILL.md
├── skills/solai-kb/SKILL.md
├── skills/solai-release/SKILL.md
└── skills/solai-scaffold/SKILL.md

Included Skills5

solaiskills/solai/SKILL.md

Set up, audit and adopt Obsidian vaults. Interviews you, scaffolds a vault of a chosen archetype, generates its card skills into the vault's own .claude/skills/, and can read an existing vault read-only to report where it diverges. One command, several verbs.

solai-adoptskills/solai-adopt/SKILL.md

Read an existing Obsidian vault and report where it stands against the canon. Counts first, infers card classes from what is on disk rather than from a template, and ends with what it could not check. Writes nothing to the vault. Normally invoked by /solai adopt.

solai-kbskills/solai-kb/SKILL.md

Build a knowledge base out of a vault, ask it questions that come back with citations, and render it as one self-contained HTML registry. Reads a vault and never writes into one. Refuses to publish a doubtful build rather than shipping it quietly.

solai-releaseskills/solai-release/SKILL.md

Cut a release of the solai package. Runs every gate LAST, refuses a dirty tree, then pushes, fast-forwards main and tags. Prints the vault obligation it cannot discharge itself.

solai-scaffoldskills/solai-scaffold/SKILL.md

The deterministic vault scaffolding engine behind /solai. Renders every artefact from the class declarations, classifies what is already on disk, and writes only after a plan has been shown. Normally invoked by /solai rather than directly.

Plugin manifests1

plugins/solai/.claude-plugin/plugin.json
{
  "name": "solai",
  "version": "0.38.0",
  "description": "Bootstraps, audits and adopts Obsidian vaults. Card classes are declared once in TOML and projected into the data dictionary, CLAUDE.md, the card skill, the Base view and the validator. Greenfield and retrofit. Declares its own failure mode: authoring-instead-of-shipping.",
  "author": {
    "name": "Arman Sultanov"
  },
  "keywords": [
    "obsidian",
    "vault",
    "scaffolding",
    "governance",
    "knowledge-management"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[solai on Agent Plugins Marketplace](https://pluginsmp.com/plugins/solai)