From anton-core
Batch-import a directory of files into the knowledge base, resuming from a checkpoint on interruption. Use for "bulk import this folder", "import this directory", or "ingest this directory".
How this skill is triggered — by the user, by Claude, or both
Slash command
/anton-core:bulk-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
Walks a directory, classifies each file, and routes every file through the same intake pipeline as `save`. Updates a checkpoint after each success so an interrupted run resumes without redoing completed files. Two paths share one dispatcher: in-session orchestration with batched concurrency, and an out-of-session CLI executor for unattended runs.
Walks a directory, classifies each file, and routes every file through the same intake pipeline as save. Updates a checkpoint after each success so an interrupted run resumes without redoing completed files. Two paths share one dispatcher: in-session orchestration with batched concurrency, and an out-of-session CLI executor for unattended runs.
/anton-core:bulk-import against a known content tree"${CLAUDE_PLUGIN_ROOT}/scripts/core" item bulk-import --path <dir> [--recursive] [--dry-run] [--format jsonl|summary] [--quiet]
Use --dry-run first to preview the file count and classification before any write. Re-running against the same directory detects the checkpoint and skips completed files.
Success envelope reports imported, by_type, tasks_created, relationships, dropped_by_owner_filter, stub_documents_written, errors, skipped, and per-stage timing_ms. Streaming mode emits one JSONL line per file plus a final {"summary": true, ...} line. Contract: docs/plugin-spec/05-cli-contract.md#item-bulk-import.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub xlightxyearx/anton-core-plugin --plugin anton-core