poco-templates

Create and optimize pocopine .poco templates with SVG namespace support.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/mambisi/pocopine-skills --skill poco-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: poco-templates
Source: https://github.com/mambisi/pocopine-skills/tree/main/poco-templates
Command: npx skills add https://github.com/mambisi/pocopine-skills --skill poco-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenges of writing and debugging .poco templates in the pocopine framework, ensuring clean and efficient UI development.

Core Features & Use Cases

  • Template Syntax: Provides guidelines for .poco template syntax, including single-root rules, component tags, and SVG namespace support.
  • SVG Handling: Explains how to use SVG templates effectively within .poco files.
  • Template Compilation: Describes the template compilation process and its impact on UI rendering.
  • Use Case: If you are developing a pocopine application and need to ensure that your templates are written correctly, this Skill is essential.

Quick Start

Install the poco-templates skill and start using it to create your pocopine UI components today.

Frequently Asked Questions about poco-templates

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

FAQPage Schema
How do I write pocopine .poco templates for UI development?

To write pocopine .poco templates for UI development, follow the single-root rule and use component tags to structure interactive HTML components. This Skill provides guidelines for correct template syntax and compilation.

How does SVG namespace handling work in .poco template files?

SVG namespace handling in .poco template files allows developers to integrate SVG templates effectively within the pocopine framework. This Skill explains how to use SVG support to build interactive and visual components correctly.

What is the single-root rule in pocopine template syntax?

The single-root rule in pocopine template syntax requires that each .poco template has only one root element. This guideline ensures clean template compilation and prevents rendering errors in your UI components.

Do I need prior knowledge of pocopine framework to use .poco templates?

Yes, you need prior knowledge of the pocopine framework and its template syntax to use .poco templates effectively. This Skill is designed for developers already working within the pocopine ecosystem to optimize UI development.

Why does my .poco template fail during template compilation?

A .poco template may fail during template compilation if it violates the single-root rule or uses incorrect component tags. This Skill helps you debug .poco templates to ensure clean and efficient UI rendering.