@descope-int/claude-code-plugin-de
v0.8.0
Published
Descope Claude Code skills and workflow automation.
Readme
de plugin
Global Descope skills for Claude Code.
Local Development
Test skill changes in the repo's devcontainer (.devcontainer/), which installs the plugin from your local working tree:
- Set
CLAUDE_CODE_OAUTH_TOKEN(orANTHROPIC_API_KEY) on the host — it's forwarded into the container. - Open the repo in the container: VS Code → "Dev Containers: Reopen in Container", or
devcontainer up --workspace-folder .. - On create,
setup.shregisters the local marketplace and installsde+detokenfrom your working tree. - Open a terminal in
/workspaces/claude— Claude auto-starts with both plugins loaded. Test with/de:<skill>.
After editing a skill, rebuild to reinstall from the updated tree:
devcontainer up --workspace-folder . --remove-existing-container