insites

Standardizes Insites platform implementation with enforced conventions and module-based file structure.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/insites-io/insites-logic-engine --skill insites-insites-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: insites
Source: https://github.com/insites-io/insites-logic-engine/tree/main/skills/insites
Command: npx skills add https://github.com/insites-io/insites-logic-engine --skill insites-insites-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates guesswork when building on the Insites platform by giving developers a single, audited source of truth for structure, data access, templating, and deployment rules.

Core Features & Use Cases

  • End-to-end Insites guidance: Covers pages, layouts, partials, forms, GraphQL, authentication, routing, assets, sessions, caching, and deployment patterns.
  • Module-aware architecture: Helps organize work by module and choose the right file locations for views, schema, migrations, API endpoints, and reusable components.
  • Safety and validation guardrails: Reinforces audit-first development, strict Liquid syntax, page-owned data fetching, and form callback actions for state changes.
  • Use case: A team can use it to scaffold a new dashboard feature, wire in data queries, protect routes, and ship changes without violating platform conventions.

Quick Start

Ask the Insites skill to help you build a new feature by describing the page, data, and form behavior you want, and it will guide you to the correct files and conventions.

Frequently Asked Questions about insites

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure pages and forms in Insites without breaking platform conventions?

To structure pages and forms in Insites safely, use a module-based file architecture for views and schemas, enforce page-owned data fetching, and use form callback_actions for mutations to prevent convention drift.

What is the correct way to handle GraphQL queries and authentication in Insites development?

Handling GraphQL queries and authentication in Insites requires following strict Liquid and GraphQL conventions, enforcing audit-first validation, and implementing authorization policies to protect routes and manage data access securely.

How do I set up API endpoints and CRM integrations using Insites platform rules?

Setting up API endpoints and CRM integrations using Insites platform rules involves organizing code within a module-aware architecture and applying strict validation guardrails to ensure all data access follows audited conventions.

Does Insites development require specific file locations for layouts and partials?

Insites development requires specific file locations for layouts and partials, enforcing a module-aware architecture that dictates exact paths for views, schema, migrations, and reusable components to maintain structural integrity.

What is the best way to scaffold a new dashboard feature in Insites?

The best way to scaffold a new dashboard feature in Insites is to describe the page, data, and form behavior to the Insites skill, which guides you to the correct files, data fetching, and routing conventions step by step.