dentiny

63 mods across 1 repository, 3 stars between them.

kon AGENTS.md

01

dentiny/kon

Instructions file CodexOpenCode

Instructions for dentiny/kon, covering kon contributor instructions for ai agents, hard rules (apply to every agent, every command), core principles (design → impl → review), tone and agent & narrator emoji — quick-ref (always in context).

3 1mo ago A 766 tokens original MIT

kon

02

dentiny/kon

Plugin Claude Code

K-On! multi-agent dev workflow — explore, plan, implement, cleanup, review.

3 1mo ago A tokens not measured original MIT

address-comments

03

dentiny/kon

Command

Fetch review comments on the current branch's PR, triage with the user, route each item to /kon:quick or /kon:team, implement one work item at a time. Blocks if no PR.

3 1mo ago A 43 tokens original MIT

ask

04

dentiny/kon

Command

Read-only Q&A about the codebase. Azusa investigates and answers — zero repo writes (no code, no .kon/ artifacts); session JSON is tracked under /.kon/projects/.

3 1mo ago A 37 tokens original MIT

begin

05

dentiny/kon

Command

Start an interactive kon session. Plain chat is routed by intent — no /kon: prefix needed until /kon:finish.

3 1mo ago A 25 tokens original MIT

debug

06

dentiny/kon

Command

Bug investigation pipeline — reproduce with runtime evidence before fixing. Azusa investigates, Mugi proposes multiple fixes, user approves, then Yui implements. Mio reviews.

3 1mo ago A 32 tokens original MIT

describe-issue

07

dentiny/kon

Command

Summarize a GitHub issue and all discussion comments. Jun only, read-only. Writes sessions/ /issue-summary.md.

3 1mo ago A 27 tokens original MIT

design

08

dentiny/kon

Command

Design-only pipeline — Azusa explores, Mugi plans, then multi-agent debate (Azusa challenges, Mugi revises) before user confirms. No implementation.

3 1mo ago A 33 tokens original MIT

finish

09

dentiny/kon

Command

Mark the current session as completed. Called explicitly by the user when they are satisfied with the work done. Equivalent to clicking ✓ in the dashboard.

3 1mo ago A 29 tokens original MIT

gc

10

dentiny/kon

Command

Garbage-collect the codebase — Sawako identifies dead code, redundant comments, and bloated docs, presents an inventory for user confirmation, then cleans up. Mio reviews.

3 1mo ago A 36 tokens original MIT

hunt

11

dentiny/kon

Command

Read-only bug hunt — Azusa analyzes bugs from source code and suggests best-effort repro SQL/tests. No fixes, no repo writes.

3 1mo ago A 28 tokens original MIT

quick

12

dentiny/kon

Command

Lightweight task entry point. Orchestrator calls Yui directly for small changes, skips Azusa / Mugi, Yui finishes and runs lightweight Mio (3-item checklist subset).

3 1mo ago A 37 tokens original MIT

research

13

dentiny/kon

Command

External lookup — Jun searches docs and the web, writes .kon/research.md. Read-only for source code; session tracked.

3 1mo ago A 26 tokens original MIT

retro

14

dentiny/kon

Command

Session retro — propose preferences and conventions from the current session for public or repo memory. Human confirms each save. Orchestrator only.

3 1mo ago A 27 tokens original MIT

review-pr

15

dentiny/kon

Command

Holistic GitHub PR review — code diff, PR description, existing review comments, and linked issues. Mio only, read-only.

3 1mo ago A 27 tokens original MIT

review

16

dentiny/kon

Command

Code review only — Mio runs strict-review on uncommitted or staged diff. No implementation.

3 1mo ago A 19 tokens original MIT

summarize

17

dentiny/kon

Command

Write a clean session summary. Called automatically at the end of every run, or on-demand to summarize a past session.

3 1mo ago A 24 tokens original MIT

team

18

dentiny/kon

Command

Full kon run — Azusa explores, Mugi writes a plan, Yui implements, Sawako cleans, Mio reviews. No automated testing.

3 1mo ago A 29 tokens original MIT

todo

19

dentiny/kon

Command

Project todo list — add tasks to .kon/todos.json; view and manage in the dashboard.

3 1mo ago A 20 tokens original MIT

understand-codebase

20

dentiny/kon

Command

Learn a codebase — Azusa maps it, Jun writes an interactive HTML guide (concepts + architecture) and study pack (flashcards + quiz).

3 1mo ago A 31 tokens original MIT

SessionStart

21

dentiny/kon

Hook

Runs when a session starts, executing ensure_project_dir.py and start_dashboard.py via python3 (2 commands). From dentiny/kon.

3 1mo ago A tokens not measured copy · 77% MIT

UserPromptSubmit

22

dentiny/kon

Hook

Runs when you submit a prompt, before the agent sees it, executing init_kon_session.py, record_orchestrator_model.py and log_begin_prompt.py via python3 (3 commands). From dentiny/kon.

3 1mo ago A tokens not measured original MIT

PreToolUse

23

dentiny/kon

Hook

Runs before the agent uses a tool for Bash tool calls, executing no_git_write.py via python3. From dentiny/kon.

3 1mo ago A tokens not measured original MIT

Stop

24

dentiny/kon

Hook

Runs when the agent finishes a response, executing log_begin_response.py via python3. From dentiny/kon.

3 1mo ago A tokens not measured original MIT