luminae-helper
v0.0.14
Published
Install public AI agent skills to coding tools
Maintainers
Readme
luminae-helper
Install public AI agent commands/skills into local AI coding tools.
The package bundles a build-time snapshot from evenweiss/ai-agent-skills; runtime installation is local-only and does not fetch GitHub.
Install
npm install -g luminae-helper --registry https://registry.npmjs.org/Use
luminae-helper
luminae-helper --version
luminae-helper outdatedSupported tools
| Tool | command source | skill source |
|---|---|---|
| Claude Code | ~/.claude/commands/ | ~/.claude/skills/ |
| Codex | — | ~/.codex/skills/ |
| Cursor | — | ~/.cursor/skills/ |
| Hermes Agent | — | ~/.hermes/skills/ |
| OpenCode | — | ~/.opencode/skills/ |
| Trae | ~/.trae/commands/ | — |
Build-time skill source
For local development, keep ai-agent-skills as a sibling directory or set:
LUMINAE_SKILLS_SOURCE=/path/to/ai-agent-skills npm run sync-skillsPublishing runs scripts/fetch-skills.js --strict and bundles commands/ / skills/ into the tarball.
Library API
import { runCli } from "luminae-helper";
await runCli({ argv: process.argv.slice(2), packageRoot: import.meta.dirname });packageRoot lets wrapper packages provide their own bundled commands/ and skills/ while reusing the CLI engine.
