AgentSkillsCN

starter

面向初学者与非开发者的基础静态网页开发技能。 涵盖 HTML/CSS/JavaScript 以及 Next.js 应用程序路由的基础知识。 通过“init starter”或“starter init”初始化项目。 当用户是初学者,或希望构建一个简单的静态网站时,请主动使用此技能。 触发条件:静态网站、作品集、着陆页、HTML CSS、初学者、首个网站、 간단한 웹、개인 사이트、init starter、starter init、 정적 웹、포트폴리오、랜딩페이지、초보자、첫 웹사이트、간단한 웹、 静的サイト、ポートフォリオ、初心者、 静态网站、个人网站、初学者、 sitio web estático、portafolio、página de inicio、principiante、 site web statique、portfolio、page d'accueil、débutant、 statische Website、Portfolio、Landingpage、Anfänger、 sito web statico、portfolio、pagina di destinazione、principiante、 请勿用于:全栈应用、后端开发或微服务

SKILL.md
--- frontmatter
name: starter
description: |
  Static web development skill for beginners and non-developers.
  Covers HTML/CSS/JavaScript and Next.js App Router basics.

  Project initialization with "init starter" or "starter init".

  Use proactively when user is a beginner or wants a simple static website.

  Triggers: static website, portfolio, landing page, HTML CSS, beginner, first website,
  simple web, personal site, init starter, starter init,
  정적 웹, 포트폴리오, 랜딩페이지, 초보자, 첫 웹사이트, 간단한 웹,
  静的サイト, ポートフォリオ, 初心者,
  静态网站, 个人网站, 初学者,
  sitio web estático, portafolio, página de inicio, principiante,
  site web statique, portfolio, page d'accueil, débutant,
  statische Website, Portfolio, Landingpage, Anfänger,
  sito web statico, portfolio, pagina di destinazione, principiante

  Do NOT use for: fullstack apps, backend development, microservices

Starter Skill

Static web development for beginners and non-developers

Overview

The Starter skill helps beginners create static websites using HTML, CSS, JavaScript, and Next.js App Router.

When to Use

  • First-time web developers
  • Portfolio websites
  • Landing pages
  • Simple static sites
  • Personal blogs (static)

Project Structure

code
project/
├── app/
│   ├── layout.tsx
│   ├── page.tsx
│   └── globals.css
├── components/
│   └── ...
├── public/
│   └── images/
├── docs/
│   ├── 01-plan/
│   └── 02-design/
└── package.json

Key Phases (Starter Level)

PhaseRequiredDescription
1. SchemaDefine terminology
2. ConventionSet coding rules
3. MockupDesign UI/UX
4. API⏭️ SkipNo backend
5. Design System⏭️ SkipKeep simple
6. UI IntegrationImplement UI
7. SEO/Security⏭️ SkipBasic only
8. Review⏭️ SkipSelf-review
9. DeploymentDeploy to Vercel

Getting Started

bash
# Initialize Starter project
/starter init

# Follow the 9-phase pipeline
/development-pipeline start

Deployment Options

  • Vercel (recommended)
  • Netlify
  • GitHub Pages
  • Cloudflare Pages