一键导入
plugin-verification
Verify Claude extensions and plugins across hooks, skills, sub-agents, teams, manifest, structure, runtime loading, and CI parity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify Claude extensions and plugins across hooks, skills, sub-agents, teams, manifest, structure, runtime loading, and CI parity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
CRUD operations for Lightdash project agents.
Create and validate Claude sub-agent definitions with correct frontmatter, tool permissions, and delegation boundaries.
Inspection of thread history, memory, and organization-wide agent activity.
Orchestrate evaluation runs and test case management for Lightdash agents.
Package and distribute Claude Code plugins with schema-safe manifests, canonical layout, component wiring, and release-ready validation.
Manage Architecture Decision Records (ADRs). Use this to initialize, create, list, and link ADRs to document architectural evolution. Requires 'adr-tools' to be installed.
| name | plugin-verification |
| description | Verify Claude extensions and plugins across hooks, skills, sub-agents, teams, manifest, structure, runtime loading, and CI parity. |
Run layered verification for extension components and plugin packaging before CI and release.
When verifying plugins in this monorepo:
.claude/rules/ directory exists with required rule files.agents/skills → ../.claude/skills.claude/agents → ../.agents/agents.cursor/skills/shared → ../../.agents/skills.claude/skills/, not plugin directoriesplugins/{name}/hooks/hooks.jsonBefore marking verification complete:
make format - Apply formatting (must pass)make lint - Trunk linter checks (must pass)make test-integration-docker - Full Docker-based integration tests./integration_tests/validate-manifest.sh - Manifest validation./integration_tests/test-plugin-loading.sh - Plugin load verification./integration_tests/validate-agent-links.sh - Symlink topology checkREADME.md exists with installation and usage instructionsREADME.md plugin table (with status badge)docs/plugins/ (if applicable)For this monorepo with multiple Lightdash plugins:
.claude/skills/Validation level model: references/validation-levels.md
Troubleshooting guide: references/common-issues.md
CLI command reference: references/cli-commands.md
CI/CD alignment: references/ci-integration.md
Hook verification guidance: references/verify-hooks.md
Skill verification guidance: references/verify-skills.md
Sub-agent verification guidance: references/verify-subagents.md
Team verification guidance: references/verify-teams.md
Level 2 script: scripts/verify-manifest.sh
Level 3 script: scripts/verify-structure.sh
Level 4 script: scripts/verify-load.sh
Level 5 script: scripts/verify-ci.sh
All levels: scripts/verify-all.sh
Checklist: assets/checklists/verification-checklist.md
Mistake guide: assets/checklists/common-mistakes.md
../implement-claude-extensions/SKILL.md../implement-hooks/SKILL.md../implement-agent-skills/SKILL.md../implement-sub-agents/SKILL.md../implement-agent-teams/SKILL.md../implement-plugin/SKILL.md