Skip to main content
duthaho
ملف منشئ GitHub

duthaho

عرض على مستوى المستودعات لـ ٤٠ skills مجمعة عبر ٣ مستودعات GitHub.

skills مجمعة
٤٠
مستودعات
٣
محدث
١٧ أغسطس ٢٠٢٦
مستكشف المستودعات

المستودعات و skills الممثلة

learn
غير مصنف

Personalized tutor with memory across sessions — "teach me X, at my pace." Builds a syllabus with a pass rubric per unit, teaches one unit per session: a recall quiz on what's due (date-based spaced repetition), examples matched to your background, and an…

١٧ أغسطس ٢٠٢٦
bugfix
غير مصنف

Lightweight bug-fixing loop — reproduce → root-cause → fix test-first → verify — deliberately separate from the heavyweight feature workflow so small fixes don't drag a spec-and-plan process behind them. Demands a deterministic reproduction before any code…

١١ أغسطس ٢٠٢٦
done
غير مصنف

End-of-session shipping gate — "prove it works, then ship it." Runs an evidence checklist (full test suite, lint/typecheck, build, and actually running the change — output quoted, never asserted), then a fresh-context two-stage review by a sub-agent that sees…

١١ أغسطس ٢٠٢٦
map
مطوّرو البرمجيات

Codebase orientation for an unfamiliar or large repo — "map this before I work in it." Fans out read-only Explore sub-agents that navigate the code (keyless — grep/glob/read, no embeddings to go stale) along the order that matters: entry points,…

٢٩ يوليو ٢٠٢٦
tune
المهن الحاسوبية الأخرى

Harness retro — turn recurring agent mistakes into one-line fixes. Mines recent session transcripts (plus the bugfix log and past runs) for repeated corrections, permission friction, and rules that get violated anyway, then proposes ranked changes one at a…

٢٩ يوليو ٢٠٢٦
daybrief
موظفو المكاتب العامون

Morning work briefing — "what does my day look like, in one scan?" Gathers today's calendar and emails needing attention (via connected Google MCP tools when available), recent git activity and unfinished work across your local repos, your open tasks (TODO…

١٩ يوليو ٢٠٢٦
pulse
محللو أبحاث السوق ومتخصصو التسويق

Community-pulse research on any topic — "what are people saying about X right now." Fans out parallel sub-agents across web search, Hacker News, Reddit, and GitHub; ranks findings by real engagement (points/upvotes/stars/comments); flags rumors; and writes a…

١٩ يوليو ٢٠٢٦
scout
محللو أبحاث السوق ومتخصصو التسويق

Competitive reconnaissance for your project — what do the repos solving this same problem do better, and what's worth adopting? Finds peer repos (ranked by activity, downloads, dependents — never raw stars), mines what their users beg for — issue reactions,…

١٩ يوليو ٢٠٢٦
عرض 8 من أصل ١٩ skills مجمعة.
plan-review
متخصصو إدارة المشاريع

Use after a plan exists and before any implementation begins. Activate for keywords like "review the plan", "check this plan", "is the plan ready", "plan-review", "pressure-test the plan". Orchestrates two parallel reviewers — architecture and experience —…

٢٢ يوليو ٢٠٢٦
shape-spec
متخصصو إدارة المشاريع

Use when starting a non-trivial feature, change, or refactor before any plan or code is written. Activate for keywords like "spec", "shape", "what should we build", "requirements", "design this", "we need to", "let's add". Produces a written spec covering…

٢٢ يوليو ٢٠٢٦
write-plan
متخصصو إدارة المشاريع

Use after a spec exists and before any implementation code is written. Activate for keywords like "plan", "break down", "decompose", "implementation plan", "task list", "what's the order". Produces a numbered task list where each task names the file, the…

٢٢ يوليو ٢٠٢٦
init
المهن الحاسوبية الأخرى

Interactive setup wizard for claudekit. Scaffolds rules, hooks, and MCP server configs into the user's project. Run /claudekit:init to configure. Use when setting up a new project with claudekit or reconfiguring an existing one.

١٦ يوليو ٢٠٢٦
audit-dependencies
مطوّرو البرمجيات

Use when investigating dependency bloat, security advisories, supply-chain risk, upgrade planning, or before adding a new third-party package. Activate for keywords like "deps", "dependencies", "package.json", "requirements.txt", "Cargo.toml", "audit", "CVE",…

٧ مايو ٢٠٢٦
code-review-loop
محللو ضمان جودة البرمجيات والمختبرون

Use when opening a PR for review or when receiving review feedback. Activate for keywords like "code review", "PR review", "request review", "review feedback", "address comments", "reviewer said". Covers both ends of the loop: preparing a reviewable PR and…

٧ مايو ٢٠٢٦
evidence-driven-debugging
مطوّرو البرمجيات

Use during active debugging when you have a hypothesis to test or need to instrument a running system. Activate for keywords like "debug", "instrument", "log", "trace", "breakpoint", "what's happening at runtime", "production behavior". Pair to…

٧ مايو ٢٠٢٦
incremental-shipping
مطوّرو البرمجيات

Use when implementing a non-trivial feature, migration, or refactor that would otherwise be a single large change. Activate for keywords like "feature flag", "incremental", "vertical slice", "migration", "rollout", "behind a flag", "ship small". Enforces…

٧ مايو ٢٠٢٦
عرض 8 من أصل ١٥ skills مجمعة.
wordcount
مطوّرو البرمجيات

Use when the user asks for a word count, word frequency, or how many words are in a file (keywords: word count, wordcount, how many words, count words, word frequency). Reads the file the user points to and reports the word count.

٢٢ أبريل ٢٠٢٦
wordcount
مطوّرو البرمجيات

Use when the user asks for a word count, word frequency, or how many words are in a file (keywords: word count, wordcount, how many words, count words, word frequency). Reads the file the user points to and reports the word count.

٢٢ أبريل ٢٠٢٦
changelog-writer
مطوّرو البرمجيات

Use when the user asks for a changelog, release notes, or a summary of what changed since a tag (keywords: changelog, release notes, what changed, Keep a Changelog). Produces a Markdown block formatted like Keep a Changelog, grouped by conventional-commit…

١٤ أبريل ٢٠٢٦
adr-writer
مطوّرو البرمجيات

Use when the user asks to write, create, or draft an ADR, architecture decision record, or decision record. Picks between a short or long template based on the size of the decision, assigns the next ADR number, and writes the result to docs/adr/NNNN-<slug>.md.

١٤ أبريل ٢٠٢٦
slug-generator
مطوّرو البرمجيات

Use when the user asks for a URL slug, kebab-case identifier, filename-safe version of a string, or slug-ified title. Produces a lowercase, dash-separated, punctuation-stripped version of the input.

١٤ أبريل ٢٠٢٦
slug-generator
مطوّرو البرمجيات

Use when the user asks for a URL slug, kebab-case identifier, filename-safe version of a string, or slug-ified title. Produces a lowercase, dash-separated, punctuation-stripped version of the input.

١٤ أبريل ٢٠٢٦
عرض ٣ من أصل ٣ مستودعات
تم تحميل كل المستودعات