Starter Skill

SkillAI & models

Static web development skill for beginners and non-developers. Covers HTML/CSS/JavaScript and Next.js App Router basics.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Starter Skill skill

What this skill tells your AI

The instructions your AI receives, as published by ww-w-ai/bkit-gemini in skills/starter/SKILL.md and read by ahel’s review.

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

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

# Initialize Starter project
/starter init

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

Deployment Options

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

Signals

GitHub stars
65
Forks
16
Last commit
May 2026
Advanced
Catalog kind
skill
Gateway key
starter
Source
github.com/ww-w-ai/bkit-gemini