templates

Select and provision project scaffolds from curated templates.

8|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/MisonL/Ling --skill templates-misonl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: templates
Source: https://github.com/MisonL/Ling/tree/main/.agents/skills/app-builder/templates
Command: npx skills add https://github.com/MisonL/Ling --skill templates-misonl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project scaffolding can be time-consuming; this skill provides a curated set of templates to bootstrap new projects quickly.

Core Features & Use Cases

The templates cover twelve tech stacks to accelerate starting points for Next.js fullstack, Next.js SaaS, Next.js static sites, CLI tools, monorepos, Electron desktop apps, Python FastAPI, React Native, Flutter, Chrome extensions, Express API, Astro static sites, Nuxt apps, and more, with standardized frontmatter and README guidance to ensure consistency.

Quick Start

Pick a template type and follow its README to bootstrap a new project.

Frequently Asked Questions about templates

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

FAQPage Schema
How do I bootstrap a new Next.js fullstack or SaaS project quickly?

To bootstrap a new Next.js project quickly, select a fullstack or SaaS scaffold template and follow its README to provision the initial folder structure. The templates provide standardized configurations for immediate development.

Can I use these templates to scaffold a monorepo or CLI tool?

Yes, you can scaffold a monorepo or CLI tool using these templates. The curated set includes specific scaffolds designed to provision consistent folder structures and baseline configurations for both project types.

What tech stacks are available for project scaffolding besides Next.js?

Available tech stacks for project scaffolding include Python FastAPI, React Native, Flutter, Electron, Astro, Nuxt, Chrome extensions, and Express API. Each provides a baseline scaffold for immediate project bootstrapping.

Do the templates include any configuration validation for the scaffold?

Yes, the templates include YAML frontmatter validation for the name and description fields. This ensures consistency and maintains standardized folder structures across all provisioned project scaffolds.

What is the best way to start a static site project with Astro or Next.js?

The best way to start a static site project is to pick either the Astro or Next.js static site template and follow its README. This provisions a curated scaffold with standardized frontmatter and guidance.

Are there any limitations when using these project bootstrapping templates?

The main limitation is that project bootstrapping is confined to the twelve curated template types provided. You must select from existing scaffolds like Next.js, FastAPI, or Flutter, as custom stack generation is not supported.