From ac-tools
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.
npx claudepluginhub waterplanai/agentic-config --plugin ac-toolsThis skill is limited to using the following tools:
Import an external asset into this repository.
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.
Imports external skills from GitHub repositories into the workspace via URL. Parses formats, fetches files with Python script, verifies SKILL.md, and places in .agents/skills/. Use for /add-skill commands.
Bootstraps modular Agent Skills from Git repos: clones to sources/, extracts core docs into categorized references under skills/, registers in AGENTS.md.
Share bugs, ideas, or general feedback.
Import an external asset 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="import $ARGUMENTS")
# Import a skill into ac-tools
/agentic-import skill /path/to/project/.claude/skills/my-skill --plugin ac-tools
# Import template directory
/agentic-import template /path/to/project/templates/onboarding
# Import workflow agent file
/agentic-import agent /path/to/project/agents/spec-reviewer.md
# Preview without writing
/agentic-import skill /path/to/skill --plugin ac-git --dry-run
Before delegating, verify:
.claude-plugin/marketplace.json and plugins/).source_path exists.source_path is absolute.asset_type=skill, a target plugin is provided or inferable.If any check fails, stop with a clear error.