Back to list
pauleveritt

global-tooling

by pauleveritt

Dependency injection using svcs.

0🍴 0📅 Jan 16, 2026

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.

Score

Total Score

60/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon