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.
npx claudepluginhub waterplanai/agentic-config --plugin ac-toolsThis skill is limited to using the following tools:
Export assets from a project into this repository.
Imports external skills, templates, or agents into a repository's v0.2 Claude Code plugin architecture. Supports /agentic-import with --plugin, --force, --dry-run options.
Packages skills for distribution and injects context into CLAUDE.md, AGENTS.md, or .cursorrules files. Use when users request to export or package a skill.
Publishes local skills to claude-code-plugin repo with correct structure, category placement, validation, duplicate checks, and beta/internal support.
Share bugs, ideas, or general feedback.
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: