atman-33/workhub

Tauri 2 all-in-one developer hub: task board backed by an Obsidian vault and Claude Code plugin marketplace

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

capture-rule

01

atman-33/workhub

Skill Claude CodeCodex

Capture a reusable, non-obvious project insight into the rules home where it will auto-inject in future sessions. Use when investigation or implementation surfaces knowledge worth persisting (a gotcha, a convention, the "why" behind a decision), or when the user asks to remember a project learning.

2 3d ago A 63 tokens original MIT

codebase-design

02

atman-33/workhub

Skill Claude CodeCodex

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

2 3d ago A 57 tokens copy · 89% MIT

commit-changes

03

atman-33/workhub

Skill Claude CodeCodex

Commit the current changes with a Conventional Commits message. Use when the user asks to commit, or when a workflow (e.g. develop-small-feature) reaches its commit step after implementation is verified.

2 3d ago A 44 tokens original MIT

create-adr

04

atman-33/workhub

Skill Claude CodeCodex

Record an architecture/design decision as an ADR (Architecture Decision Record) in the target repository's docs/adr/. Use when the user wants to document a design decision, its alternatives and consequences, or says "record this decision" / "write an ADR".

2 3d ago A 55 tokens original MIT

atman-33/workhub

Skill Claude CodeCodex

Creates a new feature branch from main inside the intended repository after confirming the branch target and repository context. Use when the user wants to start a new feature branch, asks to create a branch for upcoming work, mentions a branch name such as feature/ , or another workflow has already resolved the…

2 3d ago A 66 tokens original MIT

atman-33/workhub

Skill Claude CodeCodex

Generate a self-contained HTML manual-testing guide for an implemented change — environment setup, a visual test-flow diagram, step-by-step scenarios with expected results, and interactive pass/fail checkboxes with a Markdown results export. Use when the user wants to verify an implementation by hand, asks "how do I…

2 3d ago A 82 tokens original MIT

atman-33/workhub

Skill Claude CodeCodex

Generate a self-contained HTML onboarding tour of a repository — architecture diagram, directory map, key flow walkthroughs, and a recommended reading order — for new team members. Use when the user wants onboarding material, asks for a codebase overview/architecture tour, or wants to explain a repo to someone new.

2 3d ago A 66 tokens original MIT

create-pull-request

08

atman-33/workhub

Skill Claude CodeCodex

Analyzes git changes, drafts localized PR titles and bodies, and assists with creating or updating GitHub pull requests for the active target project repository. Use when working from the harness workspace (e.g. the workhub vault) and the user wants to create a PR, review branch changes, draft or update a PR…

2 3d ago A 80 tokens original MIT

create-review-guide

09

atman-33/workhub

Skill Claude CodeCodex

Generate a self-contained HTML code-review guide for the current changes — big-picture overview, architecture diagram of affected modules, a file/class responsibility map, and an annotated change walkthrough — so a reviewer can grasp the whole implementation before diving into the diff. Use when the user wants review…

2 3d ago A 87 tokens original MIT

atman-33/workhub

Skill Claude CodeCodex

Implement a small, well-scoped feature or fix end-to-end from spec to PR — reuse or create a feature branch, implement test-first, run static checks, get user verification, commit, then open a PR to main.

2 3d ago A 50 tokens original MIT

grill-with-docs

11

atman-33/workhub

Skill Claude CodeCodex

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

2 3d ago A 30 tokens original MIT

atman-33/workhub

Skill Claude CodeCodex

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

2 3d ago A 32 tokens copy · 81% MIT

atman-33/workhub

Skill Claude CodeCodex

Investigate a reported bug to its root cause — reproduce, trace the code path, identify the defect with evidence, assess blast radius, and propose fix candidates without changing code. Use when the user reports or pastes a bug/defect/unexpected behavior and wants it diagnosed, or asks "why is X happening".

2 3d ago A 70 tokens original MIT

set-openspec-path

14

atman-33/workhub

Skill Claude CodeCodex

Switch the openspecPath in .claude/project-context.json by picking one of the registered projects from a menu, instead of hand-editing the absolute path.

2 3d ago A 38 tokens original MIT

setup-all

15

atman-33/workhub

Skill Claude CodeCodex

Run all engineering plugin setup steps in sequence — set up OpenSpec, scaffold project-context.json, and set up rules-ex infrastructure.

2 3d ago A 29 tokens original MIT

setup-openspec

16

atman-33/workhub

Skill Claude CodeCodex

Install OpenSpec CLI (if not already installed) and run openspec init --tools claude to add spec-driven development skills to this project.

2 3d ago A 34 tokens original MIT

atman-33/workhub

Skill Claude CodeCodex

Scaffold or show the .claude/project-context.json file that the engineering hooks read to inject project context, target-repo guidance, and optional post-edit format commands.

2 3d ago A 38 tokens original MIT

setup-rules-ex

18

atman-33/workhub

Skill Claude CodeCodex

Scaffold the rules-ex extended-rules infrastructure (.claude/rules/rules-ex-authoring.md and .claude/rules-ex/README.md) required by the engineering plugin's inject-extended-rules hook.

2 3d ago A 49 tokens original MIT

tdd

19

atman-33/workhub

Skill Claude CodeCodex

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

2 3d ago A 33 tokens copy · 86% MIT

to-issues

20

atman-33/workhub

Skill Claude CodeCodex

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.

2 3d ago A 31 tokens copy · 86% MIT

to-prd

21

atman-33/workhub

Skill Claude CodeCodex

Turn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

2 3d ago A 32 tokens copy · 83% MIT

defuddle

22

atman-33/workhub

Skill Claude CodeCodex

Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already…

2 3d ago A 74 tokens copy · 100% MIT

json-canvas

23

atman-33/workhub

Skill Claude CodeCodex

Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.

2 3d ago A 54 tokens copy · 100% MIT

obsidian-bases

24

atman-33/workhub

Skill Claude CodeCodex

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

2 3d ago A 63 tokens copy · 100% MIT