Download Skills
You can download the complete bundle of skills and add them to your AI agent’s knowledge base, project rules, or workspace context.Download Agent Skills (.zip)
Containing all Squeditor Framework AI skills in markdown format.
Included Skills Overview
These skills cover everything from scaffolding new pages to configuring the build pipeline.Architecture & Templating
Architecture & Templating
- template-scaffold: Rules for generating new pages, template parts, and maintaining the correct folder structure.
- php-templating: Instructions on using PHP exclusively as a development templating engine (includes, loops, routing).
- data-layer: How to decouple static data into arrays (
src/data/) and map them to layouts cleanly.
Styling & Frontend
Styling & Frontend
- tailwind-design-system: Framework rules for extending Tailwind, utilizing variables, and mapping to
squeditor.config.js. - tailwind-patterns: Best practices for writing clean Tailwind classes and avoiding arbitrary values.
- scss-architecture: Understanding the 10-layer SCSS pipeline and layer boundaries.
- multi-theme: Implementing and managing multiple CSS themes concurrently.
- uikit-manifest: Managing selective UIkit component imports to prevent output bloat.
GSAP & Animations
GSAP & Animations
- gsap: Guidelines for implementing GSAP using the framework’s custom
data-gsapHTML attribute system without writing custom JS.
Editor Compatibility
Editor Compatibility
- squeditor: Rules for making templates fully compatible with the Squeditor No-Code HTML Editor.
- squeditor-preferences: How to manage
squeditor.jsonfor template metadata, global settings, theme config, and section libraries.
Build & Deployment
Build & Deployment
- build-pipeline: Understanding Vite compilation and the static HTML crawler.
- dist-output: Rules for what belongs in the final
dist/package. - preview-deploy: How the framework handles local previews and production deployments.
Workflow & Debugging
Workflow & Debugging
- style-guide: Rules for maintaining the automated theme style guide.
- debugging: Common troubleshooting steps for the build pipeline and Vite renderer.
How to use
- Download the
skills.zipfile above and extract it. - Import the specific
.mdskill files into your AI agent’s custom instructions, project knowledge base, or.cursorrules(if using Cursor). - Instruct your AI to refer to these skills when generating code, debugging, or scaffolding new features for your template.