Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

dockyard

dockyard enthält 8 gesammelte Skills von bryanthaboi, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
8
Stars
2
aktualisiert
2026-03-24
Forks
0
Berufsabdeckung
4 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

dockyard-list-work-orders
Softwareentwickler

List work order ids and statuses via MCP workorder_list for a date and repo (optional issue). Use for one track (--issue) or all issues under a repo (omit issue).

2026-03-24
dockyard-session-guide
Netzwerk- und Computersystemadministratoren

How to use Dockyard in this chat: work orders live under DOCKYARD_ROOT (default ~/.dockyard). Dockyard exposes MCP tools named workorder_* — not MCP resources, so “list resources” will not show Dockyard. Prefer tool calls for workorder_list_pending / workorder_get / workorder_complete; if tools are missing, use the dockyard CLI or enable MCP via dockyard install-agents and restart the host app. Use when the user says to use Dockyard, drain the queue, or complete work orders.

2026-03-24
dockyard-complete-work-order
Softwareentwickler

Mark a Dockyard work order complete in index.json via MCP workorder_complete. Use after the work described in that WO is done and verified; requires date, issue slug, and wo-NNN id.

2026-03-24
dockyard-get-work-order
Produktions-, Planungs- und Abfertigungssachbearbeiter

Load one Dockyard work order’s markdown and status via MCP workorder_get. Use when the user asks to read, review, summarize, or execute a specific WO identified by date, issue slug, and wo-NNN id.

2026-03-24
dockyard-insert-work-order
Softwareentwickler

Create a new Dockyard work order on disk via MCP tool workorder_insert. Use when the user wants to queue structured agent work, split a feature into trackable units, or log tasks under a dated issue slug. Requires markdown body with sections from ## Objective through ## Notes; see references/work-order-body-template.md.

2026-03-24
dockyard-list-pending-work-orders
Softwareentwickler

List incomplete Dockyard work orders via MCP workorder_list_pending. Use when driving a queue, standup summaries, or “what’s left” across all issues; optional filters date and/or issue. Results sort by date, issue, then WO number.

2026-03-24
dockyard-next-work-order-number
Softwareentwickler

Read the next 1-based work order sequence number for a date/issue via MCP workorder_next_number. Use when drafting titles or planning how many WOs to create before calling workorder_insert (the server still assigns the canonical id on insert).

2026-03-24
dockyard-validate-output
Softwarequalitätssicherungsanalysten und -tester

Run MCP tool workorder_validate_output on a code string before committing or pasting into product repos. Use when Dockyard workflow requires checking generated code for forbidden substrings (best-effort lint). Triggers when the user wants leakage checks, “sanity check this patch,” or policy compliance on emitted source.

2026-03-24