
noory-ai
by noory-code
noory-ai
Plugin collection for Claude Code and Codex — MCP servers, lifecycle hooks, and skill packs.
Packages
Add the marketplace once per host:
| Host | Marketplace command |
|---|---|
| Claude Code | /plugin marketplace add noory-code/noory-ai |
| Codex | codex plugin marketplace add noory-code/noory-ai |
Evonest — Autonomous Code Evolution
Runs 20 specialist personas against your codebase (security auditor, chaos engineer, performance analyst, etc.) and lets adaptive selection determine which approaches work best for your project.
- Observe → Plan → Execute → Verify cycle with auto-revert on failure
- Git stash before every change; lock file prevents concurrent runs
- Adaptive persona weights — successful personas run more often over time
- Direct commit or PR mode (
code_output: "pr")
Install: Claude Code: /plugin install evonest@noory-ai · Codex: codex plugin add evonest@noory-ai
Novel AI — Novel's Open Plugin Stack
Mashbill, Solera, Proof, and Distill live in the public noory-code/novel-ai
repository. It is an independent repository, not a submodule of noory-ai.
For coordinated local development, clone noory-ai and novel-ai as sibling
directories under the same workspace.
Public architecture, concepts, specifications, and migration guidance are maintained in
novel-ai/docs/. Start with
novel-ai/docs/index.md.
| Plugin | Responsibility |
|---|---|
| Mashbill | Visual thinking canvas and Novel artifact publisher |
| Solera | Work planning, deterministic gates, and execution order |
| Proof | Append-only decisions referenced by stable ID |
| Distill | Durable knowledge extraction and recall |
Install:
/plugin marketplace add noory-code/novel-ai
/plugin install mashbill@novel-ai
/plugin install solera@novel-ai
/plugin install proof@novel-ai
/plugin install distill@novel-ai
Flutter Cask — Flutter Package Guide Skills
Curated reference skills for Flutter development. Each skill gives Claude Code or Codex immediate access to usage patterns, best practices, and code examples for the most common Flutter packages.
- 32 skills across state management, routing, Firebase, UI, testing, and more
- No Python dependencies — pure skill pack
- Covers riverpod, go-router, freezed, hive, admob, and 27 more
Install: Claude Code: /plugin install flutter-cask@noory-ai · Codex: codex plugin add flutter-cask@noory-ai
Plainly — Clear Response Styles
Injects a selected communication style immediately before Claude Code or Codex processes each user prompt. Includes four built-in profiles, external style files, and user/project configuration with no post-answer retry loop.
Install: Claude Code: /plugin install plainly@noory-ai · Codex: codex plugin add plainly@noory-ai
RAG — Local GraphRAG Plugin
Per-project vector + graph (GraphRAG) hybrid search. Runs fully locally with no external API key.
- Local embeddings (
intfloat/multilingual-e5-small) + sqlite-vec + Kuzu graph store - Chunks and extracts entities from files placed under
.noory/rag/raw/ - Built-in evaluation flow via user-registered probe questions
Install: Claude Code: /plugin install rag@noory-ai · Codex: codex plugin add rag@noory-ai
Pencil M3 Flutter — Flutter Material Design 3 Automation
Connects the Pencil app with Claude Code or Codex to initialize a per-app Material Design 3 library, generate seed-color-based Flutter theme code, and produce screen design prompts.
pmf-init— scaffold the app's design guide, seed color, logo, and project design skillpmf-change-seed-color/pmf-change-logo— update theme or logo in place- Requires the Pencil MCP server
Related servers

n8n
Updated todayby n8n-io
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

mcp-server-git
OfficialUpdated todayA Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

mcp-server-fetch
OfficialUpdated todayA Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs