Claude Code skills for Source Watcher - a PHP ETL framework with a REST API and web UI.
| Skill | Description |
|---|---|
list-steps |
List all available pipeline steps (extractors, transformers, loaders) from the running API |
author-pipeline |
Author a .json pipeline file from a natural language description |
run-pipeline |
Run a saved pipeline by name via the API, with timing and error reporting |
query-output |
Inspect and query SQLite output files produced by pipeline runs |
- Source Watcher dev environment running locally
- API available at
http://localhost:8181(default) sqlite3CLI available on your host forquery-output
After installing these skills in Claude Code, invoke them with the /source-watcher: prefix:
/source-watcher:list-steps
/source-watcher:author-pipeline "fetch CVE data from the MITRE API and load into SQLite"
/source-watcher:run-pipeline cve-json-to-sqlite
/source-watcher:query-output cve-json-to-sqlite
Ready-to-run example pipeline files are available at source-watcher-examples.
MIT