StackMap
Subscribe

SkillForge vs SkillX

A methodology and toolkit for engineering AI skills instead of improvising them — plus a Context Skill Advisor that proactively recommends, improves or creates skills from what you're doing. — versus — Research framework that auto-distills agent trajectories into a three-level skill knowledge base (planning, functional, atomic) — pluggable into weaker agents and new environments.

The curated verdict

Both systematize skill creation: SkillX distills skills automatically from agent trajectories (research-grade); SkillForge is the hands-on engineering methodology with a proactive advisor for working developers.

SkillForgeSkillX
Stars791261
Forks8624
LanguagePythonPython
LicenseMITMIT
Last activity1 months ago12 days ago
Topicsskillsskills
Curated connections12

SkillForge — the curator's take

The 'skills are engineering, not art' manifesto, executed: structured creation process with validation built in, and v5.2's Context Skill Advisor watches your session/project context and suggests the skill you should have — with proactivity levels (off→active) so it advises rather than nags. If you author skills regularly, the rigor pays. NOT a registry or installer (that's the package managers' job) and the advisor's judgment tracks its context quality — garbage project context, garbage suggestions.

SkillX — the curator's take

The interesting research bet: instead of storing raw trajectories or reflections, distill agent experience into a hierarchy of reusable skills that transfer — a strong backbone agent builds the library, weaker agents plug it in and improve on AppWorld/BFCL/τ2-Bench. Read it if you're building agent-improvement loops; the three-level decomposition (planning/functional/atomic) is a genuinely useful mental model. NOT production tooling — it's an academic codebase (~250 stars) built around benchmarks, so expect to adapt it to your stack rather than pip-install it.