Skip to main content
unstablebuild
GitHub クリエイタープロフィール

unstablebuild

2 件の GitHub リポジトリにある 11 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
11
リポジトリ
2
更新
2026年7月27日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

リポジトリエクスプローラー

リポジトリと代表的な skills

explore
未分類

Delegate substantial codebase research to a fast, read-only explore sub-agent. Use this from the parent agent to have the child search code, follow references, and report findings without modifying files.

2026年7月23日
plan
未分類

Read-only software architect agent for designing implementation plans. Analyzes requirements, explores the codebase, and produces step-by-step plans. Uses exit_plan_mode for user approval and plan persistence, then returns the plan for the parent agent to…

2026年4月21日
code-diagnostics
未分類

Get compilation errors, warnings, and linter diagnostics from the language server for a single file or the entire workspace. Use instead of go build or go vet to check for errors after editing code. Activated by runectl lsp diagnostics.

2026年3月26日
code-navigation
未分類

Jump to symbol definitions, find all references, locate interface declarations, resolve type definitions, and find implementations. Use instead of grep or text search when navigating to where a function, type, or variable is defined or used. Activated by…

2026年3月26日
code-refactoring
未分類

Rename symbols across the workspace, discover available code actions and quick fixes, and format files or ranges using the language server. Use instead of find-and-replace when renaming a function, variable, or type. Activated by runectl lsp rename,…

2026年3月26日
code-search
未分類

Structural code search using tree-sitter queries — find AST patterns like specific function calls, composite literals, or node shapes across the workspace or in a single file. More precise than regex. Use when grep is too imprecise for the pattern. Activated…

2026年3月26日
code-structure
未分類

List all symbols in a file or search for functions, types, methods, and variables across the workspace. Use instead of glob+grep to understand file structure or find where a symbol is defined. Activated by runectl lsp symbols, workspace-symbols, or runectl…

2026年3月26日
code-understanding
未分類

Get type info, documentation, function signatures, and available methods for any symbol without reading source files. Use when you need to understand what a symbol is, what parameters a function takes, or what methods a type has. Activated by runectl lsp…

2026年3月26日
2 件中 2 件のリポジトリを表示
すべてのリポジトリを表示しました