AI skills and MCP configuration management for development environments.
SaferSkills independently audited skills-sync (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
skills-sync is a profile-driven CLI for managing local skills, imported skills, upstreams, and MCP servers across supported AI agents.
Define an environment once, keep it in a local workspace, and sync it to tools like Codex, Cursor, Gemini, Copilot, and Claude Code.
npm i -g @ryanreh99/skills-syncskills-sync init --seed
skills-sync use personal
skills-sync syncProfile: a named environment with skills and MCP configuration.Upstream: a registered skill source you can browse, attach, refresh, and track.Source: a raw git repo, repo subdirectory, or local path.Sync: the recommended workflow that prepares runtime artifacts and updates supported agents.The workspace also keeps lock and manifest state so imported content stays inspectable and refreshable.
Register upstream demo
skills-sync profile add-upstream --source matlab/skillsAdd skills from an upstream demo
skills-sync profile add-upstream --source matlab/skills
skills-sync list upstream-content --upstream matlab_skills
skills-sync profile add-skill --upstream matlab_skills --path skills/matlab-test-generatorImport directly from a source demo
skills-sync profile add-skill personal \
--source https://github.com/openai/skills/tree/main/skills/.curated \
--upstream-id openai_curated \
--allList and search skills demo
skills-sync list skills --profile personal --detail full
skills-sync search skills --query matlab --scope discoverable
skills-sync search skills --query spreadsheet --profile personal --scope installedInspect and refresh imported state demo
skills-sync profile inspect personal
skills-sync profile refresh personal --dry-run
skills-sync profile refresh personal --upstream matlab_skillsCheck drift across local agents demo
skills-sync agents inventory
skills-sync agents drift --dry-runWorkspace sync demo
skills-sync workspace export
skills-sync workspace diff --format json
skills-sync workspace sync --dry-run~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.