ソース情報
- リポジトリ
- gbencke/dotfiles
- ソースの最終更新活動
- 2026年4月26日 16:53
- 検出された SKILL.md の言語
- 英語
- スター
- 5
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/gbencke/dotfiles --skill lspコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | lsp |
| description | Structural code analysis, navigation, and diagnostics using ast-grep. |
This skill provides structural code analysis and navigation across many programming languages without requiring a full Language Server (LSP) setup for each language. It uses ast-grep under the hood (and typescript-language-server specifically for TS/TSX).
Requires ast-grep (sg) to be installed in your system PATH. (TS/TSX also requires typescript-language-server).
Python, TypeScript, TSX, JavaScript, JSX, Rust, Go, C, C++, Lua, JSON, HTML, CSS.
lsp_hover(file, line, character)lsp_definition(file, line, character)lsp_symbols(file)lsp_diagnostics(file, rule?, wait_ms?)sgconfig.yml file in the project, or you can pass a specific --rule YAML file. For TS/TSX, it will use typescript-language-server to return standard TypeScript compilation errors.lsp_format(file)ast-grep does not format code itself. This tool just tells you what CLI command to run (e.g., prettier --write <file>)./lsp-statusShows the current ast-grep version installed and lists all file extensions supported by the current detection mapping.