All authors
kookr-ai avatar

Claude Skills by kookr-ai

github.com/kookr-ai
83 skillsA× 77B× 5C× 10 installs16 views
Kookr Codex Claude CompatibilityA

Make Codex CLI behave more like Claude Code for Kookr by preserving the known fork, branch, build, deploy, daily upstream sync, and live-verification workflow for Claude-compatible skills, agents, settings, hooks, and related UX.

developmentrustgo
0
3
Kookr Codex Pr StateA

State management for codex-pr-lessons playbook — persist learnings and update tracking state

developmentgobash
0
3
Kookr Demo RecordingA

How to record, verify, export, and publish the Kookr demo video with optional TTS narration audio

developmentrustgo
0
3
Kookr Oss Contribution GateA

Rate limiting and blocked-repo enforcement for OSS contributions — hook behavior, oss-gate CLI, ledger format, configuration

developmenttypescriptbash
0
3
Kookr Oss Dashboard VerifyB

Verify the OSS contribution dashboard is accurate by comparing the store (GET /api/oss-attempts) against GitHub reality via gh CLI. Reports missing, phantom, and state-drifted PRs.

developmentgobash
0
3
Kookr Oss Issue ScoutB

Find the best contribution opportunity in an external repository — scores issues by clarity, size, acceptance likelihood, competition, match, and local reproducibility

developmentrustgo
0
3
Kookr Oss Pr StateA

State management for oss-pr-lessons playbook — persist learnings and update tracking state for any repository

developmentgobash
0
3
Kookr Oss Repo ReconB

Analyze an open-source repository's contribution requirements — CONTRIBUTING.md, PR template, CI config, CLA, build system, key reviewers — before attempting any contribution

developmentgobash
0
3
Kookr Post PushA

Repo delivery-cycle follow-through after push or PR creation — verify mergeability, checklist state, CI, and early feedback by composing pr-lifecycle and pr-review-triage.

developmentgobash
0
3
Kookr Pr LifecycleA

Full PR lifecycle — creation, checklist tracking, CI monitoring, review resolution, body updates, and post-merge cleanup. Use together with post-push to finish PR follow-through.

developmentgobash
0
3
Kookr Pre PushA

Repo delivery-cycle entrypoint before git push or PR creation — compose the repo pre-push hook, pre-pr-review, reviewer specialists, and PR gate without duplicating them.

developmenttypescriptrust
0
3
Kookr Ralph LoopA

Start, observe, pause, resume, or cancel Kookr's first-class Ralph iteration loops for task-scoped repeated agent work

developmentgoshell
0
3
Kookr Rfc Critic Meta AnalysisA

Kookr-internal extension to rfc-iterative-review that captures append-only critic traces for later meta-analysis of RFC reviewer subagents.

developmentgogit
0
3
Kookr Session ReflectA

Analyze a Kookr supervision session to identify friction patterns and generate actionable improvements for agent behavior and anomaly detection.

developmentgobash
0
3
Kookr Shadow DetectionA

Shadow detection system for validating new stuck-detection strategies against production traffic before activation

developmenttypescriptgo
0
3
Kookr Skill Naming ConventionA

Where Kookr skills and agents live (.claude vs plugin) and how to name them. Repo-local Kookr work lives in .claude/ with `kookr-`; Kookr-distributed and general reusable skills live in plugin/. Use this skill before creating, renaming, or promoting a skill or agent.

developmentgogit
0
3
Kookr Spawn Child TaskB

Create a new Kookr task from within an agent session via the HTTP API

developmentgoshell
0
3
Kookr Supervise TasksA

Autonomously monitor running Kookr agent tasks, advance them through permission prompts / idle states, and judge completion correctly (including treating CI Actions-budget failures as non-blocking). Use when the user asks to "supervise", "monitor", "babysit", or "auto-advance" running Kookr tasks.

ai-agentsrustbash
0
3
Kookr Terminal BackendA

How Kookr runs agent terminal sessions — TerminalBackend interface, dtach persistence, KOOKR_BACKEND env var, SessionBridge routing, legacy tmux paths. Use when touching adapter launch code, session I/O, stuck detection's paneContent, reconciliation, or the circuit-breaker-registry terminal entry.

developmentgonode
0
3
Adversarial Swarm AnalysisA

Analyze an open question by casting 3-5 deliberately conflicting expert roles, running them in parallel and blind to each other, sharpening them in a debate round, attacking their consensus with a devil's advocate, then synthesizing a verdict that preserves disagreement instead of averaging it. Use for decisions, strategy, idea generation, hypothesis triage, experiment post-mortems, or any question where a single lens would return "it depends".

developmentrustgo
0
3
Agent Efficiency RetrofitA

Analyze recent Claude Code and Codex CLI conversations for repeated inefficient tool calls, token waste, retry loops, avoidable errors, and recurring setup friction; rank improvements by benefit/ease, then implement the smallest durable guardrail after user approval.

developmentgo
0
3
Architecture Drift SignalsA

Detect AI-induced architecture drift by measuring file-size distribution, layer-boundary violations, and dependency-graph corruption. Use to score structural health, spot drift hotspots, and produce a drift report.

developmenttypescriptgo
0
3
Async Flow ControlA

Async flow control patterns - AbortController cancellation, async iterators for large datasets, worker thread selection, Promise combinator choice, stream backpressure in async pipelines

developmenttypescriptrust
0
3
Autonomous Review LoopA

Run bounded autonomous implementation and independent-review correction cycles with durable accounting, exact-head merge safety, and periodic quality-preserving reflection.

development
0
3
Autonomous Watch LoopA

Run a long-lived watch/janitor task that polls a system on an interval and acts on what it finds. Use for "monitor X all day and do Y", task sweepers, queue drains that wait on external state, deploy and CI watchers, and any loop that would otherwise ping the operator every cycle with a status line.

developmentbashexpress
0
3
Claude Code HooksA

Claude Code hook system — all 25 event types, payloads, matchers, state machine, and integration patterns for agent monitoring

developmenttypescriptgo
0
3
Claude Code Metrics AnalysisA

Analyze Claude Code telemetry, stats-cache, and history data from ~/.claude to identify UX friction, performance issues, workflow inefficiencies, and improvement opportunities.

developmentpythonrust
0
3
Claude Code PermissionsC

Claude Code permission system — modes, allow/deny/ask rules, pattern syntax, settings precedence, and optimal configuration for minimal prompts with safety guardrails

ai-agentsshellbash
0
3
Clear Technical WritingA

Write clear technical prose everywhere — code documentation (docstrings, comments, module/API/reference docs, config comments), design docs and READMEs, PR bodies/changelogs/summaries, AND explanations of genuinely hard ideas (novel algorithms, subtle failure modes, non-obvious tradeoffs). Plain-language intent first, jargon defined, identifiers only after the human explanation; for hard ideas, build intuition with analogies that carry the real mechanism. Use for any writing a human must unde...

developmentpythongo
0
3
Codex Pr CriticA

Critic phase for codex-pr-lessons playbook — analyze a PR and extract quality signals

developmentgobash
0
3
Codex Pr DistillA

Distillation phase for codex-pr-lessons playbook — compress raw learnings into patterns and update skills

developmentrustgo
0
3
Codex Pr PlanA

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

developmentgobash
0
3
Codex Pr ThresholdA

Threshold verification for codex-pr-lessons playbook — determine if distillation should trigger

developmentgobash
0
3
Dependency Injection PatternsA

Dependency injection best practices - constructor injection, composition root, lifetime management, testability, circular dependency prevention, framework independence

developmenttypescriptgo
0
3
Domain Driven DesignA

DDD strategic and tactical patterns - bounded contexts, aggregates, value objects, domain events, ubiquitous language, context mapping, subdomain classification. Use when modeling domain logic, designing aggregates, or deciding where to invest in rich models vs simple CRUD.

developmenttypescriptgo
0
3
E2e Agent TestingA

Strategy for mocking Claude Code agents in E2E tests with canary validation against real behavior.

developmenttypescriptgo
0
3
Error Handling PatternsA

Error handling best practices - cause chaining, boundary validation, structured errors, fire-and-forget safety, retry discipline

developmenttypescriptrust
0
3
Event Driven Messaging PatternsA

Build reliable event pipelines with reconnect-safe subscriptions, idempotency, and contract fidelity.

developmentgo
0
3
Find Best ReviewersA

Find the best code reviewers in a GitHub repository or for specific file paths — uses GraphQL to analyze PR review history, filters bots, weights review states, surfaces domain specialists

developmentpythonrust
0
3
Git Commit DisciplineA

Git commit hygiene for AI agents - atomic commits, Conventional Commits, secret scanning, branch safety, history protection

developmentgobash
0
3
Github Issue WorkflowA

Standard workflow for creating GitHub issues with assignment and worktree branch creation for immediate implementation. Includes branch strategy and worktree conventions.

developmentbashtesting
0
3
Github Trending ReposA

Find and rank trending GitHub repositories by real activity signals (commit velocity, PR throughput, contributor growth) — filters out non-code repos and scores for contribution opportunity

developmentjavascripttypescript
0
3
Hook Driven Workflow EnforcementA

Use Claude Code hooks as deterministic workflow enforcement — block-then-instruct pattern, CLI command surfaces for hook interception, when to prefer hooks over CLAUDE.md/memory

developmentbashgit
0
3
Independent Merge ReviewA

Before an autonomous self-merge, spawn a fresh-context reviewer (Codex lane, Claude fallback) that posts a machine-readable exact-head PR verdict; BLOCK and missing or stale verdicts start another correction cycle.

developmentrustbash
0
3
Logging Design PatternsA

Structured logging best practices - Pino JSON output, log levels, correlation IDs, PII redaction, sampling, async context, canonical log lines

developmenttypescriptgo
0
3
Mbse System ModelingA

Explore the current system and generate or update multi-level architecture documentation using an MBSE-lite approach: system context, capability map, containers, runtime sequences, state machines, subsystem decompositions, and boundary-smell analysis.

developmentpythongo
0
3
Monorepo ArchitectureA

TypeScript monorepo structure - module boundaries, dependency direction, god objects, abstraction discipline, configuration management, interface design. Use when creating packages, refactoring cross-package imports, or reviewing architecture.

developmenttypescriptgo
0
3
Oss Fork ManagerA

Fork lifecycle management for open-source contributions — fork creation, clone, upstream sync, feature branches, PR creation targeting upstream

developmentgobash
0
3
Oss Pr CriticA

Analyze a PR from any repository and extract quality signals — description, reviews, scope, tests, CI, guidelines, outcome

developmentrustgo
0
3
Oss Pr DistillA

Distillation phase for oss-pr-lessons playbook — compress raw learnings into repo-specific patterns and update shared general skill

developmentgobash
0
3