ilang-ai

62 mods across 3 repositories, 206 stars between them.

file-transfer

25

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 18 tokens original MIT

fix-auto

26

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 26 tokens original MIT

fix-explain

27

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 24 tokens original MIT

fix-guide

28

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 17 tokens original MIT

fix-observe

29

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 19 tokens original MIT

fix-reason

30

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 19 tokens original MIT

fix-solve

31

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 24 tokens original MIT

full-review

32

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 17 tokens original MIT

go-live

33

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 24 tokens original MIT

judge-when-to-ask

34

ilang-ai/autocode

Skill Claude CodeCodex

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…

86 2mo ago A 90 tokens original MIT

learn-mistake

35

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 17 tokens original MIT

learn-pattern

36

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 15 tokens original MIT

learn-preference

37

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 22 tokens original MIT

memory

38

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 18 tokens original MIT

milestone

39

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 17 tokens original MIT

multi-device

40

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 15 tokens original MIT

performance

41

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 16 tokens original MIT

plan-breakdown

42

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 22 tokens original MIT

plan-estimate

43

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 19 tokens original MIT

plan-priority

44

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 20 tokens original MIT

plan-risk

45

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 20 tokens original MIT

progress-report

46

ilang-ai/autocode

Skill Claude CodeCodex

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

86 2mo ago A 19 tokens original MIT

project-roadmap

47

ilang-ai/autocode

Skill Claude CodeCodex

Create a visual roadmap for large projects. Phases, milestones, timeline.

86 2mo ago A 19 tokens original MIT

requirement-lock

48

ilang-ai/autocode

Skill Claude CodeCodex

Lock confirmed requirements. Don't change them without user approval.

86 2mo ago A 15 tokens original MIT