Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

tools

tools enthält 75 gesammelte Skills von kronael, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
75
Stars
4
aktualisiert
2026-07-18
Forks
3
Berufsabdeckung
11 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

global
Softwareentwickler

Development wisdom and workflow rules. NOT for project-specific conventions (those live in CLAUDE.md, edit via wisdom).

2026-07-18
bugs
Softwareentwickler

The `BUGS.md` open-issues queue — entry format, lifecycle, pruning to diary. NOT for the record-don't-fix policy (that's CLAUDE.md Bug Triage Protocol), NOT for resolved-bug history (use /diary), NOT for feature backlog (use TODO.md/specs).

2026-07-18
demo
Softwareentwickler

Terminal demo GIF + MP4 recordings for READMEs and social (asciinema + agg + ffmpeg). NOT for general Makefile targets (use software) or GUI screenshots (use visual).

2026-07-18
go
Softwareentwickler

Go development. NOT for non-Go code (use rs, py, ts, tsx, or sh).

2026-07-18
humanize
Technische Redakteure

Humanize text: strip AI-isms and add real voice. NOT for drafting new copy (use writing).

2026-07-18
py
Softwareentwickler

Python development. NOT for shell scripting (use sh) or non-Python code.

2026-07-18
software
Softwareentwickler

Router for engineering knowledge — the language-agnostic code baseline (naming, style, boring-code, design) plus deep runbooks (Docker images, CI Makefiles, deploys, observability, Python tool distribution). NOT for language-specific idioms (use go/rs/py/ts/sh/sql) or terse Docker/systemd rules (ops keeps those hot).

2026-07-18
tweet
Technische Redakteure

Write high-retention X/Twitter posts and threads. NOT for product copy or long-form marketing prose (use writing).

2026-07-18
install
Sonstige Computerberufe

Install (or update) the Kronael toolkit into ~/.claude/ and bridge it into Codex. Copies skills, agents, hook scripts; merges Claude hook wiring; installs Codex hook wiring; installs the wisdom skill body as ~/.claude/CLAUDE.md; offers the standalone CLI tools (rig, udfix, clp, dockbox). First-time installs get an explained questionnaire. USE when the user says "install kronael", "install kronael tools", "install" (in this repo), or runs /kronael:install.

2026-07-17
learn
Sonstige Computerberufe

/learn — extract patterns into skills from session history, and evaluate the session for memory-worthy content. NOT for writing skills from scratch (use wisdom). NOT auto-triggered by the word "learn" in a prompt — invoke explicitly or via the low-frequency memory_nudge hook (PreCompact/Stop).

2026-07-17
kronael-install
Sonstige Computerberufe

Install/update Kronael (bundle + CLI tools rig/udfix/clp/dockbox); bridge global/project CLAUDE.md, skills, and hooks into Codex.

2026-07-16
wisdom
Softwareentwickler

Write or edit SKILL.md, CLAUDE.md, AGENTS.md. NOT for general code (use go/rs/py/ts), mining history (use learn), or researching/codifying public best practice into a skill (use scavenge).

2026-07-13
port-to-go
Softwareentwickler

Faithful into-Go transcode: port any source language to Go preserving behavior exactly, proven by differential traces. NOT for idiomatic Go rewrites (use go) or broad engineering runbooks (use software).

2026-07-13
pr-draft
Softwareentwickler

Draft a PR description. NOT for commit messages (use commit).

2026-07-13
create
Softwareentwickler

Router for creative artifact generation — CVs, web pages, videos, generative art, diagrams. NOT for code (use language skills), Unicode box diagrams in docs (use diagrams), de-AI-ing prose (use humanize), or generating eval skills (use create-eval).

2026-07-12
data-reports
Softwareentwickler

Data visualization report scripts. NOT for general ETL or scraping (use data).

2026-07-10
hiring-eval
Personalspezialisten

Hiring evaluation from artifacts, repos, demos, resumes, or interview evidence. Use for "would you hire this engineer?", "top notch?", senior/staff calibration, HFT/systems candidate assessment, and what evidence would change the decision. NOT for production adoption of a project (use cto-eval) or business/demo ROI (use ceo-eval).

2026-07-10
media-ingest
Softwareentwickler

Ingest media from a URL (YouTube + most sites) with `yt-dlp`/`ffmpeg` — transcript, audio, video, subtitles, formats. NOT for converting a local file to Markdown (use markdown-converter) or writing video scripts (use create).

2026-07-10
markdown-converter
Softwareentwickler

Convert existing files (PDF, Office, HTML, data, images, audio, EPub, ZIP, YouTube) to Markdown via `uvx markitdown`. NOT for authoring new prose (use writing) or syncing project docs (use readme).

2026-07-10
refine
Softwareentwickler

Code refinement orchestrator. NOT for targeted fixes (use improve).

2026-07-09
continue
Softwareentwickler

/continue — goal mode. Recall every interrupted, paused, or abandoned task/plan/goal from this session and resume each. NOT for just pushing the single current in-flight task without stopping (use fin).

2026-07-07
pi
Softwareentwickler

Ask the pi coding-agent CLI for a second opinion. NOT for routine lookups (use grep/read/recall-memories). NOT a Claude Agent and NOT codex — this is badlogic's `pi` CLI (a distinct model, complements /codex).

2026-07-06
fin
Softwareentwickler

/fin — drive the current goal to completion, no confirmation stops. NOT for a single command (just run it), NOT for resuming interrupted/paused agents or tasks from earlier in the session (use con, the multi-goal recall mode).

2026-07-04
sweep
Softwareentwickler

Dispatch a background audit for a PROBLEM CATEGORY across the whole codebase, filing each real instance in BUGS.md. NOT for a single known bug (use /bugs), NOT for fixing anything found (record-only, see CLAUDE.md Bug Triage Protocol), NOT for foreground/inline audits (use /dispatch directly).

2026-07-04
mk
Softwareentwickler

Makefiles. NOT for shell scripts (use sh) or build configs (use language skill).

2026-07-03
review
Softwarequalitätssicherungsanalysten und -tester

Give or take a code review — produce findings (give) or apply them (take); local by default, or a GitHub PR with `gh`. NOT for posting arbitrary PR comments (use gh-comment) or filing issues (use gh-issue).

2026-07-03
rs
Softwareentwickler

Rust development. NOT for non-Rust code (use go, py, ts, tsx, or sh).

2026-07-03
sh
Softwareentwickler

Bash/shell scripting. NOT for Python utilities (use py) or persistent CLI tools (use cli).

2026-07-03
sql
Softwareentwickler

SQL queries and schemas. NOT for ORM-only code (use go, py, ts, or rs).

2026-07-03
ts
Softwareentwickler

TypeScript/Node.js. NOT for .tsx (use tsx).

2026-07-03
tsx
Webentwickler

Frontend React/Next.js. NOT for plain TypeScript without JSX (use ts).

2026-07-03
gh-issue
Softwareentwickler

Assemble and file a GitHub issue on a repo, with a mandatory approval gate — never posts without showing the exact title+body first. Derived from gh-comment.

2026-07-03
htmx
Webentwickler

Server-rendered HTML with htmx attributes. USE when editing .html templates with hx-* attributes (Jinja, Go html/template, Tera, Rails ERB, Phoenix HEEx) or when the project lists htmx in deps. NOT for React/JSX (use tsx). NOT for plain TypeScript (use ts).

2026-07-03
agent-browser
Softwareentwickler

Browser automation. NOT for plain HTTP fetches (use sh or py).

2026-07-03
ans
Softwareentwickler

/ans — conversational answer-only mode toggle. NEVER edit files or run shell. /ans end to exit. NOT for stopping mid-task to ask (just answer inline).

2026-07-03
next
Softwareentwickler

/next — park a discovered bug or TODO for later without stopping current work. NOT for filing bugs found during a code audit (use /bugs for that).

2026-07-03
dispatch
Sonstige Computerberufe

/dispatch — launch a background subagent at default model. NOT for tasks the main thread needs results from inline; NOT for model-specific work (use /haiku, /sonnet, /opus, /fable).

2026-07-03
browse
Softwareentwickler

Browser automation via the agent-browser CLI. USE when a real browser is needed (login flows, screenshots, page interaction, DOM extraction). NOT for plain HTTP fetches. ALWAYS invoke via Bash tool — this is NOT an Agent subagent type, never pass it to Agent(subagent_type=...).

2026-07-03
create-eval
Softwarequalitätssicherungsanalysten und -tester

Generate project-specific service-eval skill. NOT for running existing evals or adversarial audits.

2026-07-03
cto-eval
Softwarequalitätssicherungsanalysten und -tester

CTO evaluation — technical adoption by default; SLA/code audit on request. NOT for exploit/attack-surface security audit (use hacker-eval).

2026-07-03
Zeigt die Top 40 von 75 gesammelten Skills in diesem Repository.