Skip to content

Add AutoCode — 39-skill auto-coding plugin for non-programmers#566

Closed
adsorgcn wants to merge 3 commits intoaffaan-m:mainfrom
adsorgcn:add-autocode-plugin
Closed

Add AutoCode — 39-skill auto-coding plugin for non-programmers#566
adsorgcn wants to merge 3 commits intoaffaan-m:mainfrom
adsorgcn:add-autocode-plugin

Conversation

@adsorgcn
Copy link

@adsorgcn adsorgcn commented Mar 18, 2026

AutoCode

The only Claude Code plugin designed for people who don't know programming.

  • 39 auto-activated skills — full product development lifecycle
  • Persistent memory — project + global preferences across sessions
  • I-Lang compression — 60%+ dev cost reduction
  • Zero dependencies — pure markdown, no npm, no MCP, no database
  • 11 languages — EN, ZH, JA, KO, ES, PT, DE, FR, RU, AR, HI
  • MIT, free forever
  • Submitted to Anthropic official marketplace — pending review

Users just say "Build me a restaurant website" and AutoCode handles everything.

Repository: https://github.com/ilang-ai/autocode
Protocol: https://ilang.ai


Summary by cubic

Added AutoCode to the Recommended Plugins section so non‑programmers can discover an auto‑coding option in the Claude Code plugins README. Removed it from the marketplace table per review; now listed only under “Non‑Programmer / Auto‑Coding” with a link to ilang-ai/autocode and a brief note on persistent memory and I‑Lang compression.

Written for commit ee2acc8. Summary will update on new commits.

Summary by CodeRabbit

  • Documentation
    • Added an Auto-Coding (autocode) marketplace entry and standalone README section.
    • Included Auto-Coding in the Recommended Plugins and Quick Setup/Marketplace areas.
    • Updated Plugin Files Location documentation to reference the new entry.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 18, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 920e4912-f950-47b3-8d5f-5349c8286ffd

📥 Commits

Reviewing files that changed from the base of the PR and between 26d3802 and ee2acc8.

📒 Files selected for processing (1)
  • plugins/README.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • plugins/README.md

📝 Walkthrough

Walkthrough

Adds a new AutoCode marketplace entry named autocode (source ilang-ai/autocode) to plugins/README.md in two places: under the Development/Workflow (Recommended Plugins) grouping and as a standalone Non-Programmer / Auto-Coding section; also inserts the entry into Marketplace/Quick Setup and adjusts trailing newlines.

Changes

Cohort / File(s) Summary
Plugins README
plugins/README.md
Adds autocode (ilang-ai/autocode) to Recommended Plugins under Development/Workflow and as a standalone "Non-Programmer / Auto-Coding" section; inserts the entry into Marketplace/Quick Setup; minor trailing-newline formatting changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 I hopped in with a nibble and cheer,
A tiny plugin now rests near,
Autocode blooms where docs now say,
Quietly helping folks convey,
Hooray — a new carrot-shaped way! 🥕

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically identifies the main change: adding AutoCode plugin to the README with relevant details (auto-coding, non-programmers).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

You can get early access to new features in CodeRabbit.

Enable the early_access setting to enable early access features such as new models, tools, and more.

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 18, 2026

Greptile Summary

This PR adds a single documentation entry for the autocode plugin into the plugins/README.md, placing it under a new Non-Programmer / Auto-Coding: subsection within the existing ### Recommended Plugins section.

Key observations:

  • The new subsection is correctly placed inside ### Recommended Plugins, alongside Development:, Code Quality:, Search:, and Workflow: — addressing structure concerns raised in earlier review rounds.
  • The entry description appends an inline `ilang-ai/autocode` source reference at the end, which is inconsistent with every other plugin entry in the section (none of which include a source reference inline).
  • Two consecutive blank lines were introduced before the --- separator, whereas the rest of the file uses a single blank line in that position.

Confidence Score: 4/5

  • Documentation-only change; safe to merge after minor formatting fixes.
  • The change is purely additive documentation with no code impact. The only remaining issues are a formatting inconsistency (inline source reference) and an extra blank line — both cosmetic.
  • No files require special attention beyond the minor style fixes noted in plugins/README.md.

Important Files Changed

Filename Overview
plugins/README.md Adds an autocode plugin entry under a new Non-Programmer / Auto-Coding: subsection within ### Recommended Plugins. The placement is correct, but the inline source reference (ilang-ai/autocode) is inconsistent with other entries, and an extra blank line is introduced before the --- separator.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["plugins/README.md"] --> B["### Recommended Plugins"]
    B --> C["Development"]
    B --> D["Code Quality"]
    B --> E["Search"]
    B --> F["Workflow"]
    B --> G["Non-Programmer / Auto-Coding (NEW)"]
    G --> H["autocode - ilang-ai/autocode"]
Loading

Last reviewed commit: "fix: remove autocode..."

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@plugins/README.md`:
- Around line 87-89: The "autocode" entry is misplaced, misformatted, and overly
promotional; move its content out of the "Plugin Files Location" area and
integrate it into the "Recommended Plugins" section following the existing
bullet-list style, or—if you prefer a separate section—create a proper markdown
header (e.g., "## Auto-Coding for Non-Programmers") placed before "Quick Setup";
in either case replace the bold/colon format with the same brief, factual
phrasing used for other plugins (short description, source `ilang-ai/autocode`),
remove marketing language, and delete the original lines 87-89 so the document
stays consistent.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6f7ab272-641f-44b2-918a-1fd9214edff9

📥 Commits

Reviewing files that changed from the base of the PR and between fce4513 and 26d3802.

📒 Files selected for processing (1)
  • plugins/README.md

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="plugins/README.md">

<violation number="1" location="plugins/README.md:28">
P1: README newly directs users to an unvetted third-party marketplace repository, creating avoidable supply-chain risk in install guidance.</violation>
</file>

Since this is your first cubic review, here's how it works:

  • cubic automatically reviews your code and comments on bugs and improvements
  • Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
  • Add one-off context when rerunning by tagging @cubic-dev-ai with guidance or docs links (including llms.txt)
  • Ask questions if you need clarification on any suggestion

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

@affaan-m
Copy link
Owner

Thanks for submitting AutoCode! However, this PR only adds a brief mention in the plugins README. For external tools/plugins, we prefer that they reach a certain maturity level and community adoption before being listed.

If AutoCode gains traction (e.g., listed on the Anthropic marketplace, significant GitHub stars), feel free to resubmit. For now, users can discover it through its own repository.

@affaan-m affaan-m closed this Mar 20, 2026
@adsorgcn
Copy link
Author

Fair enough. But I'd suggest actually looking at what AutoCode does before dismissing it.

It's not "an external tool hoping to get listed." It's 39 auto-activated skills that run inside Claude Code natively — same architecture as the plugins already in your list. Zero dependencies, pure markdown, MIT licensed. 47 stars and 9 forks in 2 weeks with zero promotion.

The plugins you currently list — commit-commands, frontend-design, feature-dev — are single-purpose. AutoCode replaces the need for all of them in one install. That's not a maturity issue, that's a category difference you haven't evaluated.

No hard feelings either way. The product speaks for itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants