by minicoohei
AI Agent Camp — non-engineer-friendly AI agent training curriculum. Lessons, skills, commands, and hooks for Claude Code, Cursor, and Codex.
# Add to your Claude Code skills
git clone https://github.com/minicoohei/ai-agent-campAI Agent Training for Non-Engineers - Complete Guide to Claude Code / Cursor / Codex
⚠️ Before you clone
Official repository (maintained by the authors):
https://github.com/minicoohei/ai-agent-campRunning AI agents from this repo grants them shell, file-write, and external-API permissions on your machine. Forks and mirrors can silently alter lessons or skills. Before running any lesson, verify your clone:
python3 tools/scripts/verify_integrity.pyIf the check reports a fork or missing files, review
git diff upstream/main -- .claude/ skills/ tools/ scripts/before proceeding. Seedocs/security-guardrails.md.
Releases are cut from main as tags matching v* (semver). A single tag produces three language-specific zip archives, all attached to the same GitHub Release.
Download URL pattern (pinned, never moves once published):
https://github.com/minicoohei/ai-agent-camp/releases/download/{tag}/ai-agent-camp-{lang}-{tag}.zip
No comments yet. Be the first to share your thoughts!
| Language | Asset | Checksum |
|----------|-------|----------|
| 日本語 | ai-agent-camp-ja-{tag}.zip | ai-agent-camp-ja-{tag}.zip.sha256 |
| English | ai-agent-camp-en-{tag}.zip | ai-agent-camp-en-{tag}.zip.sha256 |
| Español | ai-agent-camp-es-{tag}.zip | ai-agent-camp-es-{tag}.zip.sha256 |
Each zip contains courses/, skills/, .claude/, .cursor/, docs/ with language suffixes already stripped, plus a CHECKSUMS.txt covering every file inside.
# Latest release, any language
gh release download --repo minicoohei/ai-agent-camp --pattern 'ai-agent-camp-en-*.zip'
# Specific version
gh release download v0.1.0 --repo minicoohei/ai-agent-camp \
--pattern 'ai-agent-camp-en-v0.1.0.zip'
Parse the <!-- AGENT-META v1 --> block above, then:
latest_tag_api to resolve the current tagrelease_asset_pattern with {tag} and {lang}.sha256 asset, unzipIf you only need the lesson manifest, use manifest_raw_pattern with the lang_suffix map to fetch courses/lessons.manifest[.en|.es].yaml directly from a ref (branch, tag, or commit SHA).
See docs/release-process.md for the full specification, versioning policy, rollback procedure, and a Python parsing sample.
Before the first tag is cut: there are no Release assets yet, so the URL pattern above will 404 until
v0.1.0ships. Until then, clone the repo directly (git clone https://github.com/minicoohei/ai-agent-camp.git) or fetch individual files viaraw.githubusercontent.com/.../main/....
ai-agent-camp is a comprehensive training resource for non-engineering roles such as marketing, sales, planning, and administration to automate and streamline their work using AI agents like Claude Code, Cursor, and Codex.
Democratize AI agents from "tools for specialists" to "tools everyone can use," boosting productivity across the entire organization.
Optimized for Non-Engineers
Practical Skill Set
Comprehensive Curriculum
Security and Best Practices
Business Workflow Templates
Which tool should I choose? Run
/start-0-8(Tool Selection Guide) to compare Cursor / Claude Code / Codex and find the best fit.
AGENTS.mdCLAUDE.md.cursor/commands/lesson/start-0-1.md and other files in .cursor/commands/*docs/codex-safety.mddocs/security-guardrails.mdaiagent-check-setup/check-setupstart-0-1Copy this repository as your own private repo using one of these methods:
This can be done entirely through the GitHub web interface.
https://github.com/minicoohei/ai-agent-camp.gitmy-aiagent)git clone https://github.com/{your-username}/my-aiagent.git
cd my-aiagent
For those comfortable with the terminal.
# 1. Create an empty Private repository on GitHub
# 2. Create a mirror clone
git clone --bare https://github.com/minicoohei/ai-agent-camp.git my-aiagent.git
cd my-aiagent.git
# 3. Set the new origin and push
git push --mirror https://github.com/{your-username}/my-aiagent.git
# 4. Clone again for regular use
cd ..
git clone https://github.com/{your-username}/my-aiagent.git
When the source materials are updated, pull changes with:
# First time only: add the original repo as upstream
git remote add upstream https://github.com/minicoohei/ai-agent-camp.git
# Pull updates
git fetch upstream
git merge upstream/main
If you use Cursor, you can run /update-material in chat to do the same thing.
Note: If you have made local changes, merge conflicts may occur. Resolve them manually.
git clone https://github.com/minicoohei/ai-agent-camp.git ~/ai-agent-camp
cd ~/ai-agent-camp
# First, prepare the key entry in .env.local
uv run python tools/credential_manager.py prepare-dotenv GEMINI_API_KEY
# After saving, optionally migrate to the Credential Store
# uv run python tools/credential_manager.py import-dotenv GEMINI_API_KEY --delete
Do not paste API keys in chat. Save them in
.env.local.
# Install dependencies with uv
uv sync
# Open the course in a browser
# macOS: open https://ai-agent.camp
# WSL2: wslview https://ai-agent.camp (or just open the URL in your Windows browser)
# Open the workspace in Cursor
cursor .
# Claude Code and Codex also work with the same repo
claude
codex
/check-setup
/overview
/start-0-1
CLAUDE.mddocs/security-guardrails.mdAGENTS.mddocs/codex-guide.mdaiagent-check-setup skill for environment verificationstart-0-1 to the aiagent-lesson-runner skill to start the first lessonWant a guided, structured learning experience?
AI Agent Camp offers a comprehensive