Nekoautomata Miki

Local tools for coding-agent configuration.

Small open-source tools for understanding, reviewing, packaging, and hardening Claude Code and Codex configuration. Each tool runs locally, avoids executing the configuration it audits, and produces redacted, shareable output.

01 · permissions

PermitLint

Audit permission policies for broad, ineffective, or approval-heavy rules.

02 · instructions

RuleRoute

Resolve which repository instructions apply to a target path and why.

03 · review

HarnessDelta

Review what agent-facing behavior a Git change expands, removes, or makes executable.

04 · hooks

HookLint

Catch hook configuration that one harness skips, ignores, duplicates, or launches differently.

05 · packaging

PluginProof

Verify manifests, component paths, marketplaces, skills, package contents, and cross-harness release drift.

Run one check

From a repository root, copy a command. The package runs once from the public Codeberg registry.

npx --yes --registry=https://codeberg.org/api/packages/automa-tan/npm/ permitlint .
npx --yes --registry=https://codeberg.org/api/packages/automa-tan/npm/ ruleroute .
npx --yes --registry=https://codeberg.org/api/packages/automa-tan/npm/ harnessdelta .
npx --yes --registry=https://codeberg.org/api/packages/automa-tan/npm/ hooklint .
npx --yes --registry=https://codeberg.org/api/packages/automa-tan/npm/ pluginproof . --harness both

Pick the question you have