OAK-302 | Merge zeroheight-audit-docs into the Claude Code plugin#7
Merged
Conversation
…gin (OAK-302) Copies the dsds-audit skill and /audit-docs command verbatim from zeroheight-demos/zeroheight-audit-docs into the zeroheight-mcp plugin. The plugin stays login-only: a userConfig-templated URL supporting MCP via link was built and tested but rejected over the config dialog UX. Also documents desktop-app (Cowork) install steps and bumps the plugin to 0.1.0 so existing installs auto-update. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
euan-zeroheight
force-pushed
the
euan/oak-302
branch
from
July 20, 2026 11:52
b6aa821 to
c4a95d3
Compare
…ections Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
alzeck
requested changes
Jul 20, 2026
Collaborator
There was a problem hiding this comment.
Could we move the skills folder to be at the root level of this repo and symlink it instead? I think it would be nice to also add instructions on to how install this skill with npx skills add as well as adding it to the cursor plugin
Contributor
Author
There was a problem hiding this comment.
@alzeck Thanks for the suggestions, just implemented them all
… skills CLI install Addresses PR #7 review: skills/ now lives at the repo root (claude-code/skills is a relative symlink — verified the plugin installer dereferences it into the cache), the cursor plugin manifest picks up the same directory via its skills field, and the README documents standalone install with npx skills add. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
alzeck
approved these changes
Jul 20, 2026
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.
Merges the functionality of zeroheight-demos/zeroheight-audit-docs into the official
zeroheight-mcpClaude Code plugin, per OAK-302.What's in here
dsds-auditskill +/audit-docscommand copied verbatim from Luke's repo intoclaude-code/(5 reference files + 2 templates, hash-identical to the source). No edits were needed — the MCP server name (zeroheight) and tool surface match.0.0.1 → 0.1.0so existing installs auto-update on merge.QA Steps