Skip to content

Plugin 1.19.1 — skill descriptions + version, README marketplace install & rebrand#55

Open
muchiny wants to merge 5 commits into
mainfrom
chore/skill-descriptions
Open

Plugin 1.19.1 — skill descriptions + version, README marketplace install & rebrand#55
muchiny wants to merge 5 commits into
mainfrom
chore/skill-descriptions

Conversation

@muchiny

@muchiny muchiny commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Enriches the bridge/discover skill description frontmatter with concrete trigger phrases (docker, kubernetes, systemd, logs, metrics, ports, hostnames) per Anthropic skill-authoring guidance so Claude auto-invokes them across more intents. Fixes stale counts in discover (75 groups, 9 protocols; drops removed ZeroMQ/NATS/MQTT/SNMP/NETCONF stubs).

Plugin manifest -> 1.19.1 (binary/crate unchanged at 1.19.0). Docs-only; no Rust change.

Verified: claude plugin validate ✓ · typos ✓ · markdownlint ✓

🤖 Generated with Claude Code

…ugin 1.19.1)

Add concrete trigger phrases to the bridge/discover skill descriptions (docker, kubernetes, systemd, logs, metrics, ports, hostnames) per Anthropic's skill-authoring guidance, so Claude auto-invokes them across more intents. Fix stale counts in discover (75 groups, 9 protocols; drop the removed ZeroMQ/NATS/MQTT/SNMP/NETCONF stubs). Plugin manifest -> 1.19.1; binary/crate unchanged at 1.19.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jun 18, 2026
@muchiny muchiny changed the title Plugin 1.19.1 — enrich skill descriptions for reliable auto-trigger Plugin 1.19.1 — skill descriptions + version, README marketplace install & rebrand Jun 18, 2026
muchiny and others added 4 commits June 19, 2026 01:27
… to skills

Add a 'Claude Code plugin (one command)' install block to the README (marketplace add + plugin install + cargo --git bootstrap) and rebrand the top-level README title/branding 'MCP SSH Bridge' -> 'Bridge MCP' (it was missed by the earlier rebrand). Add the optional 'version' frontmatter field to the bridge/discover skills (1.19.1) for completeness per Anthropic's skill spec.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…back

Add plugin/scripts/install.sh: detects platform, downloads the matching prebuilt release asset (bridge-mcp-{linux-x86_64,linux-arm64,macos-arm64}.tar.gz, sha256-verified) — fast, no Rust toolchain — and falls back to 'cargo install --git' when no prebuilt matches. The SessionStart hook now points at it via ${CLAUDE_PLUGIN_ROOT} instead of the bare cargo command, so a user without the binary runs one platform-agnostic command. shellcheck-clean; prebuilt URLs verified reachable.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…oad)

The SessionStart hook now auto-runs scripts/install.sh (BRIDGE_MCP_BOOTSTRAP_AUTO=1, timeout 90s) when the binary is missing, instead of only printing the command. Auto mode downloads the platform's prebuilt release asset (fast, fits the hook timeout); when no prebuilt matches the platform it prints the 'cargo install' command rather than blocking session start on a multi-minute build.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant