Kizlo
Official@kizlo-io
An open-source, framework-agnostic typesafe toolkit for headless WordPress.
Agent Skills by Kizlo
Showing 6 vetted skills indexed across 1 GitHub repositories.
wc-types
Generate TypeScript interfaces and error code unions from WooCommerce REST API documentation.
wp-service
Generate TypeScript service classes for WordPress REST API resources from type definitions.
docs
Refine technical documentation for MDX pages, READMEs, and conceptual guides.
wcs-types
Generate TypeScript interfaces and error code unions for the WooCommerce Store API.
wp-types
Generate TypeScript interfaces and error unions from WordPress REST API docs and PHP controllers.
procedure-errors
Generate typed error maps for WordPress and WooCommerce codes in Kizlo routers.
Frequently Asked Questions About Kizlo
FAQPage SchemaWhat specific tasks does Kizlo enable for developers?▼
Kizlo enables the generation of TypeScript interfaces, error code unions, and service classes directly from WordPress and WooCommerce REST documentation. It ensures type safety across headless frontends by mapping backend controllers and documentation into strictly typed structures, reducing manual data definition overhead.
Which target personas benefit from using these resources?▼
Frontend engineers and full-stack developers building headless architectures with WordPress or WooCommerce benefit most. It is specifically designed for teams requiring strict type enforcement when consuming REST endpoints, ensuring that data structures remain synchronized with backend changes.
What are the prerequisites for implementing these types?▼
Implementation requires an existing WordPress or WooCommerce environment with accessible REST endpoints. Developers must have a TypeScript-based project structure where generated interfaces can be integrated to enforce data contracts during the build process.