AI SummaryImport an external asset into this repository. Delegate to shared logic via explicit skill invocation: Before delegating, verify:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "agentic-import" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/agentic-import && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agentic-import/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/skills/agentic-import/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agentic-import/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/skills/agentic-import/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Import external reusable assets into this repository's v0.2 plugin architecture (skills, templates, agents).
Import a skill into ac-tools
/agentic-import skill /path/to/project/.claude/skills/my-skill --plugin ac-tools
Agentic Import
Import an external asset into this repository.
Arguments
• asset_type: skill | template | agent • source_path: absolute path to source asset • target_name: optional destination name • options: optional flags (--plugin, --force, --dry-run) Request: $ARGUMENTS
Execution
Delegate to shared logic via explicit skill invocation: `python Skill(skill="agentic-share", args="import $ARGUMENTS") `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster