baek-labs
Official@baek-labs
baek-labs provides git-based skills for intent elicitation, spec-driven execution, codebase documentation migration, and workspace file auditing.
Agent Skills by baek-labs
Showing 6 vetted skills indexed across 1 GitHub repositories.
ready
Elicit and validate user intent into an execution-ready handoff, spec, and plan.
go
Execute a 3-doc implementation plan with wave-based parallel subagents and verification gates.
migration
Convert an existing codebase into a dryforge documentation harness with CLAUDE.md, AGENTS.md, and docs.
doctor
Diagnose Hames plugin configuration and hook state in read-only mode.
setup
Configures Hames workspaces, file rules, and indexes through a preview-and-approve setup workflow.
index
Audits workspace files against configured folder, naming, and document rules.
Frequently Asked Questions About baek-labs
FAQPage SchemaWhat tasks can I accomplish using baek-labs skills?▼
You can elicit and validate project intent into a 3-doc handoff/spec/plan (ready), execute that plan with wave-based parallel implementation and integration gates (go), migrate existing projects into the dryforge documentation system (migration), diagnose and configure Hames installations (doctor, setup), and audit workspace file indexing and organization rules (index).
Who are baek-labs skills designed for?▼
They target software engineers and technical leads who want structured, spec-first development: turning loose goals or notes into validated plans, executing them with test-first verification, and keeping existing codebases documented with CLAUDE.md, AGENTS.md, and per-module documentation harnesses.
How do the ready and go skills work together in practice?▼
Invoke ready first with any input — a goal, existing docs, or notes — to interactively produce an execution-ready handoff, spec, and plan. Then invoke go, which reads that 3-doc and runs wave-based parallel implementation with right-sized verification, spec-first review, and integration gates.
What are the prerequisites for running baek-labs skills?▼
The ready, go, and migration skills explicitly require git to be available in the environment. The migration skill additionally operates on an existing project codebase, while doctor, setup, and index run within the current project or workspace when invoked via their slash commands.
Can baek-labs skills document an existing undocumented codebase?▼
Yes. The migration skill reads the existing codebase, interactively elicits knowledge the code cannot reveal, and generates a full project harness: CLAUDE.md or AGENTS.md at the root, a docs/ directory, and per-module AGENTS.md files following the dryforge documentation system.