pkfire
Typed task runner with Bazel-style incremental caching
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install pkfire?โผ
Run `npx skills add mizchi/pkfire --all -g -y` in your terminal to install all skills in this repository globally.
What is pkfire used for?โผ
pkfire is a typed task runner that replaces Makefiles, justfiles, and npm scripts with Pkl configuration. It builds a dependency graph and only reruns tasks whose inputs actually changed.
How does pkfire caching work?โผ
Each task gets a content hash from its command, inputs, and environment. On a cache hit, outputs are restored instantly from a local store or a shared remote cache instead of rerunning.
Can AI agents write Taskfile.pkl files?โผ
Yes. The included skill teaches your agent the exact schema, dependency, and caching rules so it can author and debug Taskfiles without guessing.
Does pkfire work in CI pipelines?โผ
Yes. A ready-made GitHub Action installs the pkf binary and Pkl CLI, and the remote cache lets CI jobs share results across runs.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core