Open-source Agent Skills · MIT

Learn to use AI properly — one small step at a time.

The AI Starter Skill Pack is five small Agent Skills that help you start, get unstuck, learn by doing, build something real, and make honest progress. No hype. No fifty-tool shopping list. No promise that prompt tricks land you a job.

npm install github:Jeff-Kazzee/ai-starter-skill-pack

Works with Claude Code, Codex, and other Agent Skills runtimes.

The five AI Starter Skill Pack skills laid out as a calm, step-by-step path: a doorway for getting started, a magnifier over a chat for debugging prompts, books and a graduation cap for learning, a lightbulb for project ideas, and a mountain with a flag for proving your skills.
Five ordinary questions

Most beginners don't need another list of tools.

They need help answering five ordinary questions — and a sensible next action for each. Each skill owns one question.

  1. Where should I start?ai-beginner-onboarding
  2. Why did this prompt fail?prompt-debugger
  3. What should I learn next?personal-ai-tutor
  4. What can I build at my level?ai-project-idea
  5. How do I prove any of this?no-bs-ai-career
The five skills

A starter operating system, not a course.

Use them in order, or reach for whichever one fits. They deliberately overlap at the handoffs — onboarding picks a first step, the tutor teaches, the project skill scopes a build, the career skill weighs the evidence, and the debugger repairs one model interaction.

AI Beginner Onboarding

A calm place to start.
ai-beginner-onboarding
Use it whenyou're overwhelmed and don't know where to begin with AI.
You geta tiny tool stack, a seven-day plan, one useful workflow, and one finishable practice project.

I want to learn AI, but I only have a phone and ten minutes on low-energy days.

Read the skill

Prompt Debugger

Fix the prompt, not the symptom.
prompt-debugger
Use it whena prompt returns vague, generic, wrong, or badly formatted results.
You geta diagnosis of what actually broke, a rewritten prompt, model-specific variants, and test cases.

Claude keeps ignoring the question after a long report. Diagnose the prompt.

Read the skill

Personal AI Tutor

Learn by doing, with proof.
personal-ai-tutor
Use it whenyou want a realistic learning path instead of an endless curriculum.
You getmilestones, active practice, a proof artifact per milestone, and review checkpoints.

Teach me to use coding agents without letting them write code I cannot explain.

Read the skill

AI Project Idea

Build something you can finish.
ai-project-idea
Use it whenyou want a small, realistic project worth building.
You getranked ideas, one scoped MVP, a seven-day build plan, and a proof-of-work artifact.

Give me a weird but useful AI project I can finish this weekend with public data.

Read the skill

No-BS AI Career

Turn learning into honest proof.
no-bs-ai-career
Use it whenyou want to connect AI learning to credible work — without overclaiming.
You gethonest claims you can make now, a gap analysis, a portfolio plan, and a 30-day plan.

What can I honestly put on my resume after building three personal AI demos?

Read the skill

Small, but not slight — every skill ships with reference methods, reusable templates, and trigger-eval tests.

5Agent Skills
25Skill files
8Method references
5Trigger-eval suites
$0to get started
More than a prompt

Why these behave like skills, not tricks.

Each skill is a small operating procedure. That's why the same skill behaves well across very different questions — and knows when to step aside.

When to trigger

A description tuned so the right skill activates from a natural question — and only then.

When to stay out

Clear routing to the other skills, so onboarding does not try to do the tutor’s job.

A real procedure

Step-by-step instructions, not a clever wording trick that only works once.

Beginner-safe defaults

Privacy, pacing, and accessibility baked in — repeated inside each skill so it is safe alone.

A required output shape

A consistent, inspectable result instead of a wall of improvised text.

References & templates

Deeper methods and reusable worksheets the skill can pull in when needed.

Trigger tests

Positive, negative, implicit, and boundary cases so a skill fires at the right time.

No hidden cost

Instruction-only. No scripts, no paid API required, MIT-licensed, yours to fork.

Beginner-safe by default

Built to keep beginners safe.

Unless you say otherwise, every skill follows the same calm defaults — so the first step is small, private, and actually doable.

One assistant you already have. No paid APIs, agents, or vector databases as a first step.

20–30 minutes a day, with a 10-minute low-energy option for hard days.

Sample or redacted data first, before anything personal, client, school, or employer related.

Model output kept separate from verified fact — assumptions are always labelled.

One small finished artifact over a giant unfinished curriculum.

Accessibility, fatigue, and budget treated as design constraints — not character flaws.

Install

Add it to your runtime.

A skill is one folder with a SKILL.md at its root. Copy the ones you want, or install the whole pack from GitHub.

Install the whole pack

Exposes every skill under node_modules/ai-starter-skill-pack/skills/.

npm install github:Jeff-Kazzee/ai-starter-skill-pack

Or copy any folder from skills/ straight into your runtime's skills directory — each skill works on its own.

Claude Code

Drop a skill folder into your project or personal skills directory.

.claude/skills/ · ~/.claude/skills/

Codex

Place skills in the repository or user skills directory.

.agents/skills/ · ~/.agents/skills/

OpenAI API

Upload versioned skill bundles for use with supported tool runtimes.

Zo Computer

Import via the Skills interface — it supports the standard Skill format.

ChatGPT & others

No generic folder loader. Paste a SKILL.md into project instructions as an approximation.

Discovery paths are runtime-specific and change. Check the current docs for your tool before deploying — the links are in the footer.

Just ask

You don't memorize commands. You ask.

Native runtimes pick the right skill from your question. Here's the kind of thing people actually say.

I want to learn AI, but I only have a phone and ten minutes on low-energy days.
handled byai-beginner-onboarding
Claude keeps ignoring the question after a long report. Diagnose the prompt.
handled byprompt-debugger
Teach me to use coding agents without letting them write code I cannot explain.
handled bypersonal-ai-tutor
Give me a weird but useful AI project I can finish this weekend with public data.
handled byai-project-idea
What can I honestly put on my resume after building three personal AI demos?
handled byno-bs-ai-career

Fewer people wandering through tool lists. More people completing one safe workflow, one real learning loop, one inspectable project, and one honest next step.

Get the pack