Skip to main content
ClaudeWave
Skill149 estrellas del repoactualizado yesterday

beta

The Beta skill provides access to shared plugin resources through environment variable references and parameterized navigation patterns. It locates a reviewer agent and phase guidance files within the Claude plugin root directory structure, enabling integration with code review workflows and profile-specific processes.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/serpro69/claude-toolbox /tmp/beta && cp -r /tmp/beta/cmd/plugin-graph/testdata/minimal-plugin/skills/beta ~/.claude/skills/beta
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Beta skill

Beta reaches shared resources through the plugin-root variable, which exercises
the template-ref (concrete suffix) and parameterized-nav (`<name>` expansion)
edges. Its dangling link is the fixture's intentional broken edge.

The reviewer agent lives at `${CLAUDE_PLUGIN_ROOT}/agents/example-reviewer.md`.

Phase guidance is at `${CLAUDE_PLUGIN_ROOT}/profiles/<name>/review-code/index.md`.

Further detail lives in [missing notes](./does-not-exist.md).