An open API service indexing awesome lists of open source software.

https://github.com/bitflight-devops/agentskills-linter


https://github.com/bitflight-devops/agentskills-linter

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# skilllint

Static analysis linter for Claude Code plugins, skills, and agents.

## Installation

```bash
pip install skilllint
```

## Usage

```bash
skilllint path/to/plugin/
agentlint path/to/skill/SKILL.md
skillint path/to/plugin/plugin.json
```

## CLI entry points

All three commands are aliases for the same tool:

- `skilllint`
- `agentlint`
- `skillint`