kosako
Community@kosako
kosako maintains a personal Claude Code skill suite covering design interviews, session handoffs, repo audits, PR review lifecycles, debugging, and Codex worker delegation.
Agent Skills by kosako
Showing 12 vetted skills indexed across 1 GitHub repositories.
personal-grill-me
Interviews plans, designs, and ideas in Japanese through round-based frontier questioning.
personal-session-handoff
Summarizes session outcomes, decisions, and next steps into a resumable handoff record.
personal-grill-with-docs
Interviews design decisions in rounds and writes agreed terms to CONTEXT.md and ADRs.
personal-github-safe-reader
Classifies GitHub author trust and exposes only safe metadata from untrusted Issues and PRs.
personal-repo-audit
Audit a repository across multiple dimensions and aggregate severity-ranked findings with file locations.
personal-review-request
Manages PR review request, result, and follow-up comments on GitHub with explicit write authorization.
personal-asset-miner
Mines Claude Code and Codex session logs to rank repeated work as reusable asset candidates.
personal-codex-review
Runs read-only Codex CLI reviews of branch diffs, commits, or uncommitted changes and returns findings.
personal-investigate
Diagnose and verify root causes of bugs before applying minimal fixes.
personal-production-rail
Applies production-quality policy lenses to code generation, fixes, design, and review.
personal-resume-project
Summarizes project state and next actions from git history, issues, and handoff notes at session start.
personal-codex-worker
Delegates packet-scoped issues to unattended Codex workers launched from herdr panes in local clones.
Frequently Asked Questions About kosako
FAQPage SchemaWhat tasks can I accomplish using kosako's skills?βΌ
You can run round-based design interviews, produce ADR and glossary documents, audit repositories with severity-ranked findings, manage GitHub PR review lifecycles, diagnose bug root causes before fixing, mine session logs for asset candidates, and delegate implementation packets to Codex workers.
Who are kosako's skills designed for?βΌ
They target individual developers using Claude Code and Codex CLI who want disciplined personal engineering practices: structured design grilling, session continuity, safe reading of untrusted GitHub content, production-quality policy lenses, and orchestrator-worker delegation across agents.
How do session start and end routines work in this skill set?βΌ
personal-resume-project runs at session start to confirm current project state and the next action, while personal-session-handoff runs at explicit session end to record reach points, decisions, unfinished items, and the next entry point into a handoff document.
How does kosako handle untrusted GitHub content safely?βΌ
personal-github-safe-reader classifies author trust before reading Issues, PRs, or comments from forks, bots, or unknown actors, passing only safe metadata into context instead of untrusted bodies. It is a read-only steering gate, not an enforcement boundary or credential isolation replacement.
What are the prerequisites for the Codex delegation skills?βΌ
personal-codex-worker requires Codex CLI, herdr panes for unattended codex exec launch, and packet conventions defined in docs/agent-packets.md. If preflight detects asymmetric or insufficient capabilities it returns BLOCKED to a human; review uses personal-codex-review and PR lifecycle uses personal-review-request.