raicho-skills marketplace

raicho-skills marketplace is a plugin for Claude Code from raichominev/concilium. Its token cost is not measured, scanned A, original, Apache-2.0.

A Claude Code plugin for having several different AI models review ideas, claims, code changes, or results from separate perspectives. It also supports generating ideas and creating session handoffs, which are notes that let later work continue with the right context.

In plain words
What is it for?
Use it for adversarial code and result reviews, cross-model idea generation, verification of important claims, and passing work between coding sessions.
Why use it?
It helps expose mistakes that one model or one review style might miss. The separate reviews provide additional challenges and evidence before a decision is accepted.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add raichominev/concilium
agentmods
npx agentmods add plugins/raichominev/concilium/marketplace
Clone the repo
git clone --depth 1 https://github.com/raichominev/concilium

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for raicho-skills marketplace

README.md
[![agentmods](https://agentmods.dev/badge/plugins/raichominev/concilium/marketplace.svg)](https://agentmods.dev/plugins/raichominev/concilium/marketplace)
Your own site
<a href="https://agentmods.dev/plugins/raichominev/concilium/marketplace"><img src="https://agentmods.dev/badge/plugins/raichominev/concilium/marketplace.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

raicho-skills marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "name": "raicho-skills",
  "description": "Claude Code skills for verification-heavy work: cross-model adversarial review, cross-model idea generation, and session handoffs that survive.",
  "owner": {
    "name": "Raicho Minev",
    "url": "https://github.com/raichominev"
  },
  "plugins": [
    {
      "name": "concilium",
      "source": "./",
      "description": "Cross-model adversarial review and idea generation. A Claude session orchestrates and ratifies; OpenAI (codex), Moonshot (kimi) and xAI (grok) seats probe, replicate and generate — all on subscription auth, no API key required. Ten modes: review, forge, instrument audit, fragment verify, blind replication, and more.",
      "version": "1.4.0",
      "author": {
        "name": "Raicho Minev",
        "url": "https://github.com/raichominev"
      },
      "license": "Apache-2.0",
      "homepage": "https://github.com/raichominev/concilium",
      "repository": "https://github.com/raichominev/concilium",
      "keywords": [
        "code-review",
        "cross-model",
        "multi-model",
        "adversarial-review",
        "codex",
        "openai",
        "gpt",
        "kimi",
        "grok",
        "xai",
        "idea-generation",
        "brainstorming",
        "second-opinion",
        "verification"
      ]
    },
    {
      "name": "deep-handoff",
      "source": {
        "source": "git-subdir",
        "url": "https://github.com/raichominev/session-handoff-skill.git",
        "path": "."
      },
      "description": "Write a session-close handoff that survives: a handoff document, durable facts wired into the project's own docs, scripts smoke-tested, and a paste-ready continuation prompt — then verified in rounds, changing the probe each round.",
      "version": "1.0.0",
      "author": {
        "name": "Raicho Minev",
        "url": "https://github.com/raichominev"
      },
      "license": "MIT",
      "homepage": "https://github.com/raichominev/session-handoff-skill",
      

Read the full file on GitHub · 65 lines

Contents

The plugins it lists here

This marketplace lists 1 plugin kept in the same repository. Each has its own page, its own measurements and its own install command.

Files

What ships with it

1 file beside marketplace.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 65 lines scan A 1cbc69cd1f91

Subscribe to this mod's changes

raicho-skills marketplace is a plugin published in the GitHub repository raichominev/concilium (2 stars, last pushed 10d ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other plugins, from other repositories

agb-recht-pruefer

Gigantischer AGB-Rechtsprüfer und Klausel-Entwerfer für deutsches Recht: §§ 305 bis 310 BGB, UKlaG, B2C/B2B, Branchen-AGB, Redlining, Klauselrisiko und rechtssichere Entwurfsworkflows.

Klotzkette/claude-fuer-deutsches-recht · not measured

323-frameworks-spring-boot-testing-acceptance-tests

Use when you need to implement acceptance tests from a Gherkin .feature file for Spring Boot applications — including finding scenarios tagged @acceptance, implementing happy path tests with TestRestTemplate, @SpringBootTest, Testcontainers with @ServiceConnection for DB/Kafka, and WireMock for external REST stubs.…

jabrena/plinth · not measured

522-frameworks-micronaut-testing-integration-tests

Use when you need to write or improve integration tests for Micronaut — @MicronautTest, HttpClient, TestPropertyProvider with Testcontainers, transactional test mode where appropriate, and Maven Surefire/Failsafe splits for Test, Tests, IT, and AT.

jabrena/plinth · not measured

han-communication

Foundational communication plugin for the Han suite. Owns the canonical readability standard, the writing-voice profile, and the explanation standard for talking to a reader who will not implement the work, plus the readability-guidance skill that surfaces the first two into a calling skill's own context for in-voice…

testdouble/han · not measured

knowledge-and-memory

Research methodology, corpus search, persistent memory, iterative workflows, and project knowledge management.

oaustegard/claude-skills · not measured

git

Git workflow tools: commits, PRs, review inbox, checkout, and work triage.

technicalpickles/pickled-claude-plugins · not measured