add files

This commit is contained in:
김경종
2026-04-30 17:05:19 +09:00
parent f3e01b5a8c
commit 7e985ae94a
135 changed files with 41205 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
---
description: Check model cache and offline-readiness assumptions for Marker, Nougat, and Hugging Face assets.
argument-hint: [cache-path-or-empty]
allowed-tools: [Read, Bash]
---
# /model-cache-check
## Arguments
The user invoked this command with: $ARGUMENTS
## Workflow
1. Read `AGENTS.md`, `docs/TOOLCHAIN.md`, `docs/ARCHITECTURE.md`, and `docs/CONVERSION_POLICY.md`.
2. Inspect relevant environment variables and common Hugging Face cache paths.
3. Check whether local cache paths are explicit enough for offline execution.
4. Do not download model weights unless the user explicitly asks.
## Output
- **Cache Paths**
- **Offline Readiness**
- **Missing Assets**
- **Documentation Gaps**