Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

tools

يحتوي tools على 75 من skills المجمعة من kronael، مع تغطية مهنية على مستوى المستودع وصفحات 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
عرض أهم 40 من أصل 75 skills مجمعة في هذا المستودع.