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

https://github.com/scanaislop/aislop-skill

Code-quality gate and coding guardrail for AI coding agents — drop-in skill installable via npx skills add scanaislop/aislop-skill
https://github.com/scanaislop/aislop-skill

agent-skills ai-agents ai-slop ai-slop-detection anthropic claude-code cline code-quality codex coding-guardrail cursor developer-tools gemini-cli quality-gate skills-sh static-analysis windsurf

Last synced: 24 days ago
JSON representation

Code-quality gate and coding guardrail for AI coding agents — drop-in skill installable via npx skills add scanaislop/aislop-skill

Awesome Lists containing this project

README

          

# aislop-skill

Agent skills for the [aislop](https://github.com/scanaislop/aislop) code-quality CLI, installable across every agent in the [skills.sh](https://skills.sh) ecosystem.

## Install

```bash
npx skills add scanaislop/aislop-skill
```

Flags: `-s ` to pick one skill, `-a ` for a specific agent, `-g` for user-scope, `--list` to preview. See `npx skills add --help`.

## Skills

| Name | Path | Summary |
|---|---|---|
| `aislop` | [`skills/aislop/`](skills/aislop/) | Code-quality gate and coding guardrail. Scans with aislop, fixes the mechanical findings, addresses the rest in-session in the project's own style. |

## Links

- aislop CLI: [github.com/scanaislop/aislop](https://github.com/scanaislop/aislop)
- Docs: [scanaislop.com/docs/skill](https://scanaislop.com/docs/skill)
- Contribute: [CONTRIBUTING.md](CONTRIBUTING.md)

## License

MIT. Copyright 2026 [scanaislop](https://github.com/scanaislop).