Skip to main content
duthaho
GitHub-Creator-Profil

duthaho

Repository-Ansicht von 40 gesammelten Skills in 3 GitHub-Repositories.

gesammelte Skills
40
Repositories
3
aktualisiert
17. Aug. 2026
Repository-Explorer

Repositories und repräsentative Skills

learn
nicht klassifiziert

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…

17. Aug. 2026
bugfix
nicht klassifiziert

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…

11. Aug. 2026
done
nicht klassifiziert

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…

11. Aug. 2026
map
Softwareentwickler

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

29. Juli 2026
tune
Sonstige Computerberufe

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…

29. Juli 2026
daybrief
Allgemeine Bürokräfte

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…

19. Juli 2026
pulse
Marktforschungsanalysten und Marketingspezialisten

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…

19. Juli 2026
scout
Marktforschungsanalysten und Marketingspezialisten

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

19. Juli 2026
Es werden 8 von 19 gesammelten Skills angezeigt.
plan-review
Projektmanagementspezialisten

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

22. Juli 2026
shape-spec
Projektmanagementspezialisten

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…

22. Juli 2026
write-plan
Projektmanagementspezialisten

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…

22. Juli 2026
init
Sonstige Computerberufe

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.

16. Juli 2026
audit-dependencies
Softwareentwickler

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",…

7. Mai 2026
code-review-loop
Softwarequalitätssicherungsanalysten und -tester

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…

7. Mai 2026
evidence-driven-debugging
Softwareentwickler

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…

7. Mai 2026
incremental-shipping
Softwareentwickler

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…

7. Mai 2026
Es werden 8 von 15 gesammelten Skills angezeigt.
wordcount
Softwareentwickler

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.

22. Apr. 2026
wordcount
Softwareentwickler

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.

22. Apr. 2026
changelog-writer
Softwareentwickler

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…

14. Apr. 2026
adr-writer
Softwareentwickler

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.

14. Apr. 2026
slug-generator
Softwareentwickler

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.

14. Apr. 2026
slug-generator
Softwareentwickler

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.

14. Apr. 2026
3 von 3 Repositories angezeigt
Alle Repositories angezeigt