https://github.com/bitflight-devops/agentskills-linter
https://github.com/bitflight-devops/agentskills-linter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitflight-devops/agentskills-linter
- Owner: bitflight-devops
- License: mit
- Created: 2026-02-24T14:29:51.000Z (4 months ago)
- Default Branch: feature/initial-packaging
- Last Pushed: 2026-03-11T20:48:08.000Z (3 months ago)
- Last Synced: 2026-03-12T01:32:57.369Z (3 months ago)
- Language: Python
- Size: 1.28 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`