KerberosClaw/kc_ai_skills

AI Skills That Actually Do Things — a Chinese-first collection of Claude Code / Codex agent skills · Reusable bilingual skills for any LLM workflow

79Stars on the repository
24Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

adr

01

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

A process for recording important technical decisions in an ADR, a short document that explains what was decided and why. It first checks whether the decision is difficult to reverse, needs future explanation, and had real alternatives.

not rated 79 yesterday A SkillSpector: pass 130 tokens original MIT

character-lora

02

KerberosClaw/kc_ai_skills

Skill Codex

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 /…

not rated 79 yesterday A SkillSpector: pass 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…

not rated 79 yesterday A SkillSpector: pass 146 tokens original MIT

ctf-kit

04

KerberosClaw/kc_ai_skills

Skill Claude Code needs its repo

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…

not rated 79 yesterday A SkillSpector: warn 83 tokens original MIT

diagnose

05

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

A disciplined workflow for investigating software that behaves incorrectly, crashes, produces wrong output, or fails intermittently. It first requires a repeatable command that can demonstrate the reported problem before testing possible causes.

not rated 79 yesterday A SkillSpector: pass 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…

not rated 79 yesterday A SkillSpector: pass 245 tokens original MIT

gpt-image-gen

07

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex needs its repo

A guided workflow for generating or editing images with GPT through Codex. It helps turn a loose request into an approved Chinese-and-English image prompt before generation.

not rated 79 changed 4d ago B SkillSpector: warn 135 tokens original MIT

grill

08

KerberosClaw/kc_ai_skills

Skill Claude CodeCodex

A discussion-first workflow for clarifying a fuzzy idea before building it. It asks one question at a time, checks facts in the repository when possible, and records agreed project-specific terms in CONTEXT.md.

not rated 79 yesterday A SkillSpector: pass 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…

not rated 79 yesterday A SkillSpector: pass 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…

not rated 79 yesterday D 82 tokens original MIT

llm-wiki-lint

11

KerberosClaw/kc_ai_skills

Skill Claude Code

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…

not rated 79 yesterday A SkillSpector: pass 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…

not rated 79 yesterday A SkillSpector: warn 123 tokens original MIT

md2ppt

13

KerberosClaw/kc_ai_skills

Skill Claude Code

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…

not rated 79 yesterday C 91 tokens original MIT

memory-lint

14

KerberosClaw/kc_ai_skills

Skill Claude Code

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…

not rated 79 yesterday A SkillSpector: pass 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…

not rated 79 yesterday A SkillSpector: warn 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…

not rated 79 yesterday A SkillSpector: pass 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…

not rated 79 yesterday A SkillSpector: pass 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…

not rated 79 yesterday B SkillSpector: warn 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…

not rated 79 yesterday A SkillSpector: pass 72 tokens original MIT

rewrite-tw

20

KerberosClaw/kc_ai_skills

Skill Claude Code

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…

not rated 79 yesterday A SkillSpector: pass 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…

not rated 79 yesterday A SkillSpector: pass 87 tokens original MIT

skill-cron

22

KerberosClaw/kc_ai_skills

Skill Claude Code

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…

not rated 79 yesterday A SkillSpector: warn 83 tokens original MIT

workflow-router

23

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…

not rated 79 yesterday A SkillSpector: pass 110 tokens original MIT

wrap-up

24

KerberosClaw/kc_ai_skills

Skill Claude Code

Use ONLY when the user's latest message explicitly contains the /wrap-up command. Harvests everything a long session produced into the project following that project's own rules — moves stray media in, wires two-way refs, updates indexes, merges drafts into SSOT — then dispatches a context-free sub-agent to blind-test…

not rated 79 yesterday A SkillSpector: pass 220 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: