Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

gsd-wired

يحتوي gsd-wired على 14 من skills المجمعة من The-Artificer-of-Ciphers-LLC، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
14
Stars
1
محدث
2026-03-24
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

add-cobra-command
مطوّرو البرمجيات

Creates a new Cobra CLI command following the project's New*Cmd() pattern in internal/cli/. Handles command registration in root.go, flag setup, output rendering, and test scaffolding. Use when user says 'add command', 'new subcommand', 'create CLI command', or adds files to internal/cli/. Do NOT use for MCP tools or hooks.

2026-03-24
add-hook-handler
مطوّرو البرمجيات

Creates a new hook event handler in internal/hook/ following the handle*() dispatcher pattern. Adds event constant to events.go, handler function, dispatcher case, and tests using fake bd binary. Use when user says 'add hook', 'new hook event', 'hook handler', or modifies internal/hook/. Do NOT use for MCP tools, CLI commands, or graph queries.

2026-03-24
add-mcp-tool
مطوّرو البرمجيات

Creates a new MCP tool following the handle*() pattern in internal/mcp/. Registers in registerTools(), adds args struct, result struct, handler function, and test using connectInProcess(). Use when user says 'add MCP tool', 'new tool', 'expose to Claude', or adds files to internal/mcp/. Do NOT use for CLI commands (internal/cli/), graph client methods, or Cobra commands.

2026-03-24
cobra-modularity
مطوّرو البرمجيات

Build modular CLI applications with Cobra framework. Use when structuring CLI commands, implementing modular command architecture, handling flags and arguments, or when user mentions Cobra, CLI modularity, command registration, or spf13/cobra.

2026-03-24
graph-operations
مطوّرو البرمجيات

Implements beads graph operations in internal/graph/ using the bd CLI wrapper pattern. Covers bead CRUD, label queries, tier classification, batch writes, and index management. Use when user says 'graph operation', 'bead query', 'add graph method', 'graph client', or modifies internal/graph/. Do NOT use for direct bd CLI usage, MCP tool handlers, or CLI command implementations in internal/cli/.

2026-03-24
test-with-fake-bd
محللو ضمان جودة البرمجيات والمختبرون

Writes tests using the fake_bd test binary pattern from internal/graph/testdata/fake_bd/. Covers building fake binary, setting FAKE_BD_* env vars for canned responses, capture files for arg/env verification, and serverState/hookState setup. Use when user says 'write tests', 'add test', 'test coverage', or needs to test graph/mcp/hook code that calls bd. Do NOT use for tests that don't invoke the bd CLI binary (e.g., pure utility functions, config parsing, CLI flag tests).

2026-03-24
ship
مطوّرو البرمجيات

Create PR and advance to next phase

2026-03-21
ready
متخصصو إدارة المشاريع

Show unblocked tasks ready to work on

2026-03-21
verify
محللو ضمان جودة البرمجيات والمختبرون

Verify phase completion against success criteria

2026-03-21
execute
مطوّرو البرمجيات

Execute the current wave of unblocked tasks in parallel

2026-03-21
plan
متخصصو إدارة المشاريع

Create a dependency-aware phase plan from research results

2026-03-21
research
متخصصو إدارة المشاريع

Run research phase for the current project

2026-03-21
init
مطوّرو البرمجيات

Initialize a new gsd-wired project with guided questioning. Use when starting a new project.

2026-03-21
status
مطوّرو البرمجيات

Show current project status from the beads graph

2026-03-21