duthaho/skillhub

Give Claude Code a memory and make it cite its sources — keyless skills for research, daily work, and an evidence-gated coding loop.

9Stars on the repository
21Mods indexed here, across every type
9d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

autopilot

01

duthaho/skillhub

Skill Claude CodeCodex

The whole coding loop on one deliberate yes: map, spec, critic-hardened plan, GitHub issues, parallel worktree implementers, fresh-context review loops, one PR with the evidence. Acts only on its itemized charter; parks what it can't settle honestly. Commands: /autopilot [--merge], resume, status. It signs a charter…

9 9d ago C 95 tokens original MIT

blueprint

02

duthaho/skillhub

Skill Claude CodeCodex

Human-facing documentation, architecture docs, and mermaid diagrams for a codebase, a module, or a feature — "draw me the architecture, with receipts." Fans out read-only sub-agents to build a grounded component graph first: every node is a real path, every edge backed by a grep-verified import or call — unverifiable…

9 9d ago A 225 tokens original MIT

bugfix

03

duthaho/skillhub

Skill Claude CodeCodex

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 changes, a stated root-cause hypothesis confirmed with…

9 9d ago A 192 tokens original MIT

daybrief

04

duthaho/skillhub

Skill Claude CodeCodex

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 file / assigned GitHub issues), and a quick radar check on…

9 9d ago A 170 tokens original MIT

done

05

duthaho/skillhub

Skill Claude CodeCodex

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 only the diff and the spec: spec-compliance first…

9 9d ago A 204 tokens original MIT

factcheck

06

duthaho/skillhub

Skill Claude CodeCodex

Adversarial citation and claim audit for any document — "do these sources actually say what the text claims?" Takes a markdown file, URL, or pasted draft (including this repo's own pulse/verdict briefs), extracts every checkable claim, then fans out verifier sub-agents instructed to refute, not confirm: does the cited…

9 9d ago A 213 tokens original MIT

feature

07

duthaho/skillhub

Skill Claude CodeCodex

End-to-end feature workflow around the agent — spec by interview, a plan of 2–5-minute tasks, test-first execution with checkpoint commits, then an evidence-gated finish. Effort-scaled: a one-sentence diff skips straight to implementation; a real feature gets spec.md → plan.md → task-by-task TDD, with all state in…

9 9d ago A 213 tokens original MIT

ideate

08

duthaho/skillhub

Skill Claude CodeCodex

Structured idea generation for a project or a blank-slate problem — ideas worth pursuing, not the first one that sticks. Grounds in the current repo (AGENTS.md/README) or a freeform problem, then diverges across named lenses (adjacent user, removed constraint, inversion, and more) so a run yields range, not ten…

9 9d ago A 213 tokens original MIT

jobfit

09

duthaho/skillhub

Skill Claude CodeCodex

Job-fit evaluation and discovery for job seekers — "find roles that fit me" and "should I apply to this one?" DISCOVER searches job boards for openings matching your profile; EVALUATE takes job URLs/descriptions you provide. Both research compensation, company signal, and posting legitimacy in parallel, score each…

9 9d ago A 178 tokens original MIT

learn

10

duthaho/skillhub

Skill Claude CodeCodex

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 active-recall check graded against the rubric with confidence…

9 9d ago A 164 tokens original MIT

map

11

duthaho/skillhub

Skill Claude CodeCodex

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, build/test/lint commands, architecture and key abstractions, conventions…

9 9d ago A 217 tokens original MIT

newskill

12

duthaho/skillhub

Skill Claude CodeCodex

Scaffold a new skillhub skill, or repair one that drifted, across all four registration surfaces in one motion — folder, README table row, marketplace plugin, and trigger evals — then prove it with validate-skills.py. User-invoked.

9 9d ago A 55 tokens original MIT

priorart

13

duthaho/skillhub

Skill Claude CodeCodex

Prior-art check before you build — does this idea already exist? Takes a project/tool/library idea, reframes it in the vocabularies different communities would use, searches where builders publish (code registries, Show HN, arXiv), traces each match one dependency-layer down to the real incumbent, and returns a…

9 9d ago A 178 tokens original MIT

pulse

14

duthaho/skillhub

Skill Claude CodeCodex

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 cited brief to chat plus saved .md and .html files. Use when…

9 9d ago A 156 tokens original MIT

refactor

15

duthaho/skillhub

Skill Claude CodeCodex

Evidence-driven refactoring — where does structural improvement actually pay off, then make that change without changing behavior. Survey mode diagnoses by evidence, not aesthetics — git churn × complexity hotspots, the recurring-bug log, upcoming work — and verdicts each candidate REFACTOR/PREP/LEAVE/WATCH, where…

9 9d ago A 166 tokens original MIT

revisit

16

duthaho/skillhub

Skill Claude CodeCodex

Revisit dashboard — one scan of everything you parked to re-check later, across every skill's memory. Reads out//tracker.md and the other memory files skills leave behind (ideate PARK "revive when", verdict/scout revisit-when triggers, refactor WATCH candidates, learn spaced-repetition due dates, jobfit roles to…

9 9d ago A 202 tokens original MIT

scout

17

duthaho/skillhub

Skill Claude CodeCodex

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, releases, docs claims, every finding with a locator — and…

9 9d ago A 192 tokens original MIT

tune

18

duthaho/skillhub

Skill Claude CodeCodex

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 time: a CLAUDE.md rule, an allowlist entry, a script replacing…

9 9d ago A 157 tokens original MIT

verdict

19

duthaho/skillhub

Skill Claude CodeCodex

Architect-grade technology decision briefs — "which option should we pick, and why?" Takes a decision question (X vs Y vs Z for a stated context: library, database, framework, platform, buy-vs-build) plus your constraints, fans out parallel sub-agents to research each option's project health, community sentiment…

9 9d ago A 201 tokens original MIT