スキル一覧に戻る
pauleveritt

global-tooling

by pauleveritt

Dependency injection using svcs.

0🍴 0📅 2026年1月16日
GitHubで見るManusで実行

SKILL.md


name: Global Tooling description: Your approach to handling global tooling. Use this skill when working on files where global tooling comes into play.

Global Tooling

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global tooling.

Instructions

For details, refer to the information provided in this file: global tooling

Quick Reference

Astral Tools - Use Skills, Not Bash

  • uv: Skill(skill="astral:uv", args="...")
  • ty: Skill(skill="astral:ty", args="...") (but trust LSP diagnostics first)
  • ruff: Skill(skill="astral:ruff", args="...")

Code Exploration - Use LSP, Not Grep

  • LSP(operation="goToDefinition", ...) - Find definitions
  • LSP(operation="findReferences", ...) - Find usages
  • LSP(operation="hover", ...) - Get type info
  • LSP(operation="documentSymbol", ...) - List symbols

Trust the LSP

Real-time diagnostics appear in <new-diagnostics> blocks. Don't run redundant type checks.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です