Package: wf Title: Artificial Intelligence Workflow Tools Version: 0.1.0 Authors@R: person(given = "Christopher T.", family = "Kenny", role = c("aut", "cre"), email = "ctkenny@proton.me", comment = c(ORCID = "0000-0002-9386-6860")) Description: Manage skills for large language model coding agents. Supports installing skills from 'GitHub' or local directories, tracking versions in a lock file, and keeping installations current. Installations can be scoped to a single project or shared globally across projects. URL: https://christophertkenny.com/wf/, https://github.com/christopherkenny/wf BugReports: https://github.com/christopherkenny/wf/issues Depends: R (>= 4.1.0) License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli (>= 3.6.0), fs, gh, jsonlite, rlang (>= 1.1.0), yaml Suggests: testthat (>= 3.0.0), withr Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate Config/pak/sysreqs: cmake git make libuv1-dev libssl-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-20 19:52:48 UTC RemoteUrl: https://github.com/christopherkenny/wf RemoteRef: HEAD RemoteSha: 9299ca43ad3be4f31ac5973fa907b93104300785 NeedsCompilation: no Packaged: 2026-06-20 10:38:47 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny