Skip to content

feat: add kilocode platform configuration and detection support#119

Open
dacsang97 wants to merge 1 commit intonextlevelbuilder:mainfrom
dacsang97:feat/support-kilocode
Open

feat: add kilocode platform configuration and detection support#119
dacsang97 wants to merge 1 commit intonextlevelbuilder:mainfrom
dacsang97:feat/support-kilocode

Conversation

@dacsang97
Copy link

@dacsang97 dacsang97 commented Jan 22, 2026

Add support for Kilo Code AI assistant in the CLI installer, resolves #89

Changes

  • Add kilocode.json platform config template
  • Add kilocode to AIType union and AI_TYPES array
  • Add .kilocode to AI_FOLDERS mapping
  • Add Kilo Code detection in detect.ts
  • Add description for Kilo Code in getAITypeDescription()

Install Structure

Following the Kilo Code skills specification:

.kilocode/
└── skills/
└─── ui-ux-pro-max/
├─── SKILL.md      # With YAML frontmatter (name, description)
├─── data/
└─── scripts/

Usage

npx uipro-cli init --ai kilocode

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 support for KiloCode

1 participant