docs(agentify): mark the skill Beta + bump plugin to 0.4.1#353
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Flags the
agentifyskill 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)descriptionnow leads withBeta —— 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).There is no functional
betaflag in the skill schema, so this labeling is the effective mechanism.2. Bump plugin
0.4.0→0.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 on0.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.jsonplugins/e2a/.cursor-plugin/plugin.jsonplugins/e2a/.codex-plugin/plugin.json.claude-plugin/marketplace.json.cursor-plugin/marketplace.json(
.agents/plugins/marketplace.jsonhas 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