kenryu42
- 17 skills
- 0 followers
- 23 hours ago last updated
- ▌ Orchestrate · kenryu42 bundleCoordinate multiple agents on large-scope tasks. Use whenever the work is substantial; trivial tasks do not require this skill.
- ▌ Docs Sync · kenryu42 bundleSync the docs with the cc-safety-net source repo. Drafts page updates from the source drift, validates them, then advances SOURCE-SYNC.json and commits automatically.
- ▌ Ultra · kenryu42 bundleManual multi-agent build workflow — Fable owns judgment (plan, investigate, design, review, decide), Opus owns execution (implement, fix, validate); a Fable planner designs a task-specific stage plan, then a Fable review + Opus fix loop closes it out.
- ▌
- ▌ Codex First · kenryu42Delegate substantial implementation, fixing, code exploration, rebasing, and PR landing mechanics to Codex CLI while Claude handles design, decisions, review, and verification.
- ▌
- ▌ Repo Explorer · kenryu42Clone and inspect external repositories in a reusable local exploration cache. Use this skill when the user asks to explore, inspect, investigate, compare, or answer questions about a repository that may not already be in the current workspace.
- ▌ Sponsor Miner · kenryu42 bundleFind and verify potential sponsors for a GitHub repository by mining GitHub README sponsorship placements. Use when the user provides a target GitHub repo URL and wants sponsor leads, README sponsor discovery, sponsor verification, contact URLs, or a verified-leads.csv for outreach planning. The skill expects exactly one user-facing input: the target repo URL.
- ▌ Sqlite Expert · kenryu42SQLite database optimization, query writing, indexing, and best practices specialist. Proactively analyzes and optimizes SQLite databases for performance and reliability.
- ▌ Codex Security · kenryu42 bundleUse when the user asks for Codex Security workflows: repository-wide or scoped-path security scans, security reviews of pull requests, commits, branch diffs, or working-tree patches, deep exhaustive repository scans, fixing validated or plausible security findings, or individual threat-modeling, finding-discovery, validation, and attack-path-analysis phases.
- ▌ Runtime Review · kenryu42 bundleUse when diagnosing or fixing runtime CPU spikes, high event-loop latency, memory growth, heap leaks, garbage-collection pressure, or OOM crashes in Node.js, Bun, Deno, JavaScript/TypeScript services, or comparable long-running runtimes. Includes code-first triage, guided CPU and memory profiling, subagent-orchestrated review, before/after profile comparison, and structured remediation reports.
- ▌ Commit With Context · kenryu42 bundleCreate a coherent Conventional Commit with concise, high-signal context. Use when the user explicitly asks to commit current work or invokes $commit-with-context. Keep unrelated changes out and avoid splitting one task into artificial micro-commits.
- ▌ Test Coverage Improver · kenryu42 bundleImprove repository test coverage with autonomous, test-only quick wins. Run `bun run test:coverage`, inspect coverage artifacts, add tests that exercise real production behavior, repeat until no quick wins remain, validate the result, and report opportunities that require source changes, external APIs, mocks, or user approval.
- ▌ Cc Safety Net · kenryu42 bundleOperate CC Safety Net: explain why a command was blocked, triage false positives, configure custom rulebooks, manage agent CLI integrations, and diagnose protection.
- ▌ Release Notes · kenryu42 bundleGenerate and publish concise, evidence-based notes in the body of the latest existing GitHub Release. Use only when the user explicitly invokes `$release-notes` or explicitly asks to update the latest existing GitHub Release body. Do not invoke for general release planning, changelog, tag, or version tasks.
- ▌ Verify Cc Safety Net · kenryu42 bundleLaunch and drive the real cc-safety-net CLI — the hook decision path, explain, status/doctor, logs, and the local policy GUI — against an isolated home, capturing evidence. Use when a change needs proof in the running app, not just the test suite.
- ▌ Ccsn Find Simplifications · kenryu42 bundleUse when working in the cc-safety-net repo to find non-obvious simplification candidates: dead, duplicated, speculative, over-built, or contract-exceeding surfaces in the analyzer, rules, guards, integrations, CLI, or GUI. Produces evidence-backed proposals for the maintainer, not a pile of guesses.