All authors
yishan-io avatar

Claude Skills by yishan-io

github.com/yishan-io
14 skillsA× 140 installs3 views
BrainstormA

Helps explore ideas before implementation. Use when the user wants to brainstorm features, compare approaches, shape requirements, or discuss tradeoffs before writing code.

developmentgotesting
0
7
Dispatching Parallel AgentsA

Use when you have two or more independent tasks, failures, or investigations that can be worked on concurrently without shared state or sequential dependencies.

developmentgodebugging
0
7
Editing WhiteboardsA

Use when creating or modifying Excalidraw whiteboard files (.excalidraw) — drawing diagrams, or adding, moving, restyling, or removing shapes, arrows, and text by editing the scene JSON directly.

developmentgo
0
7
Receiving Code ReviewA

Use when receiving code review feedback, before implementing suggestions, especially when feedback is unclear, broad, or may not fit the codebase as-is.

developmentgoreact
0
7
Requesting Code ReviewA

Use when finishing substantial code changes, before merging, or at natural checkpoints to request an explicit code review pass.

ai-agentsgocode-review
0
7
Subagent Driven DevelopmentA

Use when executing a multi-task implementation plan by dispatching one fresh builder agent per task, reviewing each task before moving on, and keeping controller context narrow.

developmentgocode-review
0
7
Systematic DebuggingA

Use when investigating a bug, test failure, build failure, flaky behavior, or unexpected runtime issue before proposing or implementing fixes.

developmentgotesting
0
7
Test Driven DevelopmentA

Use when implementing a feature, bug fix, or behavior change where automated tests should drive the implementation before production code is written.

developmentrustgo
0
7
Writing PlansA

Use when you have approved requirements for a multi-step task and need a concrete implementation plan before touching code.

developmentgodocumentation
0
7
Context MemoryA

Use when searching or updating durable project memory in `.my-context/`, especially `MEMORY.md`, architecture notes, or other cross-task context that should survive beyond the current task.

ai-agentsgobash
0
7
Context TaskA

Use when work needs a tracked Local Task during research, planning, execution, review, or user-directed completion.

ai-agentssql
0
7
Executing PlansA

Use when you have an approved plan and can execute it in the current session without the full subagent workflow.

ai-agentssql
0
7
Finishing TaskA

Use only when the user explicitly asks to complete a tracked Local Task and the task needs a durable outcome.

ai-agentssql
0
7
Starting TaskA

Use when new work may need a tracked Local Task before research, planning, or implementation.

ai-agentsgosql
0
7