Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

autocode

يحتوي autocode على 47 من skills المجمعة من ilang-ai، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
47
Stars
84
محدث
2026-07-03
Forks
21
التغطية المهنية
7 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

ask-smart
متخصصو إدارة المشاريع

Before coding, determine what to ask. Max 2 yes/no questions. Never ask technical questions.

2026-07-03
auto-quality
محللو ضمان جودة البرمجيات والمختبرون

Silent quality check after every feature. Fix issues before telling user. Never claim tests passed without running them.

2026-07-03
best-choice
متخصصو إدارة المشاريع

When multiple solutions exist, pick the best one. Explain why in one sentence.

2026-07-03
build-feature
متخصصو إدارة المشاريع

Build one feature at a time. Complete each fully before moving to next. Auto-triggers quality check.

2026-07-03
build-scaffold
مطوّرو البرمجيات

Create project skeleton. Pick stack, create files, install dependencies. AI decides everything.

2026-07-03
build-ui
مطوّرو الويب

Build user-facing interface. Clean, functional, mobile-friendly by default.

2026-07-03
celebrate
متخصصو إدارة المشاريع

Celebrate real milestones only. One line, one emoji. Credit belongs to user, not AI.

2026-07-03
clarify-scope
متخصصو إدارة المشاريع

Classify request as small/medium/large. Adjust workflow depth accordingly.

2026-07-03
compress
مطوّرو البرمجيات

I-Lang compression engine. All internal planning uses I-Lang v5.0 syntax. Save 60%+ tokens. User never sees compressed output.

2026-07-03
cost-explain
مطوّرو البرمجيات

Explain all costs in human terms. Always compare with real-world equivalents. Recommend cheapest that works.

2026-07-03
daily-summary
مطوّرو البرمجيات

End of session summary. What got done, what got fixed, what comes next, progress delta.

2026-07-03
decision-translate
مطوّرو البرمجيات

Translate technical decisions into human language. Explain in cost, speed, stability.

2026-07-03
deploy-cf-workers
مديرو الشبكات وأنظمة الحاسوب

Deploy to Cloudflare Workers. Free tier handles 100k requests/day. Global edge network.

2026-07-03
deploy-global
مديرو الشبكات وأنظمة الحاسوب

Choose deployment target based on project type. Static sites to CF Pages, APIs to VPS, serverless to Workers.

2026-07-03
deploy-vps
مديرو الشبكات وأنظمة الحاسوب

Deploy to VPS. Code is already on the server. Start the service, configure nginx, verify accessible.

2026-07-03
domain-bind
مديرو الشبكات وأنظمة الحاسوب

Help user buy a domain, configure DNS, set up SSL. Guide every click.

2026-07-03
efficiency-compare
مطوّرو البرمجيات

At milestones, compare achievement vs human programmer time and cost. Keep it realistic.

2026-07-03
env-setup
مديرو الشبكات وأنظمة الحاسوب

Help complete beginners set up their development environment. Detect Mac or other. Guide VPS purchase and SSH setup step by step.

2026-07-03
file-transfer
مطوّرو البرمجيات

Transfer files between local and server. Guide user through SCP or upload methods.

2026-07-03
fix-auto
مطوّرو البرمجيات

Auto-fix bugs. Observe symptom, find root cause, apply minimal fix, verify, explain in human terms.

2026-07-03
fix-explain
مطوّرو البرمجيات

After fixing a bug, explain what went wrong in language the user understands. No jargon for beginners.

2026-07-03
fix-guide
مطوّرو البرمجيات

Guide user through errors they see. Translate error messages to human language.

2026-07-03
fix-observe
مطوّرو البرمجيات

Step 1 of debugging: observe the symptom carefully before jumping to conclusions.

2026-07-03
fix-reason
مطوّرو البرمجيات

Step 2 of debugging: reason about root cause based on observed symptoms.

2026-07-03
fix-solve
مطوّرو البرمجيات

Step 3 of debugging: apply minimal fix. One-liner ideal. Verify nothing else broke.

2026-07-03
full-review
محللو ضمان جودة البرمجيات والمختبرون

Full project review from beginning. Check every file. Plain language report.

2026-07-03
go-live
مطوّرو البرمجيات

Final go-live checklist. Is it accessible? SSL working? Mobile friendly? Show user their live URL.

2026-07-03
judge-when-to-ask
المهن الحاسوبية الأخرى

Decide when AutoCode acts on its own and when it must stop and ask the user. Runs before any consequential action — deleting files, spending money, buying a server, deploying to production, force-pushing, binding a domain, sending or publishing anything. Ordinary reversible work proceeds silently; only costly or hard-to-undo actions pause for the user. Powered by I-Lang v5.0 vector judgment.

2026-07-03
learn-mistake
مطوّرو البرمجيات

Record mistakes. Check before similar builds. Avoid repeating silently.

2026-07-03
learn-pattern
مطوّرو البرمجيات

Detect recurring patterns in user's project. Apply automatically next time.

2026-07-03
learn-preference
مطوّرو البرمجيات

Learn user's preferences over time. Code style, naming, structure. Save to global prefs.

2026-07-03
memory
مطوّرو البرمجيات

Persistent memory across sessions. Save project state and user preferences. Never save secrets.

2026-07-03
milestone
مطوّرو البرمجيات

Track project milestones. Auto-detect when a significant checkpoint is reached.

2026-07-03
multi-device
مطوّرو البرمجيات

Help user work from multiple devices. Sync project via git.

2026-07-03
performance
مطوّرو البرمجيات

Optimize for speed and cost. Pick lightweight solutions. Flag expensive operations.

2026-07-03
plan-breakdown
مطوّرو البرمجيات

Break complex tasks into 5-15 ordered steps with time estimates. Dependency order first.

2026-07-03
plan-estimate
مطوّرو البرمجيات

Give realistic time and cost estimates for each step. Explain in human terms.

2026-07-03
plan-priority
مطوّرو البرمجيات

Decide what to build first. Core function before polish. Revenue before aesthetics.

2026-07-03
plan-risk
مطوّرو البرمجيات

Identify risks before building. Flag third-party dependencies, API limits, and cost traps.

2026-07-03
progress-report
مطوّرو البرمجيات

Report progress after each feature. Percentage, what just completed, what comes next.

2026-07-03
عرض أهم 40 من أصل 47 skills مجمعة في هذا المستودع.