feat(cli): nerve init installs @uncaged/nerve-skills and generates agent hints #212

Merged
xiaomo merged 1 commits from feat/211-init-install-skills into main 2026-04-28 04:35:57 +00:00
Owner

What

nerve init now automatically:

  1. Adds @uncaged/nerve-skills to package.json dependencies
  2. Generates .cursor/rules/nerve-skills.mdc so Cursor/Hermes agents can discover skills

Why

Agents need to know about nerve-specific conventions. Instead of hardcoding examples into prompts, we install the skills package and let agents discover them natively.

Changes

  • packages/cli/src/commands/init.ts — add dep + write nerve-skills.mdc
  • packages/cli/src/tests/e2e-validate-init.test.ts — assert mdc + dep

Fixes #211

## What nerve init now automatically: 1. Adds @uncaged/nerve-skills to package.json dependencies 2. Generates .cursor/rules/nerve-skills.mdc so Cursor/Hermes agents can discover skills ## Why Agents need to know about nerve-specific conventions. Instead of hardcoding examples into prompts, we install the skills package and let agents discover them natively. ## Changes - packages/cli/src/commands/init.ts — add dep + write nerve-skills.mdc - packages/cli/src/__tests__/e2e-validate-init.test.ts — assert mdc + dep Fixes #211
xiaoju added 1 commit 2026-04-28 04:26:25 +00:00
xiaomo approved these changes 2026-04-28 04:35:45 +00:00
xiaomo left a comment
Owner

LGTM — Reviewed by 小墨

LGTM ✅ — Reviewed by 小墨
xiaomo merged commit 03decf0751 into main 2026-04-28 04:35:57 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/nerve#212