From ac-tools
Exports skills, templates, or agents from a project to a repository's v0.2 plugin architecture via /agentic-export. Supports dry-run, plugin targeting, and pre-flight checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ac-tools:agentic-exportThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Export assets from a project into this repository.
Export assets from a project into this repository.
skill | template | agent--plugin, --force, --dry-run)Request: $ARGUMENTS
Delegate to shared logic via explicit skill invocation:
Skill(skill="agentic-share", args="export $ARGUMENTS")
# Export project skill into ac-tools plugin
/agentic-export skill my-skill --plugin ac-tools
# Export template directory
/agentic-export template templates/release-checklist
# Export an agent markdown file
/agentic-export agent /absolute/path/to/spec-reviewer.md
# Dry run preview
/agentic-export skill my-skill --plugin ac-qa --dry-run
Before delegating, verify:
skill, destination plugin is explicit or inferable.If checks fail, provide a clear error and stop.
Repository path resolution order:
npx claudepluginhub waterplanai/agentic-config --plugin ac-toolsImports external skills, templates, or agents into a repository's v0.2 Claude Code plugin architecture. Supports /agentic-import with --plugin, --force, --dry-run options.
Converts local, private Agent Skills into publishable artifacts by removing personal context, credentials, and machine-specific details.
Automates publishing of Claude Code plugins and Agent Skills: version bumping, changelog updates, git workflow. Activates on 'publish plugin' or 'release plugin' requests.