Template Optimizer
The canonical workflow lives in template-optimizer/SKILL.md and template-optimizer/KNOWLEDGE.md.
The portable user entrypoint lives in template-optimizer/PROMPT.md.
When this skill is invoked in Copilot:
- Read
../../../template-optimizer/PROMPT.mdfirst. - Read
../../../template-optimizer/SKILL.mdnext. - Read
../../../template-optimizer/KNOWLEDGE.mdfor parameter guidance. - Use the bundled Python tools under
../../../template-optimizer/tools/for single-image failures:python template-optimizer/tools/validate_dbr_template.py <image> --template-file <template>python template-optimizer/tools/probe_dbr_templates.py <image>python template-optimizer/tools/compare_dbr_template_profiles.py <current-template> <proven-template>
- Treat root-level helper scripts as compatibility wrappers only.
- Use
../../../template-optimizer/resources/harness_py/for dataset benchmarking and reporting. - Follow the stop conditions and one-parameter-family-at-a-time rules from the canonical skill.
Typical Copilot prompts:
Use the template-optimizer skill to tune this barcode imageUse the template-optimizer skill to optimize these imagesUse the template-optimizer skill to explain DeblurModesUse the template-optimizer skill to generate a decode report
Source: yushulx/python-barcode-qrcode-sdk — distributed by TomeVault.