templates

Generate project skeletons from centralized scaffolding templates.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/lchenrique/politron-ide --skill templates-lchenrique
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/lchenrique/politron-ide/tree/main/.agent/skills/app-builder/templates
Command: npx skills add https://github.com/lchenrique/politron-ide --skill templates-lchenrique

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a centralized collection of ready-to-use project scaffolding templates, enabling developers to bootstrap new applications quickly and consistently without repetitive boilerplate setup.

Core Features & Use Cases

  • Template Library: 12 templates spanning Next.js, Express, Python FastAPI, Flutter, Electron, Chrome Extension, and more to cover common project types.
  • Selective Reading Rule: Read ONLY the template matching the user's project type to retrieve its TEMPLATE.md and generate a tailored skeleton.
  • Rapid Scaffolding: Create a new project structure with a single command, preserving conventions and starter configurations.
  • Use Case: Start a Next.js full-stack app with Prisma in minutes by selecting the nextjs-fullstack template and running the scaffolder.

Quick Start

Example: Choose a template type (e.g., nextjs-fullstack) and invoke the scaffolding command to generate a project named my-app with the chosen template.

Frequently Asked Questions about templates

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

FAQPage Schema
How do I generate project boilerplate for a Next.js full-stack app?

To generate project boilerplate, select a template type like nextjs-fullstack and invoke the scaffolding command. The skill reads the matching TEMPLATE.md and outputs a ready-to-run project skeleton with standard directory structure and starter configuration.

What starter code templates are available for mobile and backend stacks?

Available starter code templates span 12 options covering Next.js, Express, Python FastAPI, Flutter, Electron, Chrome Extension, and more. These templates provide ready-to-use project scaffolding to bootstrap new applications quickly across common project types.

Can I use these project templates for any web or backend environment?

Yes, these project templates apply to any project initiation across web, mobile, and backend stacks where starter boilerplate is desired. The selective reading rule ensures it retrieves only the matching template to generate a tailored skeleton.

What is the best way to maintain consistent conventions when scaffolding new projects?

The best way to maintain consistent conventions is using a centralized catalog of project scaffolding templates. By generating a project structure from a predefined TEMPLATE.md, you preserve standard directory structures and starter configurations across new applications.

How does the scaffolder apply starter configuration to my new project?

The scaffolder applies starter configuration by reading only the relevant TEMPLATE.md from the selected template. It then outputs a ready-to-run project skeleton with the standard directory structure and starter configuration in a single command.

Do I need to manually configure the directory structure when using a starter code template?

No, you do not need to manually configure the directory structure. The skill outputs a ready-to-run project skeleton with the standard directory structure and starter configuration automatically based on the chosen template type.