HakobuHakobu

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-skill

This works with any agent that supports the Agent Skills specification.

Supported Agents

AgentSupport
Claude CodeYes
CursorYes
GitHub CopilotYes
ClineYes
Gemini CLIYes

What the Skill Covers

The skill provides your agent with accurate, source-verified knowledge about:

  • CLI commands and flags — Every flag from --target to --notarize, with aliases and types
  • Package.json config — The full "hakobu" field schema including metadata, macos, and linux options
  • 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:

  1. Activation — Your agent reads the skill description and activates when you ask about Hakobu
  2. Core instructions — The main skill file provides quick-reference commands, target format, config examples, and code templates
  3. 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 Windows
Set up a GitHub Actions workflow to build cross-platform binaries with Hakobu
Add macOS code signing and notarization to my Hakobu build
Migrate my project from @yao-pkg/pkg to Hakobu
Configure PE metadata for my Windows executable

The 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.

On this page