bulk_import
Import multiple AI agent skills from a directory by scanning subdirectories containing SKILL.md files. Validates, deduplicates, and optionally fills missing frontmatter, infers resources, and syncs profiles.
Instructions
Import every immediate child directory under source_dir that contains a SKILL.md. Each child is validated and deduped like propose_skill; agents fills missing agents frontmatter for migration bundles, resources can be inferred from bundled files, and profile sync runs once at the end. Returns compact sync counts by default; pass verbose: true for full per-profile sync detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_dir | Yes | ||
| agents | No | ||
| allow_synthesized_frontmatter | No | ||
| sync_profiles | No | ||
| profile_roots | No | ||
| discover_profile_roots | No | ||
| verbose | No |