autocode
You say it, AutoCode ships it. 48 skills. Code to deployment in one session, with I-Lang v5.0 judgment: AI decides the small stuff, checks with you on the costly stuff.
pinned to #7c220d9updated 3 weeks ago
Ask your AI client: “install plugins/autocode”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/autocodemetahub onboarded this repo on the author's behalf.
If you own github.com/ilang-ai/autocode on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
83
Last commit
3 weeks ago
Latest release
published
- #ai-agents
- #ai-memory
- #anthropic
- #anthropic-claude
- #anthropic-skills
- #claude
- #claude-code
- #claude-code-plugin
- #claude-code-skills
- #developer-tools
- #persistent-memory
- #prompt-engineering
- #token-compression
What's bundled
Items extracted from this plugin's manifest + directory tree.
Skills (48)
skills/ask-smartBefore coding, determine what to ask. Max 2 yes/no questions. Never ask technical questions.skills/auto-qualitySilent quality check after every feature. Fix issues before telling user. Never claim tests passed without running them.skills/best-choiceWhen multiple solutions exist, pick the best one. Explain why in one sentence.skills/build-featureBuild one feature at a time. Complete each fully before moving to next. Auto-triggers quality check.skills/build-scaffoldCreate project skeleton. Pick stack, create files, install dependencies. AI decides everything.skills/build-uiBuild user-facing interface. Clean, functional, mobile-friendly by default.skills/celebrateCelebrate real milestones only. One line, one emoji. Credit belongs to user, not AI.skills/clarify-scopeClassify request as small/medium/large. Adjust workflow depth accordingly.
Hooks (4)
- SessionStart
- UserPromptSubmit
- Stop
- PreCompact
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.7c220d9· 3 weeks ago
Maintenance
21Recent activity
last push 3 days ago
Tests detectedwarn
no test/tests/__tests__/spec/t/ dirs, no JVM src/test/, and no JS/TS/Python/Go/Ruby/Elixir test files
Add tests (even a smoke test). Consumers gauge maintenance quality by their presence.
CI configuration detected
GitHub Actions (2 workflows)
Release history
1- releasecurrent7c220d9warn3 weeks ago
Contents
language:
- en tags:
- skill
- agent-skill
- autocode
- deployment
- shipping
- beginner-friendly
- claude-code
- codex
- cursor
- copilot
- gemini
- hermes
- i-lang
- zero-dependency license: mit
⚡ AutoCode
🚀 Install
Claude Code (recommended):
/install autocode
That's it. One command. View on Claude Code Marketplace
Or from GitHub:
/plugin marketplace add ilang-ai/autocode
/plugin install autocode@autocode
Restart. Start talking. Done.
Codex
Tell Codex:
Fetch and follow instructions from https://raw.githubusercontent.com/ilang-ai/autocode/refs/heads/main/.codex/INSTALL.md
OpenCode
Tell OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/ilang-ai/autocode/refs/heads/main/.opencode/INSTALL.md
Works on Claude Code, Codex, and OpenCode. Same 48 skills, zero changes.
Hermes Agent
hermes skills install ilang-ai/autocode
Cursor
Copy skills/ into ~/.cursor/skills/, or browse Cursor Directory once listed.
Gemini CLI
gemini extensions install https://github.com/ilang-ai/autocode
Any SKILL.md-compatible agent
Copy the skills/ directory into your agent's skills path.
🔰 New to Everything? No Problem.
Never used a server before? Don't know what a terminal is? That's fine — this guide starts from zero.
<b>Click here for the complete beginner guide</b>
Step 1: Get a Cloud Computer
You need a cloud computer (VPS) — think of it as a computer in the cloud that's always on.
👉 Go to dev.ilang.ai — new users get $300 free credit (enough for over a year).
How to sign up:
- Click the link → registration page
- Enter email, create password (10+ characters, mix of uppercase, lowercase, numbers)
- Check email, click verification link
- Payment: supports credit card, PayPal, Alipay (支付宝)
- $300 free credit applied automatically
Create your cloud computer:
- Click "Deploy +" (top right)
- "Deploy New Server"
- Type: "Cloud Compute — Shared CPU" (cheapest)
- Location: Closest to you (Tokyo for Asia, New York for Americas, London for Europe)
- Image: "Debian 12"
- Plan: $6/month (1 CPU, 1GB RAM — enough)
- Click "Deploy Now"
Wait 1-2 minutes. Green "Running" = ready.
Find your connection info:
Click server name → you'll see:
- IP Address — like
149.28.xxx.xxx - Username —
root - Password — click eye icon to show, copy button to copy
Step 2: Connect
Windows: Download PuTTY. Enter IP, click Open. Type username and password.
Mac: Open Terminal. Type: ssh root@your-ip-address. Enter password.
Phone: Download "Termius". Add host with IP, username, password.
Black screen with # = you're in.
Step 3: Install Everything
Paste this, press Enter, wait 2 minutes:
curl -fsSL https://raw.githubusercontent.com/ilang-ai/autocode/main/setup.sh | bash
Step 4: Start Claude Code
claude
Log in when prompted (Anthropic account needed).
Step 5: Install AutoCode
Say:
Install the AutoCode plugin from github.com/ilang-ai/autocode
Permission questions? Always choose the highest number ("Yes, don't ask again"). Safe — AutoCode is pure text, no executable code.
Type /exit, then claude to restart.
Step 6: Build
Build me a restaurant website with online reservations
You're a developer now.
📖 What You'll Experience
First Time
You: "I want to sell cakes online"
AutoCode: "What computer do you use? Mac or other?"
You: "Other"
AutoCode: "I'll help you get a server. $6/month. OK?"
You: "OK"
AutoCode: → Sets up server → Builds website → Deploys
→ "Done. Open nainai-cake.com on your phone."
Your effort: 3 yes/no answers
Result: a live website anyone can visit
Fifth Time
You: "Build a booking site for my hair salon"
AutoCode: → Knows your preferences → Builds → Deploys
→ "Live at salon-booking.com. SSL active."
Twentieth Time
You: "New project"
AutoCode: → Barely asks → Ships it → You realize you have 20 live websites
User feedback: "I don't even know who did the work — I thought I was supposed to code, but it was already done."
🧠 48 Skills
All automatic. You never activate them.
<b>📋 Understanding (5)</b>
| Skill | What it does |
|---|---|
| Intent Detection | Knows what you want instantly |
| Smart Questions | Max 2, never technical |
| Scope Detection | Small task or big project |
| Communication Adapt | Matches your language and level |
| Requirement Lock | Stays on track |
<b>📐 Planning (6)</b>
| Skill | What it does |
|---|---|
| Task Breakdown | Big → small steps, 2-5 min each |
| Priority | Core first, polish last |
| Time Estimate | "About 20 minutes" |
| Risk Warning | Warns before problems happen |
| Best Choice | Auto-picks fastest/cheapest/most stable tech |
| Decision Translation | Explains in money/speed/stability |
<b>🔨 Building (3)</b>
| Skill | What it does |
|---|---|
| Scaffold | Project foundation |
| Feature Build | One by one |
| UI Build | All devices |
<b>✅ Quality (4)</b>
| Skill | What it does |
|---|---|
| Auto Check | Reviews code logic silently |
| Security | Blocks attacks, encrypts data |
| Performance | Fast + cheap to run |
| Multi-Device | Phone/tablet/desktop |
<b>🔧 Debugging (5)</b>
| Skill | What it does |
|---|---|
| Observe | Investigates on its own |
| Reason | Finds root cause |
| Fix & Verify | Fixes + confirms |
| Explain | Tells you in your words |
| Fix Guide | Stuck? Guides you to screenshot and upload to claude.ai |
<b>💾 Saving (3) — ⭐ Soul of AutoCode</b>
| Skill | What it does |
|---|---|
| ⭐ Full Review | Every save: reviews entire project from beginning. You watch and learn. |
| Milestone | Celebrates achievements |
| Rollback | One-click undo |
<b>🚀 Deployment (4)</b>
| Skill | What it does |
|---|---|
| Local Run | Your server, your URL |
| Global Deploy | CDN, fast everywhere |
| Edge Deploy | Free tier |
| File Transfer | Server-to-server |
<b>📊 Progress (5)</b>
| Skill | What it does |
|---|---|
| Live Progress | "✅ 60% (3/5)" |
| Efficiency Compare | "Outsourcing = $5K. You = 25 min." |
| Celebration | "🎉 Done!" |
| Daily Summary | Today + tomorrow |
| Roadmap | Multi-day plan |
<b>🎓 Learning (3)</b>
| Skill | What it does |
|---|---|
| Preferences | Remembers your style |
| Patterns | Learns what you build |
| Mistakes | Never repeats errors |
<b>⚙️ Engine (2)</b>
| Skill | What it does |
|---|---|
| Compression | I-Lang v5.0 protocol, structured internal planning |
| Memory | Remembers across sessions |
🎯 Precision
Powered by I-Lang v5.0. Structured instructions mean AI gets it right the first time. No rework.
🧠 Memory
Close today → open tomorrow → remembers everything. Gets better every session.
🌍 Different from Everything Else
| Other AI coding tools | AutoCode | |
|---|---|---|
| For | Developers | Anyone |
| Ends at | Code written | Website live |
| Requires | Terminal/IDE knowledge | Just say yes or no |
| Tech decisions | Asks you | Decides for you |
| Deployment | You figure it out | Automatic |
| Domain + SSL | You figure it out | Guided step by step |
| Memory | Resets each session | Persistent |
| Protocol | None | I-Lang v5.0 |
| Language | Usually English | Your language |
❓ Troubleshooting
<b>Something broke, don't know what to say</b> Say "something's wrong". AutoCode asks simple questions. If it can't fix it in terminal, it tells you how to screenshot + upload to claude.ai.
<b>/plugin command doesn't work</b> Just say: "Install the AutoCode plugin from github.com/ilang-ai/autocode". Talking works better than commands.
<b>Permission popups I don't understand</b> Choose the highest number. AutoCode is pure text — safe to approve.
<b>Can't connect to server</b> Check IP, username, password in Vultr dashboard. Server must be green "Running".
<b>Is it safe?</b> 100% open source, pure text files. Claude Code verified: "No malicious content."
<b>Cost?</b> AutoCode: free forever (MIT). Cloud computer: $6/month (or free with $300 Vultr credit). Plus Anthropic API usage.
ilang.ai · ilang.cn · Hugging Face · @adsorgcn
I-Lang Research · iLang Inc. · Canada · MIT · Free Forever
You say it. AutoCode ships it. Powered by I-Lang v5.0.
Reviews
No reviews yet. Be the first.
Related
superloopy
Lightweight loop harness with strict evidence gates — Claude Code edition.
manifest-dev-tools
Tools for working with prompts and PRs alongside the manifest workflow. Collaborative PR walkthroughs, autonomous PR review with per-comment verification, author-side PR babysitting via manifest-dev, gap-calibrated prompt engineering, cross-boundary context handoff, and incremental teaching for session work.
plugin-template
A template for creating new Claude Code plugins
mh install plugins/autocode