.claude/skills/drivethru-production-scheduler1 structural issue
- error: description exceeds the 1,024-character Agent Skills limit.
SKILL.md
Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Schedule MRP production batches in Odoo (BaconCo) — the fluid shop-floor scheduler. Periodically read open `mrp.production.batch` records, rank them into a run order by the shop rule (manual pins first, then art readiness, then imminent event dates, then earliest governing deadline), write that order back to the floor, and refine it into machine + time slots where the picture is solid. Defers batches whose decals aren't printed or whose artwork isn't digitized below work that can actually run, and expedites them t…
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/drivethru-production-schedulerSKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/drivethru-production-schedulerSKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/drivethru-production-schedulerSKILL.mdSKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @zmtucker/drivethru-production-schedulerclawhub inspect @zmtucker/drivethru-production-scheduler --version 0.4.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:dae295fc8674e982eb2623e34f290bf4222406de2a7876537d0f9ae06a2766f4references/receipt_readiness.mdreferences/scheduling_algorithm.mdscripts/odoo_mcp.pyskill-card.mdSKILL.mddrivethru-production-scheduler 0.4.0 introduces art readiness and improved deadline handling to production batch scheduling. - Adds prioritization based on art readiness; batches blocked by unfinished decals or unready artwork are deferred until they risk lateness, then are expedited. - Queue ranking now considers three main factors: manual pins, art readiness (with escalation for urgent jobs), and imminent deadlines (event or ship date). - Event date logic refined: only events within a set horizon (default 5 days) drive priority; far-off events no longer jump urgent ship dates. - Queue payload now identifies and reports art blockers and at-risk batches for clearer scheduling decisions. - Documentation updated to reflect the new art and deadline handling model. - Removes deprecated skill card documentation (skill-card.md).