What problem does it solve?
This Skill streamlines the development and maintenance of Veryfront extensions, ensuring consistency between manifest and factory definitions, facilitating proper contract registration, and conducting CI lint checks.
Core Features & Use Cases
- Manifest & Factory Parity: Ensures that the
deno.json manifest and the ExtensionFactory implementation agree, preventing CI build failures.
- Contract Registration: Guides the setup and teardown of contracts, with checks for proper registration.
- CI Lint Checks: Integrates with Continuous Integration (CI) pipelines to validate extension contracts and capabilities against their manifest definitions.
- Use Case: When developing a new Veryfront extension, this Skill provides the necessary guidelines to structure the extension's
deno.json, manage contracts, and capabilities, ensuring that the extension is compatible with the Veryfront framework.
Quick Start
Initialize a new Veryfront extension with veryfront extension init ext-my-cache.