Skip to content

feat(agent-core): add Kimi Code docs system skill#1173

Draft
starSumi wants to merge 1 commit into
MoonshotAI:mainfrom
starSumi:feat/kimi-code-docs-skill
Draft

feat(agent-core): add Kimi Code docs system skill#1173
starSumi wants to merge 1 commit into
MoonshotAI:mainfrom
starSumi:feat/kimi-code-docs-skill

Conversation

@starSumi

Copy link
Copy Markdown

Summary

  • add a System skill scope and register bundled system skills after project/user/extra roots and before built-ins
  • add an in-memory kimi-code-docs system skill exposed as /kimi-code-docs
  • document System skill priority and the new slash command in English and Chinese docs

Closes #1172

Validation

  • pnpm --filter @moonshot-ai/protocol run typecheck
  • pnpm --filter @moonshot-ai/agent-core run typecheck
  • pnpm --filter @moonshot-ai/kimi-code run typecheck
  • pnpm --filter @moonshot-ai/agent-core exec vitest run test/skill/scanner.test.ts test/skill/registry.test.ts test/harness/skill-session.test.ts
  • pnpm --filter @moonshot-ai/kimi-code exec vitest run test/tui/commands/skills.test.ts
  • pnpm --filter @moonshot-ai/protocol run build
  • pnpm --filter @moonshot-ai/agent-core run build
  • pnpm -C docs run build
  • git diff --check origin/main

@changeset-bot

changeset-bot Bot commented Jun 28, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e9f117f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@moonshot-ai/kimi-code Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a bundled Kimi Code docs system skill

1 participant