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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ac-tools:agentic-importThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Import an external asset into this repository.
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.
npx claudepluginhub waterplanai/agentic-config --plugin ac-toolsExports 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.
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.