Stats
Links
Categories
npx claudepluginhub antiguru/timely-skillSkill for working with the columnar crate for struct-of-arrays data layout.
Claude Code skills for writing timely dataflow and differential dataflow operators.
Add the plugin and install:
/plugin marketplace add antiguru/timely-skill
/plugin install timely-skill@timely-dataflow-skill
/plugin install differential-skill@timely-dataflow-skill
/plugin install columnar-skill@timely-dataflow-skill
Skills are then available as /timely-skill:writing-timely-operators, /differential-skill:writing-differential-operators, and /columnar-skill:using-columnar.
Add the skill directory to your Claude Code settings.
In ~/.claude/settings.json or your project's .claude/settings.json:
{
"skills": [
"/path/to/timely-skill/skills/writing-timely-operators",
"/path/to/timely-skill/skills/writing-differential-operators",
"/path/to/timely-skill/skills/using-columnar"
]
}
Licensed under either of Apache License, Version 2.0 or MIT License, at your option.