By kronael
Installer for the Kronael toolkit. Trigger by saying 'install kronael', 'install kronael tools', or running /kronael:install. Deploys language patterns (go/py/rs/ts/sql), workflow commands (commit, ship, refine, diary), wisdom skill, and lifecycle hooks (compaction preservation, prompt nudges, stop checks) into ~/.claude/.
Extract essence through recursive summarization using 5/3 approach
Fable 5 at xhigh effort — for hardest reasoning, architecture, and long-horizon agentic work.
Haiku — fast, cheap model for mechanical tasks (renaming, single-file edits, simple lookups).
Improve, enhance, fix, cleanup, refactor, optimize, polish code quality.
Learn, extract patterns, analyze history, create or update skills.
Browser automation via the agent-browser CLI. USE when a real browser is needed (login flows, screenshots, page interaction, DOM extraction). NOT for plain HTTP fetches. ALWAYS invoke via Bash tool — this is NOT an Agent subagent type, never pass it to Agent(subagent_type=...).
The `bugs.md` open-issues queue — entry format, lifecycle, pruning to diary. NOT for the record-don't-fix policy (that's CLAUDE.md Bug Triage Protocol), NOT for resolved-bug history (use /diary), NOT for feature backlog (use TODO.md/specs).
Business adoption evaluation — ROI, license risk, TCO, lock-in, make-vs-buy. NOT for technical production readiness (use /cto-eval).
CLI tools. NOT for one-off scripts (use sh).
Run the codex CLI for a second opinion. NOT for routine lookups (use grep/read/recall-memories). NOT a Claude Agent — this is the OpenAI codex CLI.
Uses power tools
Uses Bash, Write, or Edit tools
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.
Command-line utilities and Claude Code configuration.
DISCORD_TOKEN env)Go tools (udfix, rig): cd <tool> && make install. PEP 723 scripts
(tg-fetch, dc-fetch): uv run main.py. dockbox has its own Makefile.
External tools used by the Claude Code config:
Claude plugin path:
/plugin marketplace add kronael/tools
/plugin install kronael@kronael
/kronael:install
This runs kronael/install/SKILL.md, the single
source of truth for the procedure. The install step exists so your
~/.claude/ becomes a working copy you can edit and PR back; pure plugin
updates would overwrite edits. Full rationale:
ARCHITECTURE.md.
Codex does not run Claude Code slash commands, but it can install this same
Claude bundle. The Codex plugin exposes one skill, kronael-install, whose job
is to read kronael/install/SKILL.md and run the
install path from the GitHub marketplace snapshot.
The Codex plugin is only the installer bridge. It contains one Codex skill
(kronael-install); the Kronael bundle installs to ~/.claude/, then the
bridge exposes those installed skills to Codex through ~/.agents/skills.
Codex plugin path:
codex plugin marketplace add kronael/tools
codex plugin add kronael@kronael
Then start a fresh Codex thread and ask:
Use $kronael-install to install/update Kronael.
The same skill also handles bridge-only setup:
Use $kronael-install to bridge CLAUDE.md and .claude/skills into Codex.
The bridge does not duplicate skills/, agents/, or hooks/ into the Codex
plugin cache. It reads the GitHub marketplace snapshot, deploys the Claude
bundle into ~/.claude/, and symlinks the installed skills into Codex's user
skill location.
To repair or apply only the Codex side of that bridge, ask:
Use $kronael-install to bridge .claude/skills into Codex.
That links ~/.agents/skills to ~/.claude/skills when possible. If
~/.agents/skills already exists as a directory, the bridge adds per-skill
symlinks for Kronael skills instead. Codex scans ~/.agents/skills, not
~/.claude/skills.
Codex compatibility for Claude projects:
CLAUDE.md to project_doc_fallback_filenames in
~/.codex/config.toml so Codex reads Claude-only project instructions.AGENTS.md, keep a short pointer there telling
Codex to read CLAUDE.md; fallback files do not stack with AGENTS.md..claude/skills to Codex, symlink
.agents/skills -> ../.claude/skills instead of copying skill files.Troubleshooting:
kronael missing from Codex: run codex plugin marketplace upgrade kronael
(or kronael-local for older installs), then
codex plugin add kronael@kronael./skills.$kronael-install; it merges hook
wiring from settings-recommended.json.Skipped loading ... invalid SKILL.md: run
make skills-frontmatter-fix, reinstall/bridge with $kronael-install,
then start a new Codex thread. The lint extracts SKILL.md frontmatter,
validates it with PyYAML, and fixes known loose forms Claude Code tolerated.skills/) — auto-activating context plus workflow commands
(/commit, /ship, /refine, /diary, ...). The create router skill
bundles the creative-output generators ported from
NousResearch/hermes-agent;
only ones that run locally are bundled. Index and rationale:
skills/README.md.agents/) — task workers (@distill, @improve, @learn,
@readme, @refine, @visual), mostly launched via slash commands.hooks/) — lifecycle scripts: keyword nudging, LOCAL.md
injection, rule re-injection across compaction, stop-time checks. Wiring
lives in settings-recommended.json; see hooks/README.md.global skill — development wisdom installed as ~/.claude/CLAUDE.md.npx claudepluginhub kronael/tools --plugin kronaelA 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.
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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.