src/kon/builtin_skills/init/SKILL.md
Create or update AGENTS.md for this repository
npx skillsauth add kuutsav/kon initInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create or update AGENTS.md for this repository.
The goal is a compact instruction file that helps future Kon sessions avoid mistakes and ramp up quickly. Every line should answer: "Would an agent likely miss this without help?" If not, leave it out.
User-provided focus or constraints (honor these): $ARGUMENTS
Read the highest-value sources first:
README*, root manifests, workspace config, lockfilesAGENTS.md, CLAUDE.md, .cursor/rules/, .cursorrules, .github/copilot-instructions.md)If architecture is still unclear after reading config and docs, inspect a small number of representative code files to find the real entrypoints, package boundaries, and execution flow. Prefer reading the files that explain how the system is wired together over random leaf files.
Prefer executable sources of truth over prose. If docs conflict with config or scripts, trust the executable source and only keep what you can verify.
Look for the highest-signal facts for an agent working in this repo:
lint -> typecheck -> testGood AGENTS.md content is usually hard-earned context that took reading multiple files to infer.
Only ask the user questions if the repo cannot answer something important. Use the question tool for one short batch at most.
Good questions:
Do not ask about anything the repo already makes clear.
Include only high-signal, repo-specific guidance such as:
Exclude:
When in doubt, omit.
Prefer short sections and bullets. If the repo is simple, keep the file simple. If the repo is large, summarize the few structural facts that actually change how an agent should work.
If AGENTS.md already exists, improve it in place rather than rewriting blindly. Preserve verified useful guidance, delete fluff or stale claims, and reconcile it with the current codebase.
development
Review code changes and return prioritized, actionable findings
testing
--- name: kon-tmux-test description: E2E testing of kon using tmux sessions; IMPORTANT: only trigger this skill when user asks for e2e testing of kon --- # Kon Tmux E2E Testing End-to-end testing of kon using tmux sessions to programmatically control the TUI application. ## Why Tmux? Kon is a TUI (Textual-based) app. Running tests programmatically is hard. Tmux provides: - `tmux new-session` - isolate test environment - `tmux send-keys` - send keyboard input - `tmux capture-pane` - capture o
tools
Tag, publish to PyPI, and create GitHub release for Kon with validation and rollback-safe steps
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.