Skip to main content
unstablebuild
Profil créateur GitHub

unstablebuild

Vue par dépôt de 11 skills collectés dans 2 dépôts GitHub.

skills collectés
11
dépôts
2
mis à jour
27 juil. 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

explorateur de dépôts

Dépôts et skills représentatifs

explore
non classé

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.

23 juil. 2026
plan
non classé

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…

21 avr. 2026
code-diagnostics
non classé

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.

26 mars 2026
code-navigation
non classé

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…

26 mars 2026
code-refactoring
non classé

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,…

26 mars 2026
code-search
non classé

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…

26 mars 2026
code-structure
non classé

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…

26 mars 2026
code-understanding
non classé

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…

26 mars 2026
2 dépôts affichés sur 2
Tous les dépôts sont affichés