ilang-ai/autocode
48 agent markdown files indexed from ilang-ai/autocode. Install any of them pinned to an exact hash with mdr add ilang-ai/autocode/<name>.
ask-smart skill
ilang-ai/autocode · skills/ask-smart/SKILL.md · Before coding, determine what to ask. Max 2 yes/no questions. Never ask technical questions.
v5.0.0 · audit A · 103 stars
auto-quality skill
ilang-ai/autocode · skills/auto-quality/SKILL.md · Silent quality check after every feature. Fix issues before telling user. Never claim tests passed without running them.
v5.0.0 · audit A · 103 stars
best-choice skill
ilang-ai/autocode · skills/best-choice/SKILL.md · When multiple solutions exist, pick the best one. Explain why in one sentence.
v5.0.0 · audit A · 103 stars
build-feature skill
ilang-ai/autocode · skills/build-feature/SKILL.md · Build one feature at a time. Complete each fully before moving to next. Auto-triggers quality check.
v5.0.0 · audit A · 103 stars
build-scaffold skill
ilang-ai/autocode · skills/build-scaffold/SKILL.md · Create project skeleton. Pick stack, create files, install dependencies. AI decides everything.
v5.0.0 · audit A · 103 stars
build-ui skill
ilang-ai/autocode · skills/build-ui/SKILL.md · Build user-facing interface. Clean, functional, mobile-friendly by default.
v5.0.0 · audit A · 103 stars
celebrate skill
ilang-ai/autocode · skills/celebrate/SKILL.md · Celebrate real milestones only. One line, one emoji. Credit belongs to user, not AI.
v5.0.0 · audit A · 103 stars
clarify-scope skill
ilang-ai/autocode · skills/clarify-scope/SKILL.md · Classify request as small/medium/large. Adjust workflow depth accordingly.
v5.0.0 · audit A · 103 stars
compress skill
ilang-ai/autocode · skills/compress/SKILL.md · I-Lang compression engine. All internal planning uses I-Lang v5.0 syntax. User never sees compressed output.
v5.0.0 · audit A · 103 stars
cost-explain skill
ilang-ai/autocode · skills/cost-explain/SKILL.md · Explain all costs in human terms. Always compare with real-world equivalents. Recommend cheapest that works.
v5.0.0 · audit A · 103 stars
daily-summary skill
ilang-ai/autocode · skills/daily-summary/SKILL.md · End of session summary. What got done, what got fixed, what comes next, progress delta.
v5.0.0 · audit A · 103 stars
decision-translate skill
ilang-ai/autocode · skills/decision-translate/SKILL.md · Translate technical decisions into human language. Explain in cost, speed, stability.
v5.0.0 · audit A · 103 stars
deploy-cf-workers skill
ilang-ai/autocode · skills/deploy-cf-workers/SKILL.md · Deploy to Cloudflare Workers. Free tier handles 100k requests/day. Global edge network.
v5.0.0 · audit A · 103 stars
deploy-global skill
ilang-ai/autocode · skills/deploy-global/SKILL.md · Choose deployment target based on project type. Static sites to CF Pages, APIs to VPS, serverless to Workers.
v5.0.0 · audit A · 103 stars
deploy-vps skill
ilang-ai/autocode · skills/deploy-vps/SKILL.md · Deploy to VPS. Code is already on the server. Start the service, configure nginx, verify accessible.
v5.0.0 · audit A · 103 stars
domain-bind skill
ilang-ai/autocode · skills/domain-bind/SKILL.md · Help user buy a domain, configure DNS, set up SSL. Guide every click.
v5.0.0 · audit A · 103 stars
efficiency-compare skill
ilang-ai/autocode · skills/efficiency-compare/SKILL.md · At milestones, compare achievement vs human programmer time and cost. Keep it realistic.
v5.0.0 · audit A · 103 stars
env-setup skill
ilang-ai/autocode · skills/env-setup/SKILL.md · Help complete beginners set up their development environment. Detect Mac or other. Guide VPS purchase and SSH setup…
v5.0.0 · audit A · 103 stars
file-transfer skill
ilang-ai/autocode · skills/file-transfer/SKILL.md · Transfer files between local and server. Guide user through SCP or upload methods.
v5.0.0 · audit A · 103 stars
fix-auto skill
ilang-ai/autocode · skills/fix-auto/SKILL.md · Auto-fix bugs. Observe symptom, find root cause, apply minimal fix, verify, explain in human terms.
v5.0.0 · audit A · 103 stars
fix-explain skill
ilang-ai/autocode · skills/fix-explain/SKILL.md · After fixing a bug, explain what went wrong in language the user understands. No jargon for beginners.
v5.0.0 · audit A · 103 stars
fix-guide skill
ilang-ai/autocode · skills/fix-guide/SKILL.md · Guide user through errors they see. Translate error messages to human language.
v5.0.0 · audit A · 103 stars
fix-observe skill
ilang-ai/autocode · skills/fix-observe/SKILL.md · Step 1 of debugging: observe the symptom carefully before jumping to conclusions.
v5.0.0 · audit A · 103 stars
fix-reason skill
ilang-ai/autocode · skills/fix-reason/SKILL.md · Step 2 of debugging: reason about root cause based on observed symptoms.
v5.0.0 · audit A · 103 stars
fix-solve skill
ilang-ai/autocode · skills/fix-solve/SKILL.md · Step 3 of debugging: apply minimal fix. One-liner ideal. Verify nothing else broke.
v5.0.0 · audit A · 103 stars
full-review skill
ilang-ai/autocode · skills/full-review/SKILL.md · Full project review from beginning. Check every file. Plain language report.
v5.0.0 · audit A · 103 stars
go-live skill
ilang-ai/autocode · skills/go-live/SKILL.md · Final go-live checklist. Is it accessible? SSL working? Mobile friendly? Show user their live URL.
v5.0.0 · audit A · 103 stars
judge-when-to-ask skill
ilang-ai/autocode · skills/judge-when-to-ask/SKILL.md · Decide when AutoCode acts on its own and when it must stop and ask the user. Runs before any consequential action —…
v5.0.0 · audit A · 103 stars
learn-mistake skill
ilang-ai/autocode · skills/learn-mistake/SKILL.md · Record mistakes. Check before similar builds. Avoid repeating silently.
v5.0.0 · audit A · 103 stars
learn-pattern skill
ilang-ai/autocode · skills/learn-pattern/SKILL.md · Detect recurring patterns in user's project. Apply automatically next time.
v5.0.0 · audit A · 103 stars
learn-preference skill
ilang-ai/autocode · skills/learn-preference/SKILL.md · Learn user's preferences over time. Code style, naming, structure. Save to global prefs.
v5.0.0 · audit A · 103 stars
memory skill
ilang-ai/autocode · skills/memory/SKILL.md · Persistent memory across sessions. Save project state and user preferences. Never save secrets.
v5.0.0 · audit A · 103 stars
milestone skill
ilang-ai/autocode · skills/milestone/SKILL.md · Track project milestones. Auto-detect when a significant checkpoint is reached.
v5.0.0 · audit A · 103 stars
multi-device skill
ilang-ai/autocode · skills/multi-device/SKILL.md · Help user work from multiple devices. Sync project via git.
v5.0.0 · audit A · 103 stars
performance skill
ilang-ai/autocode · skills/performance/SKILL.md · Optimize for speed and cost. Pick lightweight solutions. Flag expensive operations.
v5.0.0 · audit A · 103 stars
plan-breakdown skill
ilang-ai/autocode · skills/plan-breakdown/SKILL.md · Break complex tasks into 5-15 ordered steps with time estimates. Dependency order first.
v5.0.0 · audit A · 103 stars
plan-estimate skill
ilang-ai/autocode · skills/plan-estimate/SKILL.md · Give realistic time and cost estimates for each step. Explain in human terms.
v5.0.0 · audit A · 103 stars
plan-priority skill
ilang-ai/autocode · skills/plan-priority/SKILL.md · Decide what to build first. Core function before polish. Revenue before aesthetics.
v5.0.0 · audit A · 103 stars
plan-risk skill
ilang-ai/autocode · skills/plan-risk/SKILL.md · Identify risks before building. Flag third-party dependencies, API limits, and cost traps.
v5.0.0 · audit A · 103 stars
progress-report skill
ilang-ai/autocode · skills/progress-report/SKILL.md · Report progress after each feature. Percentage, what just completed, what comes next.
v5.0.0 · audit A · 103 stars
project-roadmap skill
ilang-ai/autocode · skills/project-roadmap/SKILL.md · Create a visual roadmap for large projects. Phases, milestones, timeline.
v5.0.0 · audit A · 103 stars
requirement-lock skill
ilang-ai/autocode · skills/requirement-lock/SKILL.md · Lock confirmed requirements. Don't change them without user approval.
v5.0.0 · audit A · 103 stars
run-on-server skill
ilang-ai/autocode · skills/run-on-server/SKILL.md · Run and test directly on the server. No local dev environment needed. What you build is what goes live.
v5.0.0 · audit A · 103 stars
save-rollback skill
ilang-ai/autocode · skills/save-rollback/SKILL.md · Save checkpoints before risky changes. Rollback if things break.
v5.0.0 · audit A · 103 stars
security skill
ilang-ai/autocode · skills/security/SKILL.md · Auto-apply security basics and block deploys that would leak secrets. Never ask the user about security choices — just…
v5.0.0 · audit A · 103 stars
git:20260703.7c220d9 · audit C · 103 stars
understand-intent skill
ilang-ai/autocode · skills/understand-intent/SKILL.md · Detect user's intent from their message and activate the right workflow silently.
v5.0.0 · audit A · 103 stars
user-level-detect skill
ilang-ai/autocode · skills/user-level-detect/SKILL.md · Detect user's technical level from first messages. Adjust all output language accordingly.
v5.0.0 · audit A · 103 stars
Source
github.com/ilang-ai/autocode · 103 stars · license MIT · pushed 2026-09-22