Claude Code Plugins

Community-maintained marketplace

Feedback
0
0

Features and safe usage patterns for the pixEngine template engine used in the repository. Use when authoring templates to ensure security and correct rendering.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name template-engine
description Features and safe usage patterns for the pixEngine template engine used in the repository. Use when authoring templates to ensure security and correct rendering.
license MIT
metadata [object Object]

When to use this skill

Use this skill when authoring templates for components and when you need to render lists, conditionals, or safe/raw HTML using the repository pixEngine template engine.

See references/REFERENCE.md for full examples and security notes.s

For project-specific templating syntax and conventions, refer to .context/CLAUDE.md or .context/COPILOT.md.

See references/REFERENCE.md for detailed examples and patterns.