From dd6f54051766eb36c6fc9cfab9df8f92d06a9726 Mon Sep 17 00:00:00 2001 From: Stephen Benjamin Date: Thu, 20 Aug 2026 19:23:58 -0400 Subject: [PATCH] Add skillsaw --- data/tools/skillsaw.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/tools/skillsaw.yml diff --git a/data/tools/skillsaw.yml b/data/tools/skillsaw.yml new file mode 100644 index 000000000..5b7cc6e7d --- /dev/null +++ b/data/tools/skillsaw.yml @@ -0,0 +1,19 @@ +name: skillsaw +categories: + - linter +tags: + - configfile + - json + - markdown + - security + - yaml +license: Apache License 2.0 +types: + - cli +source: 'https://github.com/stbenjam/skillsaw' +homepage: 'https://skillsaw.org/' +description: >- + Configurable linter for the files that steer AI coding agents, including + skills, plugins, instruction files, hooks, and related configuration. Detects + structural, content-quality, and security issues and provides deterministic + autofixes, baselines, and CI-ready output.