Notre avis
Importe des compétences, modèles ou agents externes dans l'architecture de plugins Claude Code v0.2 d'un dépôt.
Points forts
- Prend en charge trois types d'actifs (skill, template, agent)
- Validation préalable automatique (existence du chemin, structure du dépôt)
- Option de simulation (dry-run) pour prévisualiser l'opération
- Intégration avec le système de plugins et l'import nommé
Limites
- Nécessite que le répertoire courant soit la racine d'un dépôt avec la structure .claude-plugin
- Les chemins sources doivent être absolus
- Spécifique à l'architecture Claude Code v0.2
Lorsque vous souhaitez introduire une compétence, un modèle ou un agent externe dans votre dépôt utilisant l'architecture de plugins Claude Code.
Si vous importez depuis un chemin relatif ou si le dépôt cible ne suit pas la structure .claude-plugin requise.
Analyse de sécurité
SûrThe skill only validates environment and delegates to a named internal skill, with no direct execution of dangerous commands. Allowed tools include Bash but are not used in the skill's logic.
Aucun point d'attention détecté
Exemples
/agentic-import skill /path/to/project/.claude/skills/my-skill --plugin ac-tools/agentic-import template /path/to/project/templates/onboarding/agentic-import agent /path/to/project/agents/spec-reviewer.mdname: agentic-import description: "Import external reusable assets into this repository's v0.2 plugin architecture (skills, templates, agents)." project-agnostic: false allowed-tools:
- Read
- Write
- Edit
- Bash
- Glob
- Grep
- Skill
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:
Skill(skill="agentic-share", args="import $ARGUMENTS")
Examples
# 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
Pre-Flight Check
Before delegating, verify:
- Current directory is repository root (contains
.claude-plugin/marketplace.jsonandplugins/). source_pathexists.source_pathis absolute.- If
asset_type=skill, a target plugin is provided or inferable.
If any check fails, stop with a clear error.
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.