Skip to content

SourceWatcher/source-watcher-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

source-watcher-skills

Claude Code skills for Source Watcher - a PHP ETL framework with a REST API and web UI.

Skills

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

Prerequisites

Usage

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

Example pipelines

Ready-to-run example pipeline files are available at source-watcher-examples.

License

MIT

About

Claude Code skills for authoring, running, and querying data pipelines

Resources

License

Stars

Watchers

Forks

Contributors