apmMicrosoft's dependency manager for agent context — declare skills, prompts, plugins and MCP servers in apm.yml; one install reproduces the setup across 8 clients with lockfile pinning and org policy.
Why switchOverlapping job, different model: skillkit is an imperative installer + format translator chasing breadth (46 agents, 400K skills); apm is declarative — manifest, lockfile, transitive deps, org policy — chasing reproducibility. apm's README even ships a 'coming from npx skills add' migration.
Full comparison → asmScriptable skill manager for AI coding agents — install, search, dedupe-audit and security-scan skills across 19 providers, with --json/--yes on every command so agents and CI can drive it.
Why switchSame job — install and manage skills across many coding agents — opposite bets: skillkit maximizes breadth (400K skills, 46 agents, format auto-translation); asm maximizes scriptability (agent-first --json/--yes CLI, dedupe audit, curated catalog, no accounts/telemetry).
Full comparison → SkillNetOpen skill infrastructure from ZJU NLP: search a 500K+ indexed skill library, install, generate skills from repos/docs/traces, score their quality, and compose/orchestrate them. SDK + CLI + MCP.
Why switchBoth are registry-scale skill installers (400-500K skills indexed). skillkit's strength is cross-agent format translation across 46 agents plus security scanning on install; SkillNet's is the research stack — create from traces, evaluate quality, compose and orchestrate.
Full comparison → autoskillsOne command installs your project's AI skill stack: scans package.json/Gradle/configs, detects the tech stack, and pulls matching skills from an audited, hash-verified registry.
Why switchBoth end with skills installed in your agent; skillkit is the explicit package manager you drive, autoskills the zero-config detector that decides for you from a smaller audited registry.
Full comparison → n-skillsCurated skill marketplace for AI coding agents on the universal SKILL.md/AGENTS.md format — write a skill once, install it into Claude Code, Codex, Copilot, Cursor and friends.
Why switchSame job — getting skills into any agent's format. skillkit is the breadth play (400K+ skills, 31 sources, security scans); n-skills is the depth play: one small marketplace where a human curated every entry.
Full comparison →