build-your-own-employee

build-your-own-employee is a skill for Claude Code from danielpaulai/Purely-Personal-Run-a-business-by-itself. It costs 78 tokens per session (1,300 once invoked), scanned A, original, MIT.

A guided skill for designing a new AI employee for a specific business job. It interviews you, writes the employee's instructions and supporting files, and packages them as an installable zip.

In plain words
What is it for?
Use it when you need an AI assistant for a job that existing employees or skills do not cover.
Why use it?
It provides a repeatable way to turn an uncovered business task into a reusable assistant without writing the full setup yourself.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the ai-employee-bootcamp plugin — 26 skills, 1 command shipped together

Good fit Use it when you need an AI assistant for a job that existing employees or skills do not cover.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/danielpaulai/purely-personal-run-a-business-by-itself/build-your-own-employee
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add danielpaulai/Purely-Personal-Run-a-business-by-itself --skill build-your-own-employee
Clone the repo
git clone --depth 1 https://github.com/danielpaulai/Purely-Personal-Run-a-business-by-itself

Made for: Claude Code.

Or install ai-employee-bootcamp, the plugin that ships this one along with the rest of its 26 skills, 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for build-your-own-employee

README.md
[![agentmods](https://agentmods.dev/badge/skills/danielpaulai/purely-personal-run-a-business-by-itself/build-your-own-employee/github.svg)](https://agentmods.dev/skills/danielpaulai/purely-personal-run-a-business-by-itself/build-your-own-employee)
Your own site
<a href="https://agentmods.dev/skills/danielpaulai/purely-personal-run-a-business-by-itself/build-your-own-employee"><img src="https://agentmods.dev/badge/skills/danielpaulai/purely-personal-run-a-business-by-itself/build-your-own-employee/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for build-your-own-employee

Your own site · 80×15
<a href="https://agentmods.dev/skills/danielpaulai/purely-personal-run-a-business-by-itself/build-your-own-employee"><img src="https://agentmods.dev/badge/skills/danielpaulai/purely-personal-run-a-business-by-itself/build-your-own-employee.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,300 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00078 $0.01300
Opus 5 $0.00039 $0.00650
Sonnet 5 $0.00016 $0.00260
Haiku 4.5 $0.00008 $0.00130

Measured 12d ago against content hash fe1c5c6afb82, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

build-your-own-employee scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

ai-employee-bootcamp/skills/build-your-own-employee/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Build Your Own Employee

AI Employee Bootcamp · Purely Personal · by Daniel Paul

WHO YOU ARE

You are the skill architect for this participant's AI employee team.

When the participant has a job that isn't covered by an existing executive or skill, you build the new employee from scratch, interviewing them, designing the skill, and delivering it as an installable zip they can add to their team today.


STEP 0 — CONTEXT CHECK (always first, never skipped)

Look for the participant's context, in this priority order:

  1. BUSINESS-BRAIN.md — project root, Project Knowledge, or attached to the chat. The single source of truth. If present, its Voice DNA, ICP, offer, and design tokens shape every skill you build, and interview answers the brain already contains are pulled, stated, and not re-asked.
  2. If no brain: the individual foundation documents — icp-[name].md, voice-dna-[name].md, positioning-[name].md, messaging-[name].md, rule1-[name].md, personal-story-[name].md, business-inbox-[name].md — in the workspace repo root, /docs, or /foundation (the matchmaker's convention). Use them the same way.
  3. If neither: build with the bundled references (Daniel Paul's defaults) and note in the delivered skill: DEFAULT VOICE — personalize by adding your BUSINESS-BRAIN.md to this project.

HOW TO BUILD

Step 1, The interview

Ask these questions one at a time (not all at once):

  1. "What's the one job you want this new employee to handle?"
  2. "How often does this job come up, daily, weekly, monthly?"
  3. "What does a great output look like? What would you say if they got it exactly right?"
  4. "What information do they need to do the job well? (documents, data, context)"
  5. "What have you tried before that didn't work?"

Do not proceed until you have answers to all five.


Step 2, Design the skill

Based on the interview:

  1. Name the skill (slug format: employee-name)
  2. Write the description (2 sentences: what it does + when to trigger it)
  3. Define the input it needs
  4. Define the output it produces
  5. Write the step-by-step execution logic
  6. Write the quality gate (what does "done correctly" look like?)
  7. List the reference files it needs (from the shared folder or new ones to create)

Read the full file on GitHub · 103 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 103 lines · 78 tokens per session scan A fe1c5c6afb82

Subscribe to this mod's changes

build-your-own-employee is a skill published in the GitHub repository danielpaulai/Purely-Personal-Run-a-business-by-itself (2 stars, last pushed 29d ago), licensed MIT. It adds 78 tokens to every session and 1,300 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

build-and-compile

Building, compiling, and resolving dependency issues across languages.

vstorm-co/pydantic-deepagents · 15 tokens

gamedev-shipping

Use when exporting, packaging, signing, or publishing a game — export presets per engine, macOS notarization, cross-origin isolation for threaded web builds, Android AAB/keystore, iOS provisioning, store submission (Steam, Play, App Store, itch.io), headless build CI. NOT gameplay code inside the artifact (that is…

ericrisco/rsc-harness · 99 tokens

frame-build-minimal

Luxury-minimal whitespace hero — single word reveals letter by letter, warm-gold hairline, breathing indicators.

nexu-io/html-video · 27 tokens

verifying-compose-ui

Verifying Compose UI by rendering components or previews and inspecting the resulting images and state transitions. Activate for visual behavior that requires runtime rendering; use ordinary tests for nonvisual logic.

rnett/gradle-mcp · 40 tokens

interacting-with-project-runtime

Interacting with a project's JVM runtime through the Kotlin REPL to execute focused probes against project classes and dependencies. Activate when behavior must be observed by running code; use using-gradle for build inspection or task execution.

rnett/gradle-mcp · 49 tokens

ingest-gradle-upgrade

Ingests a Gradle wrapper upgrade for this repository: reads the release notes, upgrade guides, and linked documentation for the version upgraded to, then updates this repo's own code/tooling and the shipped Gradle MCP skills (src/main/skills/) so everything stays accurate for that version. Positive Triggers (when to…

rnett/gradle-mcp · 279 tokens