A personal collection of small developer tools.
Tool versions are managed with mise. Run mise install before using the project.
| Tool | Description | Quick Start |
|---|---|---|
chat_session |
Interactively export or delete OpenCode or Codex conversations. | uv run chat_session |
Put Python tools in src/, add their command entry points under [project.scripts] in pyproject.toml, and manage dependencies with uv add.
Format Markdown with npm run format and verify formatting with npm run format:check.