# Real-plugin compatibility reports These reports are generated from public Claude Code plugins. They contain component inventory, compatibility decisions, source digests, and manual actions only; upstream plugin source is not vendored into this repository. Snapshot: - Source repository: [anthropics/claude-plugins-official](https://github.com/anthropics/claude-plugins-official) - Commit: `67f1c1df422333345f1c60d83c79f96e37db5a22` - Target: DeepSeek Harness `@deepseek-ai/dsh@0.1.0-rc.6` - Generated by: `dsh-compat@0.1.0`, ruleset `2026-08-14.1` | Plugin | Overall | Direct | Adapted | Unsupported | Blocked | Report | |---|---:|---:|---:|---:|---:|---| | `commit-commands` | ADAPTED | 0 | 3 | 0 | 0 | [report](./commit-commands.md) | | `hookify` | UNSUPPORTED | 1 | 4 | 5 | 0 | [report](./hookify.md) | | `feature-dev` | UNSUPPORTED | 0 | 1 | 3 | 0 | [report](./feature-dev.md) | | `pr-review-toolkit` | UNSUPPORTED | 0 | 1 | 6 | 0 | [report](./pr-review-toolkit.md) | | `security-guidance` | UNSUPPORTED | 0 | 0 | 5 | 0 | [report](./security-guidance.md) | ## How to reproduce ```bash git clone --depth 1 https://github.com/anthropics/claude-plugins-official.git cd dsh-compat pnpm install pnpm build node dist/cli.js inspect ../claude-plugins-official/plugins/commit-commands --format json ``` The reports intentionally treat Claude-specific agents and hooks as `UNSUPPORTED` until DSH behavior fixtures prove equivalent model, tool, permission, event-ordering, and blocking semantics.