ammonhaggerty/a-primer-skills

3 stars · Last commit 2026-03-06

Claude Code plugin for the AI Coding Primer — environment setup, project scaffolding, and workflow guidance for beginners

README preview

# a-primer-skills

Claude Code plugin for the [AI Primer](https://github.com/ammonhaggerty/ai-coding-primer) guidebook. Takes beginners from first terminal session to deployed full-stack project.

## Install

Requires Node.js and Claude Code already installed.

```bash
npx degit ammonhaggerty/a-primer-skills ~/.claude/plugins/a-primer-skills
claude --plugin-dir ~/.claude/plugins/a-primer-skills
```

Then tell Claude:

> "Use the primer setup skill to set up my development environment."

## What's Inside

**`primer-setup` skill** — One-time environment setup. Installs Node.js, Git, Wrangler. Connects Cloudflare. Configures MCP servers (context7, Cloudflare, Playwright, Figma). Installs workflow plugins (superpowers, frontend-design). Progressive, idempotent, beginner-friendly.

View full repository on GitHub →