一键导入
implement-plugin
Package and distribute Claude Code plugins with schema-safe manifests, canonical layout, component wiring, and release-ready validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Package and distribute Claude Code plugins with schema-safe manifests, canonical layout, component wiring, and release-ready validation.
用 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.
Verify Claude extensions and plugins across hooks, skills, sub-agents, teams, manifest, structure, runtime loading, and CI parity.
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 | implement-plugin |
| description | Package and distribute Claude Code plugins with schema-safe manifests, canonical layout, component wiring, and release-ready validation. |
Implement plugin-level packaging, manifest wiring, structure checks, runtime load checks, and distribution guidance.
.claude-plugin/plugin.json and component path mappings.--plugin-dir and optional install flow.When working in this repository:
CLAUDE.md for architectural philosophy and safety requirements.claude/rules/ (auto-loaded context)docs/adr/ for architectural decisions.claude/rules/plugin-patterns.md)lightdash-development)plugins/{name}/.claude/skills/ (not in plugin directories)If the plugin includes destructive operations:
hooks/hooks.jsonBefore finalizing plugin:
make format and make lintmake test-integration-docker successfully./integration_tests/validate-manifest.sh./integration_tests/test-plugin-loading.shplugins/{name}/README.mdREADME.md plugin tabledocs/plugins/.claude/skills/.agents/skills, .claude/agents)Manifest schema and field rules: references/manifest-schema.md
Directory conventions and anti-patterns: references/directory-structure.md
Test strategy across local/CI: references/testing-strategies.md
Distribution checklist and channels: references/plugin-distribution.md
Scope and install context guidance: references/plugin-scopes.md
Manifest validator: scripts/validate-manifest.sh
Layout validator: scripts/check-structure.sh
Runtime load check: scripts/test-plugin-load.sh
Minimal manifest template: assets/templates/minimal-plugin.json
Complete manifest template: assets/templates/complete-plugin.json
Manifest with components template: assets/templates/plugin-with-components.json
../implement-hooks/SKILL.md../implement-agent-skills/SKILL.md../implement-sub-agents/SKILL.md../implement-agent-teams/SKILL.md../implement-claude-extensions/SKILL.md