KerberosClaw

27 mods across 3 repositories, 83 stars between them.

adr

01

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when a durable technical decision was just made in conversation and should be recorded, or when user asks to write/record an ADR (開 ADR / 記個決策 / 這要不要 ADR). Runs a three-gate check FIRST and actively talks the user out of writing one when the decision doesn't qualify — then writes a lightweight (title + 1-3…

79 3d ago A 130 tokens original MIT

character-lora

02

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user wants to build a consistent-identity LoRA for an original character — defining the character, generating a face/body-consistent multi-angle dataset (via the gpt-image-gen skill for codex image generation), captioning it, doing base-specific homework, training on a chosen base (Pony / Z-Image /…

79 3d ago A 124 tokens original MIT

conference-report

03

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user attended one or more sessions of a conference (with audio recordings + slide photos) and needs help building (1) faithful per-session reconstructions in markdown (slide visuals + speaker transcript with Whisper hallucination annotations), and (2) a downstream report deliverable whose scope and format…

79 3d ago A 146 tokens original MIT

ctf-kit

04

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user is solving an authorized CTF / lab reverse-engineering challenge focused on Windows application authentication or license-check bypass. Guides triage → static analysis → dynamic experiment planning → bypass verification, with strong evidence discipline and VM safety boundaries. NOT for real-world…

79 3d ago A 83 tokens original MIT

diagnose

05

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user reports misbehaving software to investigate — a bug, crash, wrong output, flaky behavior, or '為什麼壞掉/不會動/查一下' — and the root cause is not yet established. Enforces building a red-capable reproduction command BEFORE any hypothesis is allowed, then 3-5 ranked falsifiable hypotheses before testing any…

79 3d ago A 120 tokens original MIT

goal-engineer

06

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user wants to AUTHOR an unattended dispatch for either: (1) a goal-driven evaluator-optimizer loop of the GENERATE-AND-SELECT kind (generate candidates → grade against a rubric → iterate by reason-code → keep the best; the human picks the final selection), or (2) a lean build-to-spec run whose build spec…

79 3d ago A 245 tokens original MIT

gpt-image-gen

07

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user asks to generate OR edit an image via GPT/Codex (e.g. 「叫 gpt 生圖」「幫我用 gpt 生圖」「gpt 畫一個 X」「幫我去背」「把這張圖的背景去掉」). The skill drafts a Chinese + English prompt pair, iterates with the user until they explicitly approve, then dispatches Codex CLI (natural-language instruction to codex's built-in imagegen) in…

79 3d ago B 204 tokens original MIT

grill

08

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user says 先討論 / wants to align on a fuzzy idea before building, or before any non-trivial implementation whose requirements are still ambiguous — interviews the user until shared understanding is confirmed, one question at a time, each with a suggested answer; facts answerable from the filesystem/code are…

79 3d ago A 121 tokens original MIT

job-scout

09

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user is considering applying to, interviewing with, or accepting an offer from a company and wants due diligence on the company and optionally a specific role. Requires a company name, optionally a job title, then researches current public data, employee reviews, salary signals, product/tech quality, and…

79 3d ago A 81 tokens original MIT

llm-benchmark

10

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user wants to test, compare, or choose local Ollama models for their machine. Checks Ollama/GPU state, recommends model sizes from available VRAM, preserves existing benchmark records, pulls only approved models, runs repeatable benchmarks, restores stopped services, and writes a markdown comparison…

79 3d ago D 82 tokens original MIT

llm-wiki-lint

11

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user wants to lint a repo following the Karpathy LLM Wiki pattern (raw/ + wiki/ + SCHEMA.md / index.md / log.md). The skill detects path, scans wiki pages + schema layer, reports frontmatter gaps, broken in-body links, source traceability breaks, stale claims, orphan pages, index synopsis contradictions…

79 3d ago A 115 tokens original MIT

md2pdf

12

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user wants to convert one Markdown file into a publication-ready A4 PDF, especially when the source may contain Mermaid diagrams, ASCII diagrams, CJK text, tables, or pandoc/weasyprint edge cases. Works by copying the source to a pdf.md working file, converting diagrams, escaping PDF-breaking syntax…

79 3d ago A 123 tokens original MIT

md2ppt

13

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user wants to turn a Markdown report into a presentation-quality .pptx via interactive design decisions and a reusable hand-coded build script. Drives pre-analysis, global style choices, optional per-slide layout dialogue, python-pptx composition, and optional LibreOffice render self-check. NOT a generic…

79 3d ago C 91 tokens original MIT

memory-lint

14

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user wants to lint a Claude Code memory directory (/.claude/memory or custom path) for index inconsistency, broken cross-links, stale project state, duplicate / conflicting feedback rules, naming violations, frontmatter gaps, and oversized files. Phase 1 is a read-only scan and report. Phase 2 applies…

79 3d ago A 95 tokens original MIT

prd-breakdown

15

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when user wants to break a PRD into Azure DevOps work items via vertical-slice plan. Workflow: read PRD → quiz user to lock durable decisions → draft slices with HITL/AFK + blockedby → call az CLI directly via Bash to create items + Predecessor relations. Idempotent re-runs via fingerprint markers embedded in…

79 3d ago A 119 tokens original MIT

prd-create

16

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when user wants to draft a PRD (Product Requirements Document) from raw input (meeting transcripts, hand-waved descriptions, scattered decisions). Workflow: load org's PRD Guideline + writing discipline → lock execution mode (human-run vs unattended-agent-run) → ingest raw input → quiz user numbered-list iterate…

79 3d ago A 231 tokens original MIT

prep-repo

17

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user wants to prepare a local project for GitHub or public release. Runs a release-readiness sweep over README structure, bilingual docs, commit hygiene, sensitive-data exposure, broken links, markdown rendering, project layout, tests, CI, Docker, and final cleanup. Fixes issues only inside the target…

79 3d ago A 99 tokens original MIT

repo-scan

18

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user wants to evaluate a GitHub repository before installing, running, forking, or depending on it. Takes a GitHub repo URL, cleans tracking params, shallow-clones to /tmp, inspects dependency/supply-chain risk, static vulnerability patterns, issue-reported security problems, maintainer health, and…

79 3d ago B 89 tokens original MIT

rewrite-tone

19

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user wants to rewrite Markdown prose into a conversational, humorous, self-deprecating engineering tone while preserving technical accuracy and document structure. Rewrites prose sections only, keeps code blocks, diagrams, tables, English summary blocks, and factual claims intact. NOT for changing…

79 3d ago A 72 tokens original MIT

rewrite-tw

20

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user wants a Traditional Chinese (Taiwan) language review of Markdown or plain-text files — flagging genuinely comprehension-breaking grammar faults (missing subject, broken predicate, wrong measure word, misused connectives, inconsistent naming) and non-Taiwanese wording (mainland-Chinese terms…

79 3d ago A 152 tokens original MIT

searxng

21

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user wants privacy-respecting web, image, news, or video search through a configured local SearXNG instance instead of external search APIs. Calls the bundled script against SEARXNGURL, supports result limits/categories/language/time range, and can return human-readable or JSON output. NOT for searches…

79 3d ago A 87 tokens original MIT

skill-cron

22

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user wants to register, inspect, manually run, or remove scheduled Claude skills with Telegram push notifications. Presents a menu, discovers schedulable skills with headless-prompt frontmatter, converts natural-language schedules into cron entries with conflict confirmation, writes managed config, and…

79 3d ago A 83 tokens original MIT

spec

23

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user wants a spec-driven development workflow for implementing a feature in the current codebase, from fuzzy idea or existing active spec through requirements, technical plan, tasks, implementation, verification, and closure report. Auto-detects project/spec state, writes persistent files under specs/…

79 3d ago A 114 tokens original MIT

workflow-router

24

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

Use when the user is unsure which kcaiskills workflow skill to use, or describes work involving PRD, SD/software design, FR, AC/acceptance criteria, ADR, tickets, implementation, debugging, release checks, or unattended agent execution. Triage the request with at most one clarifying question when needed, explain the…

79 3d ago A 110 tokens original MIT