Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

kookr

kookr에는 kookr-ai에서 수집한 skills 79개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
79
Stars
3
업데이트
2026-07-18
Forks
0
직업 범위
직업 카테고리 8개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

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.

2026-07-18
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.

2026-07-17
adversarial-swarm-analysis
프로젝트 관리 전문가

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".

2026-07-17
rfc-iterative-review
소프트웨어 개발자

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

2026-07-17
kookr-playbooks
기타 컴퓨터 관련 직업

How to create, structure, and launch Kookr playbook tasks — reusable agent task templates with dynamic sources and project identity

2026-07-17
self-continuation-task
소프트웨어 개발자

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.

2026-07-11
self-reflect
프로젝트 관리 전문가

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.

2026-07-11
pre-pr-review
소프트웨어 품질 보증 분석가·테스터

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

2026-07-11
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.

2026-07-03
task-snapshot-reflect
소프트웨어 개발자

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.

2026-07-03
agent-efficiency-retrofit
기타 컴퓨터 관련 직업

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.

2026-07-02
ui-mockup-variants
웹·디지털 인터페이스 디자이너

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. Don't jump straight to component code.

2026-07-02
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.

2026-07-01
reviewer-distillation-judge
소프트웨어 품질 보증 분석가·테스터

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

2026-06-21
token-efficiency
소프트웨어 개발자

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

2026-06-21
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

2026-06-21
shell-subprocess-safety
소프트웨어 개발자

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.

2026-06-19
kookr-demo-recording
영화·비디오 편집자

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

2026-06-11
kookr-oss-contribution-gate
소프트웨어 개발자

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

2026-06-10
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.

2026-06-10
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

2026-06-10
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.

2026-06-10
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.

2026-06-10
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

2026-06-10
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

2026-06-10
codex-pr-distill
소프트웨어 개발자

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

2026-06-10
dependency-injection-patterns
소프트웨어 개발자

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

2026-06-10
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.

2026-06-10
e2e-agent-testing
소프트웨어 품질 보증 분석가·테스터

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

2026-06-10
error-handling-patterns
소프트웨어 개발자

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

2026-06-10
event-driven-messaging-patterns
소프트웨어 개발자

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

2026-06-10
git-commit-discipline
소프트웨어 개발자

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

2026-06-10
github-issue-workflow
소프트웨어 개발자

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

2026-06-10
logging-design-patterns
소프트웨어 개발자

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

2026-06-10
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.

2026-06-10
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.

2026-06-10
oss-fork-manager
소프트웨어 개발자

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

2026-06-10
oss-pr-plan
소프트웨어 개발자

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

2026-06-10
playwright-e2e-patterns
소프트웨어 품질 보증 분석가·테스터

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

2026-06-10
process-lifecycle-patterns
네트워크·컴퓨터 시스템 관리자

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

2026-06-10
이 저장소에서 수집된 skills 79개 중 상위 40개를 표시합니다.