kookr-ai
OrganizationA smart attention router for developers running multiple AI coding agents.
Categories
Indexed Skills (50)
kookr-skill-naming-convention
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.
placement-picker
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.
kookr-codex-claude-compatibility
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.
kookr-codex-pr-state
State management for codex-pr-lessons playbook — persist learnings and update tracking state
kookr-demo-recording
How to record, verify, export, and publish the Kookr demo video with optional TTS narration audio
kookr-oss-contribution-gate
Rate limiting and blocked-repo enforcement for OSS contributions — hook behavior, oss-gate CLI, ledger format, configuration
kookr-oss-dashboard-verify
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.
kookr-oss-issue-scout
Find the best contribution opportunity in an external repository — scores issues by clarity, size, acceptance likelihood, competition, match, and local reproducibility
kookr-oss-pr-state
State management for oss-pr-lessons playbook — persist learnings and update tracking state for any repository
kookr-oss-repo-recon
Analyze an open-source repository's contribution requirements — CONTRIBUTING.md, PR template, CI config, CLA, build system, key reviewers — before attempting any contribution
kookr-playbooks
How to create, structure, and launch Kookr playbook tasks — reusable agent task templates with dynamic sources and project identity
kookr-post-push
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.
kookr-pr-lifecycle
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.
kookr-pre-push
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.
kookr-ralph-loop
Start, observe, pause, resume, or cancel Kookr's first-class Ralph iteration loops for task-scoped repeated agent work
kookr-rfc-critic-meta-analysis
Kookr-internal extension to rfc-iterative-review that captures append-only critic traces for later meta-analysis of RFC reviewer subagents.
kookr-session-reflect
Analyze a Kookr supervision session to identify friction patterns and generate actionable improvements for agent behavior and anomaly detection.
kookr-shadow-detection
Shadow detection system for validating new stuck-detection strategies against production traffic before activation
kookr-spawn-child-task
Create a new Kookr task from within an agent session via the HTTP API
kookr-supervise-tasks
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.
kookr-terminal-backend
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.
architecture-drift-signals
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.
async-flow-control
Async flow control patterns - AbortController cancellation, async iterators for large datasets, worker thread selection, Promise combinator choice, stream backpressure in async pipelines
claude-code-hooks
Claude Code hook system — all 25 event types, payloads, matchers, state machine, and integration patterns for agent monitoring
claude-code-metrics-analysis
Analyze Claude Code telemetry, stats-cache, and history data from ~/.claude to identify UX friction, performance issues, workflow inefficiencies, and improvement opportunities.
claude-code-permissions
Claude Code permission system — modes, allow/deny/ask rules, pattern syntax, settings precedence, and optimal configuration for minimal prompts with safety guardrails
codex-pr-critic
Critic phase for codex-pr-lessons playbook — analyze a PR and extract quality signals
codex-pr-distill
Distillation phase for codex-pr-lessons playbook — compress raw learnings into patterns and update skills
codex-pr-plan
Plan phase for codex-pr-lessons playbook — load state, determine next batch of PRs to analyze
dependency-injection-patterns
Dependency injection best practices - constructor injection, composition root, lifetime management, testability, circular dependency prevention, framework independence
domain-driven-design
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.
e2e-agent-testing
Strategy for mocking Claude Code agents in E2E tests with canary validation against real behavior.
error-handling-patterns
Error handling best practices - cause chaining, boundary validation, structured errors, fire-and-forget safety, retry discipline
event-driven-messaging-patterns
Build reliable event pipelines with reconnect-safe subscriptions, idempotency, and contract fidelity.
find-best-reviewers
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
git-commit-discipline
Git commit hygiene for AI agents - atomic commits, Conventional Commits, secret scanning, branch safety, history protection
github-issue-workflow
Standard workflow for creating GitHub issues with assignment and worktree branch creation for immediate implementation. Includes branch strategy and worktree conventions.
github-trending-repos
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
hook-driven-workflow-enforcement
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
logging-design-patterns
Structured logging best practices - Pino JSON output, log levels, correlation IDs, PII redaction, sampling, async context, canonical log lines
mbse-system-modeling
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.
monorepo-architecture
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.
oss-fork-manager
Fork lifecycle management for open-source contributions — fork creation, clone, upstream sync, feature branches, PR creation targeting upstream
oss-pr-critic
Analyze a PR from any repository and extract quality signals — description, reviews, scope, tests, CI, guidelines, outcome
oss-pr-distill
Distillation phase for oss-pr-lessons playbook — compress raw learnings into repo-specific patterns and update shared general skill
oss-pr-plan
Plan phase for oss-pr-lessons playbook — load state, determine next batch of PRs to analyze for any repository
playwright-e2e-patterns
Playwright E2E testing patterns. Use when playwright, E2E test, toBeVisible, route mock, modal, flaky test, or selector issues.
pr-contribution-excellence
Patterns for excellent open-source PR contributions, distilled from analyzing real PRs across repositories
codex-pr-threshold
Threshold verification for codex-pr-lessons playbook — determine if distillation should trigger
oss-pr-threshold
Threshold verification for oss-pr-lessons playbook — determine if distillation should trigger for any repository
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.