Back to Discover

aiverse

plugin

Piotr1215

A universe of AI-augmented development utilities, inspired by Unix philosophy

View on GitHub
2 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add Piotr1215/aiverse

README

aiverse

A universe of AI-augmented utilities — what GNU coreutils are to Unix, aiverse is to AI-assisted development.

Philosophy

Unix coreutils (ls, grep, sed) operate on text streams through standard interfaces. Aiverse utilities leverage Claude Code's capabilities through slash commands, agents, hooks, and MCP/LSP servers.

The parallel

Unix systemDescriptionClaude Code systemDescription
Coreutils (ls, grep)Small programs operating on textSlash commandsPrompts guiding Claude's tool use
Shell/pipes (bash, |)Composition layer chaining operationsHooks (PostToolUse, SessionStart)Event-driven automation
Daemons (sshd, httpd)Single-purpose servicesAgentsFocused Claude instances for specialized tasks
System services (systemd, cron)Complex coordinationMCP/LSP serversExternal tool and language integration

Common interface

  • Unix: stdin/stdout text streams.
  • Claude Code: tool calls/results plus conversation context.

Installation

/plugin marketplace add Piotr1215/aiverse
/plugin install <plugin-name>@aiverse

Available plugins

PluginDescriptionSource
ai-coreutilsEssential AI-augmented dev utilities (commands, agents, hooks)Piotr1215/ai-coreutils
vale-lspVale prose linter LSP for markdown and MDXlocal (./plugins/vale-lsp)
design-kitTest-driven, parallel-execution framework for building complex systemsPiotr1215/design-kit

Design principles

  1. Do one thing well — singular focus per component.
  2. Composable — chain operations through standard interfaces.
  3. Generic — not tied to specific projects.
  4. Predictable — consistent input/output formats.
  5. Stateless where possible (commands), stateful where needed (agents, servers).

Contributing

New plugins must follow the philosophy: small, focused, generic, composable.

Each plugin entry in .claude-plugin/marketplace.json is validated against schema/marketplace.schema.json on every PR. Run validation locally:

npm install
npm run validate
npm run lint:md

License

MIT

Rendered live from Piotr1215/aiverse's GitHub README — not stored, always reflects the source repo.

3 Plugins

NameDescriptionCategorySource
ai-coreutilsEssential AI-augmented dev utilities (commands, agents, hooks)productivityPiotr1215/ai-coreutils
vale-lspVale prose linter LSP for markdown and MDX filesdevelopment./plugins/vale-lsp
design-kitTest-driven, parallel-execution framework for building complex systems with confidence — prove components in isolation, then integrate via contracts.productivity./plugins/design-kit

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.