handarbeit avatar

handarbeit

Official

@handarbeit

0Followers
|
3Public Repos
|
22Published Skills

handarbeit maintains Fabrik, a GitHub-Project-driven SDLC pipeline orchestrator that drives Claude Code workers through Specify, Research, Plan, Implement, Review, and Validate stages.

Skills Distribution
DomainDeveloper To...SDLC Pipeline Orch.. (40%)Specification & Re.. (25%)Code Review & Vali.. (20%)Release & Document.. (15%)

Agent Skills by handarbeit

Showing 22 vetted skills indexed across 1 GitHub repositories.

handarbeithandarbeit
22

fabrik-plan-comment

Revises implementation plans and task checklists based on user feedback in GitHub issue comments.

Official
Intermediate
handarbeithandarbeit
22

fabrik-implement-comment

Applies user-requested code changes during Fabrik's Implement stage and commits the result.

Official
Advanced
handarbeithandarbeit
22

fabrik-validate-comment

Processes user feedback on validation reports by re-running checks and applying targeted fixes.

Official
Advanced
handarbeithandarbeit
22

fabrik-specify-comment

Incorporates user comment answers into an evolving GitHub issue spec during the Fabrik Specify stage.

Official
Intermediate
handarbeithandarbeit
22

fabrik-plan

Generates implementation plans with task checklists from specs and research findings.

Official
Advanced
handarbeithandarbeit
22

fabrik-review-comment

Applies user decisions on code review findings and commits fixes without advancing the pipeline stage.

Official
Advanced
handarbeithandarbeit
22

fabrik-research-comment

Incorporates user comment answers into Fabrik Research stage findings on GitHub issues.

Official
Intermediate
handarbeithandarbeit
22

fabrik-validate

Validates pull requests against issue requirements before merge in the Fabrik pipeline.

Official
Advanced
handarbeithandarbeit
22

fabrik-review

Reviews implementation PRs, fixes issues, and prepares branches for human merge.

Official
Advanced
handarbeithandarbeit
22

fabrik-implement

Executes planned implementation tasks by writing, testing, committing, and pushing code on a feature branch.

Official
Advanced
handarbeithandarbeit
22

clarify

Resolves ambiguities in feature specifications through targeted stakeholder questions.

Official
Advanced
handarbeithandarbeit
22

onboard

Interviews stakeholders and writes a project constitution file for feature specifications.

Official
Intermediate
handarbeithandarbeit
22

architecture-baseline

Interviews the architect to produce a ratified architecture baseline with budgets and fitness functions.

Official
Advanced
handarbeithandarbeit
22

write-spec

Creates feature specifications from plain-language descriptions following GitHub Spec Kit structure.

Official
Advanced
handarbeithandarbeit
22

experience-baseline

Interviews UX leads to write a product-wide experience baseline covering states, components, and budgets.

Official
Advanced
handarbeithandarbeit
22

architecture-foundations

Interviews architects to capture constraints, shared domain models, interface contracts, and authority models.

Official
Advanced
handarbeithandarbeit
22

fabrik-setup

Guides first-time installation and initialization of the Fabrik GitHub Project board orchestrator.

Official
Intermediate
handarbeithandarbeit
22

fabrik

Supervise Fabrik-driven GitHub Project pipelines and advise on issue authoring, labels, and stage failures.

Official
Advanced
handarbeithandarbeit
22

build-check

Runs Go format, vet, build, and race-detector tests on the Fabrik codebase.

Official
Basic
handarbeithandarbeit
22

fabrik-status

Inspect Fabrik project board state, running Claude workers, and worktree changes.

Official
Basic
handarbeithandarbeit
22

cut-release

Authors release notes and publishes Fabrik releases via a guarded shell script.

Official
Advanced
handarbeithandarbeit
22

audit-documentation

Audit documentation against recently shipped features and file GitHub issues for gaps.

Official
Advanced

Frequently Asked Questions About handarbeit

FAQPage Schema
What tasks can I accomplish with handarbeit's Fabrik skills?

You can drive a full feature lifecycle: clarify and write specifications, run technical research, produce implementation plans with task checklists, implement and commit code on feature branches, perform code review, and validate that tests pass and PRs are merge-ready — all coordinated through a GitHub Project board.

Who are the Fabrik skills designed for?

They target software engineers, technical architects, product managers, and UX leads. Stage-agent skills serve Claude Code workers executing pipeline stages, while the fabrik supervisor skill supports a human acting as product-management buddy overseeing board state, labels, and worker output.

How do I install and start using Fabrik in a project?

Use the fabrik-setup skill, which walks through prerequisites, binary installation, GitHub Project board setup, running fabrik init, secret configuration, and the first run. It triggers when no .fabrik/ directory exists yet in the repository.

What prerequisites and signals indicate a Fabrik-enabled project?

A Fabrik project is signaled by a .fabrik/ directory at the repo root, .fabrik/stages/*.yaml files, and fabrik:-prefixed labels on the GitHub Project board. Setup requires the Fabrik binary, a configured GitHub Project, and secrets installed via fabrik init.

How does Fabrik handle releases and documentation upkeep?

The cut-release skill gathers changes since the last tag, writes release notes, and delegates publication to scripts/cut-release.sh. The audit-documentation skill compares docs against recently shipped features, filing gap issues for undocumented behavior and closing issues whose gaps are now covered.