All authors
kookr-ai avatar

Claude Skills by kookr-ai

github.com/kookr-ai
83 skillsA× 77B× 5C× 10 installs16 views
Oss Pr PlanA

Plan phase for oss-pr-lessons playbook — load state, determine next batch of PRs to analyze for any repository

developmentgobash
0
3
Oss Pr ThresholdA

Threshold verification for oss-pr-lessons playbook — determine if distillation should trigger for any repository

developmentgobash
0
3
Placement PickerA

Decide where to place a new rule, skill, hook, KB entry, agent, CLAUDE.md rule, memory, or context artifact. Use when choosing among user, project, plugin, hook, memory, and knowledge-base surfaces, especially before saving a behavioral rule or feedback memory.

developmenttypescriptgo
0
3
Playbook AuthoringA

Create or revise Kookr playbooks and scheduled orchestration, including parameters, project identity, idempotency, model policy, and launch integration

developmentgobash
0
3
Playwright E2e PatternsA

Playwright E2E testing patterns. Use when playwright, E2E test, toBeVisible, route mock, modal, flaky test, or selector issues.

developmenttypescriptgo
0
3
Pr Contribution ExcellenceA

Patterns for excellent open-source PR contributions, distilled from analyzing real PRs across repositories

developmentpythonrust
0
3
Pr Review TriageA

Triage, fix, and resolve PR review comments end-to-end — fetch comments, assess relevance, implement fixes, push, and resolve GitHub threads. Used by post-push when feedback arrives.

developmentbashnode
0
3
Pre Pr ReviewA

Self-review checklist before creating a PR — repo checks, diff review, reviewer specialists, and gate state creation before gh pr create.

developmentpythonrust
0
3
Process Lifecycle PatternsA

Process lifecycle and graceful shutdown - signal handling, connection draining, health probes, resource cleanup ordering, worker management, zero-downtime deploys

developmenttypescriptgo
0
3
Realtime State SyncA

Keep realtime UI state consistent with snapshot+delta sequencing, source tagging, dedup layers, and safe reconciliation.

development
0
3
Requirements EngineeringA

Writing precise, testable, structured requirements - SHALL/SHOULD/MAY phrasing, INVEST stories, acceptance criteria, ubiquitous language, prioritization

developmentgosql
0
3
Reviewer Distillation JudgeA

Spawn an isolated judge subagent to evaluate reviewer predictions against real human reviews

developmentpythongo
0
3
Reviewer Distillation MetaA

Meta-mutation — improve the mutator or judge skills when the reviewer improvement loop stalls

developmentgo
0
3
Reviewer Distillation MutateA

Spawn a mutator subagent to improve the reviewer skill based on judge feedback

developmentperformance
0
3
Reviewer Distillation PredictA

Spawn an isolated reviewer subagent to blindly predict PR review comments

developmentgotesting
0
3
Reviewer Distillation PrepareA

Prepare isolated context files and fetch ground-truth reviews for selected PRs

developmentbashgit
0
3
Reviewer Distillation SelectA

Select merged PRs with substantive human reviews for reviewer distillation experiment

ai-agentsbashnode
0
3
Rfc Iterative ReviewA

Iterative RFC drafting workflow — draft in worktree, run parallel critic subagents, incorporate feedback over N rounds, present to user before any action

developmentgobash
0
3
Rust Lang Rust Pre PushA

Pre-push checklist for rust-lang/rust PRs — catches naming, verification, description, and convention issues before they reach reviewers

developmentrustgo
0
3
Rust Lang Rust TestsA

Test writing conventions for rust-lang/rust contributions — naming, headers, directives, verification, PR descriptions

developmentrustgo
0
3
Safe RefactoringA

Safe refactoring patterns - code smell detection thresholds, baby-step refactoring, characterization tests, Expand-Migrate-Contract, Strangler Fig, primitive obsession, value objects

developmenttypescriptgo
0
3
Self Continuation TaskA

Build a Ralph-like sequential Kookr task chain where each task completes one independent unit, records durable state, and spawns the next task with the same continuation contract. Use for issue batches, queue drains, staged migrations, or other long runs that should proceed one task at a time without relying on conversation memory.

developmentrustgo
0
3
Self ReflectA

Reflect on a mistake or unnecessary user correction — root-cause why it happened, then propose and implement structural fixes (skills, hooks, CLAUDE.md, memory, scripts). Use after the user corrects behavior, repeats guidance, or points out an avoidable error.

developmentrustgo
0
3
Shell Subprocess SafetyB

Shell subprocess safety patterns - execFileSync over execSync, array arguments, shell feature replacements, static analysis guards. Use when spawning child processes, running git/docker/system commands, or reviewing code that calls execSync.

developmenttypescriptpython
0
3
State Machine Workflow PatternsA

State machine discipline, saga compensation, event-sourced persistence, workflow orchestration. Use when state transitions, workflow steps, saga, compensation, event sourcing, or state machine testing.

developmenttypescriptgo
0
3
Task Feedback ReflectA

Per-task self-reflection workflow triggered by user thumbs-up/down on a completed Kookr task. Reads a feedback bundle, walks the project Persistence Mechanism Picker, and proposes ONE remediation (skill update, CLAUDE.md edit, or hook addition) for thumbs-down OR ONE reinforcement edit for thumbs-up. Two human gates: confirm direction before editing, confirm before opening a PR. Memory frontmatter gate blocks type: feedback.

developmentrustgo
0
3
Task Snapshot ReflectA

Anytime task reflection workflow triggered from a live or terminal Kookr task. Reads an immutable snapshot bundle, analyzes what went well and what went wrong, then asks the user to validate the diagnosis and choose positive reinforcement, negative reinforcement, both, or observation only before making any changes.

developmentrustgo
0
3
Tdd WorkflowA

Implement features using TDD workflow with requirements-first approach. Use when implementing new features, adding functionality, or when user asks to build something.

developmenttypescriptgo
0
3
Testing PatternsA

Choose and implement unit/integration/E2E tests that catch real regressions in this monorepo.

developmentsqltesting
0
3
Token EfficiencyA

Reduce token waste — avoid redundant reads, duplicate searches, unnecessary tool calls. Use when planning tool usage or when context is getting large.

developmentgobash
0
3
Typescript Type SafetyA

TypeScript type safety patterns - unknown vs any, generics golden rule, null narrowing, inference discipline, import type, discriminated unions, error typing. Use when writing or reviewing TypeScript code for type correctness.

developmenttypescriptgo
0
3
Ui Mockup VariantsA

Before implementing any user-facing UI/visual change, proactively offer design mockup variants for the user to pick from — via a single multiple-choice prompt. Use whenever a task asks to add, change, redesign, restyle, or improve any UI element (panel, button, badge, layout, dashboard, indicator, color, spacing, look-and-feel). Ask once (do mockups? how many? what fidelity?), build a self-contained HTML gallery from the app's REAL CSS tokens, let the user choose a variant, then implement it....

developmentpythongo
0
3
Websocket DashboardA

WebSocket patterns for Hono/Bun dashboard connections, connection manager, per-client state, browser lifecycle, back-pressure, rate limiting, message versioning

developmenttypescriptgo
0
3