Trim skill descriptions and drop dead reference
Tighten flamenco-api and kitsu-api descriptions per Anthropic's "concise is key" guidance: drop redundant trigger-list sentences and collapse to a single "what + when" line. Also remove the flamenco-api reference to usage-docs.md, which was never bundled. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
eee3a09521
commit
b749d3d296
@ -1,14 +1,6 @@
|
||||
---
|
||||
name: flamenco-api
|
||||
description: >
|
||||
Flamenco render farm manager API reference, configuration, and usage guide.
|
||||
Use this skill whenever working with Flamenco — querying jobs, workers, tasks, or farm status via
|
||||
the REST API, writing curl commands or Python scripts that talk to the Flamenco Manager,
|
||||
configuring the manager or workers, troubleshooting render farm issues, managing worker tags
|
||||
or sleep schedules, creating custom job types, or understanding how Flamenco integrates with
|
||||
Blender. Also use when the user mentions render farm, farm status, render workers, job submission,
|
||||
or Flamenco in any context. Trigger on mentions of flamenco, render farm, render worker,
|
||||
farm status, job queue, render job, or worker management in the context of rendering.
|
||||
description: Flamenco render farm Manager API reference (REST + Python SDK), configuration, and usage guide. Use when querying or controlling jobs, workers, tasks, or farm status; submitting renders; configuring the Manager or Workers; managing worker tags or sleep schedules; creating custom job types; or any mention of Flamenco, render farm, render workers, or job queue.
|
||||
---
|
||||
|
||||
# Flamenco Render Farm
|
||||
@ -166,19 +158,13 @@ declared settings.
|
||||
|
||||
## Reference files
|
||||
|
||||
For complete details, read these as needed — they're verbose and only worth loading when
|
||||
you're actually constructing API calls or troubleshooting:
|
||||
- **`references/api-reference.md`** — every endpoint with parameters, request/response
|
||||
schemas, status codes, and curl examples. Load when constructing a specific API call or
|
||||
decoding a response shape.
|
||||
|
||||
- **`references/api-reference.md`**: Every endpoint with parameters, request/response schemas,
|
||||
status codes, and curl examples. Read this when constructing a specific API call or
|
||||
understanding a response shape.
|
||||
- **`references/usage-docs.md`** (optional, may not be present): General Flamenco usage —
|
||||
shared storage, manager/worker configuration, two-way variable replacement, custom job
|
||||
types, failure handling, troubleshooting. Read this for setup or non-API questions.
|
||||
|
||||
If a reference file is missing or out of date, the canonical source is
|
||||
`<MANAGER_URL>/api/v3/swagger-ui/` and `<MANAGER_URL>/api/v3/openapi3.json` — fetching the
|
||||
OpenAPI JSON is the fastest way to verify a schema.
|
||||
If the reference is out of date, the canonical source is `<MANAGER_URL>/api/v3/swagger-ui/`
|
||||
or `<MANAGER_URL>/api/v3/openapi3.json` — fetching the OpenAPI JSON is the fastest way to
|
||||
verify a schema.
|
||||
|
||||
## Notes on the worker-side API
|
||||
|
||||
|
||||
@ -1,12 +1,6 @@
|
||||
---
|
||||
name: kitsu-api
|
||||
description: >
|
||||
Comprehensive reference for the Kitsu production tracking API (Zou backend) and the gazu Python SDK.
|
||||
Use this skill whenever working with Kitsu, gazu, CGWire, or production tracking API calls —
|
||||
whether writing new integrations, debugging API issues, building pipeline tools that talk to Kitsu,
|
||||
or understanding how the ADM Gadget pipeline interacts with the tracker. Also use when the user
|
||||
mentions tasks, shots, assets, comments, previews, playlists, or casting in the context of
|
||||
production tracking. Covers both the REST API (493 endpoints) and the gazu Python wrapper.
|
||||
description: Kitsu production tracking API (Zou backend) and gazu Python SDK reference. Use when integrating with Kitsu/CGWire, debugging API calls, building tools that talk to the tracker, or working with shots, assets, tasks, comments, previews, playlists, or casting. Covers the REST API (493 endpoints) and the gazu wrapper.
|
||||
---
|
||||
|
||||
# Kitsu API & gazu SDK Reference
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user