By stoating
Clojure Replicant skill — data-driven DOM and string rendering, hiccup syntax, aliases, event handlers, life-cycle hooks, CSS transitions, and node memory.
A structured Markdown skill that teaches AI coding agents how to work with Replicant — a data-driven rendering library for Clojure(Script). Covers hiccup syntax, DOM and string rendering, aliases (defalias/aliasfn), data-driven event handlers, life-cycle hooks (on-mount, on-update, on-unmount), CSS mounting/unmounting transitions, node memory, and the dispatch pattern.
Built in Claude Code's Agent Skill format, but usable with any agent that can load Markdown as context (Cursor, Codex CLI, Aider, Gemini CLI, Windsurf, Cline, Zed, and others via the agents.md convention).
Pick the section matching your agent.
/plugin marketplace add stoating/clojure-replicant-skill
/plugin install replicant@clojure-replicant-skill
Once installed, invoke it with:
/replicant
To update later:
/plugin marketplace update clojure-replicant-skill
/plugin marketplace add stoating/plugins
/plugin install replicant@stoating
git clone https://github.com/stoating/clojure-replicant-skill.git
cp -r clojure-replicant-skill/replicant ~/.claude/skills/
All of these honor AGENTS.md. Drop this repo (or just AGENTS.md + replicant/) at your project root and the agent will read it on session start.
Attach or paste the contents of replicant/SKILL.md as system instructions or context, then attach individual reference files as needed.
.
├── .claude-plugin/
│ ├── marketplace.json # Claude Code marketplace manifest
│ └── plugin.json # Claude Code plugin manifest
├── AGENTS.md # Cross-agent entry point (agents.md convention)
├── README.md # This file
├── LICENSE
└── replicant/ # The actual skill
├── SKILL.md # Entry point — decision table
├── core-concepts.md # Hiccup syntax, render, unmount, set-dispatch!, SSR, install
├── aliases.md # defalias, aliasfn, register!, expand, alias-data
├── event-handlers.md # Function and data-driven handlers, dispatch, interpolation
├── life-cycle-hooks.md # on-mount/update/unmount, replicant/key, transitions, memory
└── anti-patterns.md # Common mistakes and how to fix them
| File | Contents |
|---|---|
SKILL.md | Index, decision table — the agent always starts here |
core-concepts.md | Design philosophy, hiccup syntax, replicant.dom/render, replicant.string/render, set-dispatch!, installation, build options |
aliases.md | defalias, aliasfn, register!, get-registered-aliases, expand/expand-1, alias-data, clj-kondo |
event-handlers.md | Function handlers, data-driven handlers, dispatch function, event data interpolation, handler options (capture/passive/once) |
life-cycle-hooks.md | Mount/update/unmount hooks, context map, replicant/key, CSS transitions (mounting/unmounting), node memory (remember/recall) |
anti-patterns.md | State in aliases, missing keys, no dispatch function, incorrect hiccup structure, performance issues |
Skill-authoring references:
AGENTS.md conventionSee LICENSE.
This skill is a curated digest of the Replicant source code and documentation, intended to give an AI coding agent accurate, actionable knowledge of Replicant without requiring it to read and parse the raw source on every task.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub stoating/clojure-replicant-skill --plugin replicantClojure Polylith skill — components, bases, projects, interfaces, poly commands, workspace configuration, profiles, incremental testing, and setup.
Clojure/ClojureScript Reitit skill — route syntax, Ring router, middleware, coercion (malli/spec/schema), OpenAPI/Swagger docs, frontend browser routing, and interceptors.
Clojure Integrant skill — data-driven application architecture, init-key, halt-key!, suspend/resume, refs, refsets, composite keys, derived keywords, profiles, vars, expand-key, and REPL workflow.
Clojure FlowStorm skill - ClojureStorm setup, vanilla tracing, ClojureScript/shadow debugging, instrumentation controls, data windows, nREPL outputs, remote debugging, and trace limits.
Clojure Hiccup skill - HTML-as-data syntax, hiccup2.core rendering, escaping, raw HTML, render modes, page/form helpers, and safe server-side HTML generation.
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.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.