Skip to content

refactor(skills): merge opencli-generate into opencli-explorer#891

Merged
jackwener merged 2 commits intomainfrom
refactor/merge-generate-skill
Apr 8, 2026
Merged

refactor(skills): merge opencli-generate into opencli-explorer#891
jackwener merged 2 commits intomainfrom
refactor/merge-generate-skill

Conversation

@jackwener
Copy link
Copy Markdown
Owner

Summary

  • opencli-generate was a thin wrapper skill over generateVerifiedFromUrl() — purely internal pipeline orchestration, not a distinct user-facing workflow
  • Merged its entry point into opencli-explorer as the automated fast path
  • One unified skill for all adapter creation (automated + manual)

Changes

  • Delete skills/opencli-generate/SKILL.md
  • Add automated generation tip to opencli-explorer/SKILL.md
  • Update README/README.zh-CN skill references
  • Update src/skill-generate.ts comment

Test plan

  • Verify opencli-explorer skill loads correctly with new description/tags
  • Verify opencli generate <url> command still works (code layer unchanged)
  • Verify no broken links in README

opencli-generate was a thin wrapper over generateVerifiedFromUrl,
essentially an internal pipeline orchestration. Merge its entry point
into opencli-explorer as the automated fast path, keeping one unified
skill for adapter creation.

- Delete skills/opencli-generate/SKILL.md
- Add automated generation tip to opencli-explorer SKILL.md
- Update README/README.zh-CN skill references
- Update skill-generate.ts comment
Change ../../CONTRIBUTING.md to ./contributing (VitePress internal link).
@jackwener jackwener merged commit 90722be into main Apr 8, 2026
11 checks passed
@jackwener jackwener deleted the refactor/merge-generate-skill branch April 8, 2026 15:38
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.

1 participant