Skip to main content
kunchenguid
GitHub creator profile

kunchenguid

Repository-level view of 44 collected skills across 18 GitHub repositories.

skills collected
44
repositories
18
updated
Aug 18, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

quota-array-dispatch
computer-occupations-all-other

Agent-only decision procedure for resolving a matched crew-dispatch profile array from quota-axi's default TOON, ranking by spendPriority after three orthogonal gates. Load when a dispatch rule or default resolves to more than one profile candidate.

Aug 18, 2026
stuck-crewmate-recovery
computer-occupations-all-other

Agent-only playbook for stuck or missing ordinary Firstmate direct reports. Use when the session-start digest reports an ordinary direct report's endpoint dead or its metadata has no window, or after a stale wake, looping pane, repeated confusion, an…

Aug 18, 2026
process-event-sources
computer-occupations-all-other

Agent-only procedure for registered process-to-event sources and their wakes. Use before arming a long-polling source firstmate owns, before registering a deterministic condition->action watch, and on any `procevent <adapter> <source-id> <sequence>` check…

Aug 18, 2026
firstmate-coding-guidelines
computer-occupations-all-other

Agent-only reference for changing firstmate's shared, tracked material per AGENTS.md section 1. Use before editing any of that material, whether working as firstmate directly or as a crewmate briefed on a firstmate-repo task. Covers the knowledge-placement…

Aug 17, 2026
updatefirstmate
computer-occupations-all-other

Self-update a running firstmate and its secondmates to the latest from origin. Use when the captain invokes /updatefirstmate (e.g. "/updatefirstmate", "update firstmate", "pull the latest firstmate"). Fast-forwards this firstmate repo's default branch and…

Aug 17, 2026
decision-hold-lifecycle
computer-occupations-all-other

Agent-only policy for completing investigations and visual reviews without losing unresolved captain decisions. Load before treating an investigation, scout report, structured review, or Lavish review as complete, before ending a visual review that exposed a…

Aug 17, 2026
stow
software-developers

Sweep the current session for uncaptured durable knowledge, file it to disk, persist the open work records this session knows are unfiled or now wrong, and curate the home's tiered, decaying startup memory before a context reset. Use when the captain invokes…

Aug 16, 2026
secondmate-provisioning
software-developers

Agent-only reference for persistent secondmate setup and retirement. Use when creating, seeding, validating, launching, recovering, handing backlog to, pushing inherited local material into, or retiring a secondmate home, or when editing data/secondmates.md.…

Aug 16, 2026
Showing 8 of 20 collected skills.
test-driven-development
software-quality-assurance-analysts-and-testers

Use when implementing any feature or bugfix, before writing implementation code

Jun 8, 2026
careful
network-and-computer-systems-administrators

Safety guardrails for destructive commands. Warns before rm -rf, DROP TABLE, force-push, git reset --hard, kubectl delete, and similar destructive operations. User can override each warning. Use when touching prod, debugging live systems, or working in a…

May 18, 2026
health
software-quality-assurance-analysts-and-testers

Code quality dashboard. Wraps existing project tools (type checker, linter, test runner, dead code detector, shell linter), computes a weighted composite 0-10 score, and tracks trends over time. Use when: "health check", "code quality", "how healthy is the…

May 18, 2026
investigate
software-developers

Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Use when asked to "debug this", "fix this bug", "why is this broken", "investigate this error", or "root…

May 18, 2026
plan-eng-review
software-developers

Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations. Use when asked to "review the architecture",…

May 18, 2026
review
software-quality-assurance-analysts-and-testers

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when asked to "review this PR", "code review", "pre-landing review", or "check my diff".…

May 18, 2026
Showing 12 of 18 repositories