Add AutoCode — 39-skill auto-coding plugin for non-programmers#566
Add AutoCode — 39-skill auto-coding plugin for non-programmers#566adsorgcn wants to merge 3 commits intoaffaan-m:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds a new AutoCode marketplace entry named Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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. Comment Tip You can get early access to new features in CodeRabbit.Enable the |
Greptile SummaryThis PR adds a single documentation entry for the Key observations:
Confidence Score: 4/5
Important Files Changed
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"]
Last reviewed commit: "fix: remove autocode..." |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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-aiwith guidance or docs links (includingllms.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.
|
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. |
|
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. |
AutoCode
The only Claude Code plugin designed for people who don't know programming.
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/autocodeand a brief note on persistent memory and I‑Lang compression.Written for commit ee2acc8. Summary will update on new commits.
Summary by CodeRabbit