Agent Plugins Marketplace
All plugins

logos

v0.18.0

Toolkit for designing AND building the Logos autonomous AI assistant. The design half is a domain-specific deliberative architect council (orchestration, memory, models, autonomy, frontend/interaction layer, resources) where each role writes its own part in parallel and answers the questions the others raise; the same council also details each individual system element into its own deep, build-ready module document, plus a searchable decision journal where every decision is recorded with an importance weight as the assistant's own working memory, plus the experiment diary of the separate research branch (small self-learning models on cheap hardware, repo Logos-Lab). The build half is the logos-build orchestrator over a team of dedicated Logos agents (coder, reviewer, test-writer, QA, devops, sync) that turn the docs into running code — phase by phase, polyglot per layer, code written to be extensible and machine-readable for AI agents rather than humans. Documentation lives in the Logos/ folder of the Obsidian vault (auto-synced); code lives in a separate repo ([email protected]:lopatuxin/Logos.git); the two are always kept in sync, with the documentation as the source of truth.

Claude Code9 Skills

By Anton2 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
9 skill or MCP entries
Source updated
Sep 8, 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 logos 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 logos@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/lopatuxin/anton-toolkit

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

Plugin files

plugins/logos/
├── .claude-plugin/plugin.json
├── skills/logos-build/SKILL.md
├── skills/logos-chat/SKILL.md
├── skills/logos-design/SKILL.md
├── skills/logos-doctrine/SKILL.md
├── skills/logos-lab/SKILL.md
├── skills/logos-log/SKILL.md
├── skills/logos-phases/SKILL.md
├── skills/logos-teach/SKILL.md
└── skills/logos-ui/SKILL.md

Included Skills9

logos-buildskills/logos-build/SKILL.md

Builds the Logos system from its design documentation: takes a delivery phase from Logos/Дизайн/Фазы/ as the spec and drives it through the dedicated Logos agents (never the generic anton-toolkit dev agents) — separate backend and web-frontend coders, then review, tests, devops (local deploy), QA and a code-vs-docs sync — then updates the phase status and journals the work. The only Logos skill that writes runnable code; code is written for AI agents, not humans, and kept in sync with the docs. For the architecture use logos-design, for slicing it into phases logos-phases, for the web-interface spec logos-ui, for the decision journal logos-log; a non-Logos project goes to the anton-toolkit dev agents.

logos-chatskills/logos-chat/SKILL.md

The Logos project companion: discusses any question about Logos in a multi-turn dialog, answering from the real sources of truth — the design docs, the code repository and the running stands (containers, logs, HTTP API, PostgreSQL and Neo4j data) — and when a concrete action surfaces dispatches the Logos tool that owns it instead of doing the work; reads everything, writes nothing itself. Designing goes to logos-design, phases to logos-phases, the web-interface spec to logos-ui, code to logos-build, the decision journal to logos-log, research-branch experiments to logos-lab.

logos-designskills/logos-design/SKILL.md

Designs the Logos system through a fixed deliberative council of six domain architects (orchestration, memory, models, autonomy, frontend, resource realism) who write their own parts in parallel and answer each other's questions before a synthesizer assembles the canonical Архитектура.md; the same council details single elements into build-ready module documents, and oversized documents get split; requirements come from a user interview first, key decisions go to the journal; documentation only, under Logos/Дизайн/. Runs in the main conversation; the interview is not delegated to agents. For slicing into phases use logos-phases, for the web-interface spec logos-ui, for writing code logos-build, for a non-Logos system system-designer.

logos-doctrineskills/logos-doctrine/SKILL.md

The binding Logos doctrine "code for AI, not for humans": eleven numbered points (0–11) every Logos coder, reviewer, test-writer, QA, devops and sync agent obeys — smallest mechanism the spec names, explicit wiring, comments only for traps and invariants, no manifests or history in code, extension by registration, 1000-line module ceiling, correctness over everything. Preloaded into the Logos build agents; not a user command.

logos-labskills/logos-lab/SKILL.md

The experiment diary of the Logos research branch (small self-learning models on cheap hardware) in Logos/Исследования/: records a new experiment with the hypothesis written before the code, appends its outcome (сработало / провал) adjusting the weight, searches experiments by area / status / weight / date, shows past failures and dead ends, and maintains the research direction notes; knows the rules of the lab repo Logos-Lab; single-shot, no agents. For decisions of the production Logos project use logos-log (Logos/Журнал/), for talking about the project logos-chat, for learning the science behind the branch logos-teach.

logos-logskills/logos-log/SKILL.md

The Logos project decision journal in Logos/Журнал/: records a design decision, an experiment or a dead end as its own note with Dataview-indexed frontmatter, searches the journal by area / type / weight / status / date, and marks an experiment's outcome (worked / failed) adjusting its weight; written for the model, no user sign-off; single-shot, no agents. For a personal diary use dnevnik, for designing the architecture logos-design, for experiments of the research branch (Logos/Исследования/, repo Logos-Lab) logos-lab — this skill only records, searches and updates entries.

logos-phasesskills/logos-phases/SKILL.md

Carves the Logos system defined in Архитектура.md into incremental delivery phases — each an end-to-end slice the user can touch and test, starting from an MVP-zero — through an interview that pins down each phase's goal, scope, architecture surface, dependencies and hand-verifiable done criteria; writes one file per phase to Logos/Дизайн/Фазы/, records it in the journal and fixes Архитектура.md immediately when a phase needs something it lacks; documentation only. Runs in the main conversation; the interview is not delegated to agents. For the architecture use logos-design, for the web-interface spec logos-ui, for the journal logos-log, for building a phase logos-build, for a non-Logos system system-designer.

logos-teachskills/logos-teach/SKILL.md

Mentor for the owner's self-study of the language-model field: leads him one step at a time up a fixed ladder — counting table, learning from error, trained softmax table, backpropagation, word vectors, wider context, recurrence, attention, a small transformer, fine-tuning and forgetting — which he implements himself in plain Java in his own study repo Logos-Study. Explains in plain Russian without jargon, leads with questions instead of answers, never writes his code, reviews what he wrote one gap per turn, gives the field's English names so he can read other people's work, and remembers progress across sessions in Logos/Исследования/Обучение.md. Multi-turn dialog, no agents. To record an experiment of the research branch use logos-lab; to have an agent write lab code or to discuss the production project use logos-chat.

logos-uiskills/logos-ui/SKILL.md

Writes the build-ready structural spec of the Logos web interface to the folder Logos/Дизайн/Веб-интерфейс/ (hub note plus one page per screen) for the logos-frontend-coder agent — screens, the blocks and elements of each, navigation, behaviour and states — with no visual design: colours, typography and theme come from the established Logos style; built through an interview (open questions, one at a time), then synchronized with Архитектура.md, recording significant changes in the journal; documentation only. Runs in the main conversation; the interview is not delegated to agents. For the system architecture use logos-design, for delivery phases logos-phases, for the journal logos-log, for a non-Logos system system-designer.

Plugin manifests1

plugins/logos/.claude-plugin/plugin.json
{
  "name": "logos",
  "version": "0.18.0",
  "description": "Toolkit for designing AND building the Logos autonomous AI assistant. The design half is a domain-specific deliberative architect council (orchestration, memory, models, autonomy, frontend/interaction layer, resources) where each role writes its own part in parallel and answers the questions the others raise; the same council also details each individual system element into its own deep, build-ready module document, plus a searchable decision journal where every decision is recorded with an importance weight as the assistant's own working memory, plus the experiment diary of the separate research branch (small self-learning models on cheap hardware, repo Logos-Lab). The build half is the logos-build orchestrator over a team of dedicated Logos agents (coder, reviewer, test-writer, QA, devops, sync) that turn the docs into running code — phase by phase, polyglot per layer, code written to be extensible and machine-readable for AI agents rather than humans. Documentation lives in the Logos/ folder of the Obsidian vault (auto-synced); code lives in a separate repo ([email protected]:lopatuxin/Logos.git); the two are always kept in sync, with the documentation as the source of truth.",
  "author": {
    "name": "Anton"
  }
}

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

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