npx claudepluginhub todmy/valis-pluginCreate a KB-backed persona command from a Valis project.
Load relevant team context before starting a task.
Run the team's enforcement check against your working-tree diff before committing.
Extract team decisions from a folder of documents. Estimates token cost first.
Connect this repository to a Valis project. Creates .valis.json.
Change decision status — promote, deprecate, or supersede team decisions.
Search team knowledge base for decisions, patterns, and constraints.
Show Valis connection status, project info, and decision count.
Store a team decision, constraint, pattern, or lesson.
Capture, search, and enforce architectural decisions across AI coding sessions.
/plugin install valis
That's it. OAuth login happens automatically on first use.
Valis keeps your team's architectural decisions, constraints, and patterns in a shared knowledge base. The AI agent checks this knowledge before making decisions and stores new ones after.
| Command | What it does |
|---|---|
/valis:init | Connect this repo to a Valis project (creates .valis.json) |
/valis:status | Show connection, auth, project info |
/valis:store | Store a decision with guided classification |
/valis:search | Search team knowledge base |
/valis:before-task | Load relevant context before starting work |
/valis:check | Run the team's enforcement check against your working-tree diff before committing |
/valis:extract | Extract decisions from a folder of documents |
/valis:add-command | Create a KB-backed persona command |
/valis:lifecycle | Promote, deprecate, or supersede decisions |
/plugin install valis # install plugin
/valis:init # pick your project
git add .valis.json && git commit -m "add valis config"
git clone <repo> # .valis.json already in repo
/plugin install valis # install plugin, OAuth on first use
Done. Team decisions load automatically.
valis.krukit.co/api/mcp — no CLI installation needed.valis.json in repo root — scopes operations to your project, shared via gitOverride defaults via environment variables:
| Variable | Default | Description |
|---|---|---|
VALIS_API_URL | https://valis.krukit.co | API base URL (for self-hosted) |
VALIS_NUDGE_INTERVAL | 5 | Tool calls between nudges |
VALIS_API_TIMEOUT | 5000 | API timeout in ms |
VALIS_EXTRA_EXTENSIONS | (empty) | Extra file extensions for /valis:extract |
VALIS_BYTES_PER_TOKEN | 4 | Token estimation ratio |
Proprietary — source available for audit under the Valis Plugin EULA.
This plugin is a thin client for the hosted Valis service at valis.krukit.co. Installation and use require a valid Valis account. See the LICENSE file for full terms.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Matches all tools
Hooks run on every tool call, not just specific ones
External network access
Connects to servers outside your machine
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Complete developer toolkit for Claude Code
Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.