Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.8.0 — generate + watch + doctor

Latest

Choose a tag to compare

@LiqunChen0606 LiqunChen0606 released this 06 Apr 02:46
· 6 commits to main since this release

Three wow features

aif generate — skill from plain English

pip install anthropic  # optional dependency
aif generate "code review skill for React PRs" -o code-review.md

Calls the Anthropic API, produces a deploy-ready SKILL.md that passes all quality checks. Post-processes with aif fix, validates with aif check, retries on failure. One command → A+ skill.

aif watch — live terminal grade

aif watch my-skill.md

Persistent terminal display that updates instantly on every file save. Color-coded grade (green/yellow/red), progress bar, lint/security counts, running timer. Makes skill authoring feel like a game.

aif doctor — repo health report

aif doctor .

Scans your entire repo for skills, grades each A+..F, prints a sorted report with actionable fix suggestions. One command → full picture.

Full command list (v0.8.0)

Command What
aif check FILE lint + security scan
aif score FILE letter grade + badge
aif fix FILE autofix lint issues
aif scan FILE security only
aif lint FILE lint only
aif generate "..." LLM-generate a skill
aif watch FILE live grade display
aif doctor DIR repo-wide report
aif mcp-server MCP for Claude Desktop

Install

pip install aif-skillforge   # cross-platform wheels

106 tests passing across all Python modules.