Conversation
- Move CLI source to cli/ directory - Merge 14 community plugins into skills/ (single path) - Add CODEOWNERS for permission control - Migrate 5 community CI workflows with path updates (submissions/ → skills/) - Update CLI Rust code: remove community repo special logic, update paths - Update registry.json: repo refs, add trust_source/risk_level/category fields - Rewrite marketplace.json: all 15 plugins with ./skills/<name> source paths - Rewrite README.md: 4-screen layout for all user roles - Add docs/FOR-USERS.md: non-technical user guide (677 lines) - Add docs/FOR-DEVELOPERS.md: developer guide with 3 submission modes (818 lines) - Add docs/FOR-PARTNERS.md: partner guide with high-risk policy - Add docs/REVIEW-GUIDELINES.md: public review standards - Add .github/security-rules, prompts, scripts, PR template - Full npx skills add compatibility preserved - Backward compatible with published plugin-store CLI Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Update .gitignore: add /cli/target, remove docs/ and skills/okx-* exclusions - Remove 7071 build artifact files from git tracking - Add docs/ (FOR-USERS, FOR-DEVELOPERS, FOR-PARTNERS, REVIEW-GUIDELINES) - Add skills/okx-buildx-hackathon-agent-track/ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Remove plugin directory table (per PM feedback) - Replace plugin-store install/list/search with npx skills add commands - Keep category, risk level, and trust indicator tables Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Phase 4: Summary + Pre-flight for
|
🔍 Official Plugin ReviewPlugins reviewed: test-pure-skill Static Checks✅ All static checks passed AI ReviewSummaryThis is a minimal E2E test plugin that only provides OnchainOS CLI commands for ETH price queries with no Python code or trading functionality. Issues Found
Verdict✅ Ready to merge Rationale: This is a pure skill plugin with no security risks. It contains no Python code, no secrets, no network requests, and only uses the approved OnchainOS CLI for ETH price queries. The SKILL.md adequately documents the single command and basic error handling. As a test plugin, the minimal documentation is acceptable. Auto-generated by Official Plugin Review workflow |
✅ Phase 1: Structure Validation — PASSED→ Proceeding to Phase 2: Build Verification |
📋 Phase 3: AI Code Review Report — Score: N/A/100
❌ AI review FAILED (HTTP 400): Your credit balance is too low to access the Anthropic API. Please go to Plans & Billing to upgrade or purchase credits.. Request size: 665341 bytes, plugin content: 1117 bytes. Generated by Claude AI via Anthropic API — review the full report before approving. |
9d7567c to
6676869
Compare
709661d to
6d6753b
Compare
db25e01 to
9030baa
Compare
E2E - test-pure-skill