Agent skill
fabric-docs
Fabric Documentation
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/fabric-docs
SKILL.md
Fabric Mod の開発に関する公式ドキュメントは以下の通りです。
主要な公式ドキュメント:
-
Fabric Documentation (公式 Wiki)
- URL: https://fabricmc.net/wiki/
- Fabric Mod の開発に関する包括的なガイドです。開発環境のセットアップから、基本的な Mod 作成、高度な機能まで網羅しています。
-
Fabric API Documentation
- URL: https://maven.fabricmc.net/docs/
- Fabric API の Javadoc ドキュメントです。各 API クラスやメソッドの詳細な説明が記載されています。
-
Yarn Mappings
- URL: https://github.com/FabricMC/yarn
- Minecraft の難読化されたコードを読みやすい名前にマッピングしたものです。
追加の有用なリソース:
-
Fabric GitHub Organization: https://github.com/FabricMC
- Fabric の各プロジェクトのソースコードや、サンプル Mod などが公開されています
-
Fabric Discord
- コミュニティサポートが受けられる公式 Discord サーバーがあります
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?