kosako avatar

kosako

Community

@kosako

8Followers
|
14Public Repos
|
12Published Skills

kosako maintains a personal Claude Code skill suite covering design interviews, session handoffs, repo audits, PR review lifecycles, debugging, and Codex worker delegation.

Skills Distribution
DomainDeveloper To...Code Review & PR L.. (30%)Debugging & Reposi.. (25%)Design Interview &.. (20%)Session Continuity.. (15%)

Agent Skills by kosako

Showing 12 vetted skills indexed across 1 GitHub repositories.

kosakokosako

personal-grill-me

Interviews plans, designs, and ideas in Japanese through round-based frontier questioning.

Community
Intermediate
kosakokosako

personal-session-handoff

Summarizes session outcomes, decisions, and next steps into a resumable handoff record.

Community
Advanced
kosakokosako

personal-grill-with-docs

Interviews design decisions in rounds and writes agreed terms to CONTEXT.md and ADRs.

Community
Intermediate
kosakokosako

personal-github-safe-reader

Classifies GitHub author trust and exposes only safe metadata from untrusted Issues and PRs.

Community
Intermediate
kosakokosako

personal-repo-audit

Audit a repository across multiple dimensions and aggregate severity-ranked findings with file locations.

Community
Intermediate
kosakokosako

personal-review-request

Manages PR review request, result, and follow-up comments on GitHub with explicit write authorization.

Community
Advanced
kosakokosako

personal-asset-miner

Mines Claude Code and Codex session logs to rank repeated work as reusable asset candidates.

Community
Intermediate
kosakokosako

personal-codex-review

Runs read-only Codex CLI reviews of branch diffs, commits, or uncommitted changes and returns findings.

Community
Advanced
kosakokosako

personal-investigate

Diagnose and verify root causes of bugs before applying minimal fixes.

Community
Advanced
kosakokosako

personal-production-rail

Applies production-quality policy lenses to code generation, fixes, design, and review.

Community
Advanced
kosakokosako

personal-resume-project

Summarizes project state and next actions from git history, issues, and handoff notes at session start.

Community
Intermediate
kosakokosako

personal-codex-worker

Delegates packet-scoped issues to unattended Codex workers launched from herdr panes in local clones.

Community
Advanced

Frequently Asked Questions About kosako

FAQPage Schema
What 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.