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

tools

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

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

이 저장소의 skills

global
소프트웨어 개발자

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

2026-07-18
bugs
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-18
humanize
기술 작가

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

2026-07-18
py
소프트웨어 개발자

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

2026-07-18
software
소프트웨어 개발자

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
기술 작가

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

2026-07-18
install
기타 컴퓨터 관련 직업

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
기타 컴퓨터 관련 직업

/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
기타 컴퓨터 관련 직업

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

2026-07-16
wisdom
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-13
create
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-10
hiring-eval
인사 전문가

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-09
continue
소프트웨어 개발자

/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
소프트웨어 개발자

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
소프트웨어 개발자

/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
소프트웨어 개발자

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
소프트웨어 개발자

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

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

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
소프트웨어 개발자

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

2026-07-03
sh
소프트웨어 개발자

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

2026-07-03
sql
소프트웨어 개발자

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

2026-07-03
ts
소프트웨어 개발자

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

2026-07-03
tsx
웹 개발자

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

2026-07-03
gh-issue
소프트웨어 개발자

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
웹 개발자

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
소프트웨어 개발자

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

2026-07-03
ans
소프트웨어 개발자

/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
소프트웨어 개발자

/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
기타 컴퓨터 관련 직업

/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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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

2026-07-03
cto-eval
소프트웨어 품질 보증 분석가·테스터

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

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