agentsclimarketplace

Good

Skill amolb1986/skill-lint/examples/good

ESLint for AI agent skills and MCP tools — audit SKILL.md files and MCP tool schemas for token bloat, weak descriptions, schema errors and duplicate tools. Zero dependencies.

Install
npx -y skills add amolb1986/skill-lint --skill good

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Generate a grouped, human-readable changelog from git history between two refs

SKILL.md

0.9 KB, as published. Nobody here has run it

changelog-from-git

Produce a clean changelog by reading git log between two refs and grouping commits by type (feat / fix / docs / chore) inferred from Conventional Commit prefixes.

When to use

Invoke this when the user wants release notes or a summary of changes between two points in history — e.g. "what changed since v1.2.0" or "draft a changelog for this release".

Example

git log v1.2.0..HEAD --pretty=format:'%s'

Group the resulting subjects, drop merge commits, and render markdown:

## v1.3.0
### Features
- add dark mode toggle
### Fixes
- correct timezone in export

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.