frontic-implementation

Create and configure Frontic blocks, listings, and pages for e-commerce data.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/frontic/skills --skill frontic-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontic-implementation
Source: https://github.com/frontic/skills/tree/main/frontic-implementation
Command: npx skills add https://github.com/frontic/skills --skill frontic-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation, configuration, and utilization of Frontic blocks, listings, and pages, enabling efficient management of e-commerce data and user interfaces.

Core Features & Use Cases

  • Resource Management: Guides decisions on reusing, extending, or creating Frontic resources (blocks, listings) based on project needs and data structures.
  • Component Creation: Provides guidelines for defining and implementing blocks (single items) and listings (collections) with robust filtering, sorting, and search capabilities.
  • Client Integration: Demonstrates how to import and use the generated Frontic client to fetch blocks, listings, and pages.
  • Dynamic Routing: Explains how to leverage Frontic pages for dynamic routing and integrate them with listings for interactive user experiences.
  • Field Configuration: Details best practices for configuring filter, sort, and price fields, ensuring accurate data handling and display.

Quick Start

Use the frontic-implementation skill to create a new product listing block.

Frequently Asked Questions about frontic-implementation

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

FAQPage Schema
How do I build e-commerce product listings with filtering and sorting?

You build them by creating Frontic listings as collections and configuring specific filter, sort, and price fields. This approach ensures accurate e-commerce data handling and interactive display capabilities.

When should I reuse an existing Frontic block versus creating a new one?

Reuse, extend, or create Frontic blocks based on your specific project requirements and underlying data structures. This resource decision-making process optimizes component development for your e-commerce setup.

How do I fetch e-commerce pages and listings after client integration?

Fetch e-commerce pages and listings by importing and using the generated Frontic client. This client integration pattern retrieves blocks, listings, and pages for your frontend application.

Does Frontic support dynamic routing for interactive e-commerce pages?

Yes, Frontic supports dynamic routing by leveraging Frontic pages. You integrate these dynamically routed pages with listings to deliver interactive e-commerce user experiences.

Why do I need to adhere to Frontic CLI regeneration rules?

Adhering to Frontic CLI regeneration rules is required for optimal performance. Following specific field configuration rules ensures your generated blocks, listings, and pages function correctly.