run_discovery_pipeline
Discover and ingest Claude Code components by running a pipeline that identifies skills, agents, and commands with configurable quality thresholds and repository limits.
Instructions
Run the discovery and ingestion pipeline.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | No | Error messages | |
| failed_count | Yes | Failed to ingest | |
| healed_count | Yes | Previous failures healed | |
| skipped_count | Yes | Skipped (dry-run or meta-list) | |
| ingested_count | Yes | Successfully ingested | |
| new_repos_count | Yes | Repos not yet tracked | |
| discovered_count | Yes | Total repos discovered | |
| duration_seconds | Yes | Pipeline run duration |