Skip to content

v0.7.0 — Autofix + MCP server + Leaderboard

Choose a tag to compare

@LiqunChen0606 LiqunChen0606 released this 05 Apr 23:21
· 14 commits to main since this release

Three new features

1. aif fix — autofix SKILL.md

aif fix my-skill.md --write     # fix and overwrite
aif fix my-skill.md --check     # dry-run, exit 1 if changes needed (CI)
aif fix my-skill.md --diff      # show unified diff

Mechanically fixes 5 lint rules: NameFormat (kebab-case), missing frontmatter, oversized descriptions, missing required sections, empty blocks. Takes a broken skill from parse-error to A+ in one command.

2. aif mcp-server — MCP for Claude Desktop / Cursor

{
  "mcpServers": {
    "skillforge": {
      "command": "aif",
      "args": ["mcp-server"]
    }
  }
}

4 tools: check_skill, score_skill, scan_skill, fix_skill. Any MCP client can invoke SkillForge natively.

3. Weekly skills leaderboard

leaderboard/LEADERBOARD.md — GitHub Action scans for public SKILL.md files, grades with aif score, publishes ranked top-25 weekly.

Install

pip install aif-skillforge   # cross-platform wheels
aif fix SKILL.md --write
aif score SKILL.md

Wheels

Linux x86_64/aarch64, macOS x86_64/arm64, Windows x64, source distribution.