kimaki-expert
9
总安装量
6
周安装量
#31295
全站排名
安装命令
npx skills add https://github.com/ajoslin/dot --skill kimaki-expert
Agent 安装分布
opencode
6
claude-code
6
github-copilot
6
codex
6
kimi-cli
6
gemini-cli
6
Skill 文档
Kimaki Expert
Use this skill to configure and operate Kimaki as a Discord control plane for OpenCode projects.
Trigger Conditions
Activate when a request includes one or more of these signals:
- Mentions
kimaki,kimaki.xyz, ornpx -y kimaki@latest - Requests Discord bot setup for coding agents
- Asks to map project directories to Discord channels
- Needs help with Kimaki slash commands, queueing, session resume/fork/share
- Wants CI or automation via
kimaki sendorkimaki project add
Operating Procedure
- Identify target mode: initial setup, ongoing operations, or automation.
- Validate prerequisites: Discord app, bot token, project directory, and running Kimaki bridge process.
- Guide through smallest viable flow first: start bot, link one project, send one message.
- Expand to advanced features only after baseline path works.
- Prefer exact commands and short checklists over conceptual explanations.
Standard Workflows
First-Time Setup
- Run
npx -y kimaki@latestand follow interactive prompts. - Ensure required Discord intents are enabled during bot creation.
- Install bot into target server.
- Add at least one project-channel mapping and test with a short prompt message.
Day-2 Operations
- Use slash commands for session control:
/session,/resume,/abort,/queue,/clear-queue,/undo,/redo. - Use
/modeland/agentto tune execution context per channel or session. - Keep one dedicated server for agent traffic and access-control hygiene.
Automation and CI
- Start jobs programmatically with
npx -y kimaki send --channel <id> --prompt "...". - Continue existing threads with
--threador--session. - Create isolated runs with
--worktree <name>. - Use
--notify-onlyfor context events without immediate execution.
Troubleshooting Heuristics
- If messages do nothing, verify permissions and role policy (
Kimakirole and nono-kimakiblocker role). - If sessions fail to start, verify Kimaki process is running on machine hosting target project.
- If channels are missing, re-run mapping with
/add-projectorkimaki project add. - If multi-machine routing is confusing, enforce one bot per machine and explicit channel labeling.
Response Style
- Lead with exact command(s), then expected result.
- Include one validation step after each critical action.
- Keep guidance operational and concise.
- Use
references/kimaki-quick-reference.mdfor commands and recipes.