Skip to content

docs(agentify): mark the skill Beta + bump plugin to 0.4.1#353

Merged
jiashuoz merged 2 commits into
mainfrom
docs/mark-agentify-beta
Jul 1, 2026
Merged

docs(agentify): mark the skill Beta + bump plugin to 0.4.1#353
jiashuoz merged 2 commits into
mainfrom
docs/mark-agentify-beta

Conversation

@jiashuoz

@jiashuoz jiashuoz commented Jul 1, 2026

Copy link
Copy Markdown
Member

Flags the agentify skill as Beta while its onboarding flow is still evolving (a lower-friction "express" setup is being explored), and bumps the plugin version so the label actually reaches installs.

1. Mark agentify Beta (plugins/e2a/skills/agentify/SKILL.md)

  • description now leads with Beta — — the string the model reads to decide when to trigger the skill and what surfaces in skill listings (the only beta signal with user-visible reach).
  • A Beta callout under the H1 so anyone reading/running the skill sees the caveat.

There is no functional beta flag in the skill schema, so this labeling is the effective mechanism.

2. Bump plugin 0.4.00.4.1 (five manifests)

Installs load skills from a version-pinned cache (~/.claude/plugins/cache/e2a/e2a/<version>/), so a same-version source edit is invisible to anyone already on 0.4.0. Bumping the version is the cache-busting signal that lets clients detect + fetch the new copy (with the Beta label) on their next update. Bumped:

  • plugins/e2a/.claude-plugin/plugin.json
  • plugins/e2a/.cursor-plugin/plugin.json
  • plugins/e2a/.codex-plugin/plugin.json
  • .claude-plugin/marketplace.json
  • .cursor-plugin/marketplace.json

(.agents/plugins/marketplace.json has no version field — left untouched.)

Propagation caveat: the bump enables propagation but isn't an instant push — it still needs the plugin/marketplace republished and each user to update. New installs and updaters get the Beta label; anyone who never updates stays on 0.4.0.

🤖 Generated with Claude Code

jiashuoz and others added 2 commits June 30, 2026 20:33
The agentify onboarding flow is still evolving (a lower-friction "express"
setup is being explored), so flag the skill as Beta:
- lead the frontmatter `description` with "Beta —" (the string the model
  reads to decide when to trigger, and what shows in skill listings)
- add a Beta callout under the H1 so anyone reading/running the skill sees
  the caveat

Docs-only; no behavior change. The label propagates to installs on the next
plugin version bump + republish.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Installs load skills from a version-pinned cache dir
(~/.claude/plugins/cache/e2a/e2a/<version>/), so the Beta label added to
agentify's SKILL.md only reaches installs on a new version. Bump all five
0.4.0 version fields to 0.4.1:
- plugins/e2a/.claude-plugin/plugin.json
- plugins/e2a/.cursor-plugin/plugin.json
- plugins/e2a/.codex-plugin/plugin.json
- .claude-plugin/marketplace.json
- .cursor-plugin/marketplace.json

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jiashuoz jiashuoz changed the title docs(agentify): mark the skill Beta docs(agentify): mark the skill Beta + bump plugin to 0.4.1 Jul 1, 2026
@jiashuoz jiashuoz merged commit 5c019b9 into main Jul 1, 2026
15 checks passed
@jiashuoz jiashuoz deleted the docs/mark-agentify-beta branch July 1, 2026 04: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