Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions data/tools/skillsaw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: skillsaw
categories:
- linter
tags:
- configfile
- json
- markdown
- security
- yaml

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's time to introduce a skill tag, although, technically, it's just Markdown with a frontmatter. But I see more and more linters target skills specifically. What do you think?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense, I added a commit that adds that tag to this branch

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.
Loading