Agent Skill
Install the Hakobu agent skill to get AI-powered assistance with packaging, configuration, and troubleshooting.
Hakobu provides an Agent Skill that teaches AI coding agents how to generate correct CLI commands, package.json config, and programmatic API code for your project.
Once installed, your agent can help you package apps, configure targets, set up CI/CD workflows, and troubleshoot issues — without you needing to look up the docs manually.
Install
npx skills add hakobujs/hakobu-skillThis works with any agent that supports the Agent Skills specification.
Supported Agents
| Agent | Support |
|---|---|
| Claude Code | Yes |
| Cursor | Yes |
| GitHub Copilot | Yes |
| Cline | Yes |
| Gemini CLI | Yes |
What the Skill Covers
The skill provides your agent with accurate, source-verified knowledge about:
- CLI commands and flags — Every flag from
--targetto--notarize, with aliases and types - Package.json config — The full
"hakobu"field schema includingmetadata,macos, andlinuxoptions - Target platforms — All 7 active targets with tier classification
- Bundle mode — Rolldown integration for TypeScript and monorepo projects
- Signing & distribution — macOS notarization, Windows Authenticode, Linux AppImage
- CI/CD workflows — GitHub Actions matrix builds with caching
- Migration — Step-by-step migration path from
@yao-pkg/pkg
How It Works
The skill uses progressive disclosure to minimize context usage:
- Activation — Your agent reads the skill description and activates when you ask about Hakobu
- Core instructions — The main skill file provides quick-reference commands, target format, config examples, and code templates
- Deep references — Detailed reference files (CLI flags, config options, distribution guides) are loaded only when your agent needs them
This means your agent gets the right level of detail for each question without wasting context on irrelevant information.
Example Prompts
Once the skill is installed, try asking your agent:
Package my Node.js app for Linux and WindowsSet up a GitHub Actions workflow to build cross-platform binaries with HakobuAdd macOS code signing and notarization to my Hakobu buildMigrate my project from @yao-pkg/pkg to HakobuConfigure PE metadata for my Windows executableThe skill references are kept in sync with the Hakobu source code. All CLI flags, config fields, and target identifiers match the actual @hakobu/hakobu package.