commit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited commit (Plugin) 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.
A curated collection of Claude Code plugins and skills by MCS.
Add this marketplace to Claude Code:
/plugin marketplace add Stoica-Mihai/claude-skillsThen browse and install plugins:
/plugin install <plugin-name>@claude-skillsExtensions for OpenSpec — autonomous task workflows with self-correction and verification loops.
Requires: OpenSpec initialized in your project (openspec init)
/plugin install opsx-ext@claude-skills| Command | Description |
|---|---|
/opsx-ext:task | Single-change autonomous workflow: explore, plan, self-review, implement, test, verify in the current working tree, then review and commit |
/opsx-ext:task-queue | Queue-based autonomous workflow for multi-change requests: explore, break into changes, execute each in an isolated worktree (plan, implement, test, verify), then review and commit |
Clean, minimal git commits — conventional-style summary, optional bullet body, no co-author trailers. Activates whenever you ask Claude to commit.
/plugin install commit@claude-skills| Skill | Description |
|---|---|
commit | Stages relevant files by name, writes a conventional-style summary (with a bulleted body when multiple distinct changes are staged), and commits without Co-Authored-By trailers or trailing narration. |
Test-Driven Development workflow — enforces Red/Green/Refactor discipline with test-first design.
/plugin install tdd@claude-skills| Command | Description |
|---|---|
/tdd [task] | Work test-first: list scenarios, write a failing test, implement minimal code to pass, refactor, repeat |
Build powerful, stateful CLI interfaces for any GUI application as compiled Go binaries using Cobra + bubbletea.
/plugin install cli-anything-go@claude-skills| Command | Description |
|---|---|
/cli-anything-go | Generate a CLI tool from a specification |
Meta-skills that shape how Claude approaches code. These skills don't add new commands — they activate automatically and change Claude's working habits.
/plugin install engineering-principles@claude-skills| Skill | Description |
|---|---|
dry-principle | Enforces DRY thinking on every coding task as a deliberate multi-pass sweep — one focused lens per pass (knowledge duplication, per-instance/fan-out state that duplicates at runtime, magic values, boundary literals, redundant state, parameter sprawl, stringly-typed reuse, repeated logic, call-site, interaction, cross-file siblings, symbol↔label, same-file scattered), because each kind hides from the search motion that finds the others. For whole-repo audits it fans out one agent per lens (cross-cutting lenses keep whole-repo view; Rule-of-Three counted centrally), then guides safe refactor execution — fix ordering, per-fix-type verification, and the singleton-hoist procedure. Guards against premature abstraction via the Rule of Three, coincidental similarity, and YAGNI. |
fact-check | Enforces evidence-based problem solving. No guessing — reads the actual source, traces callers and callees, checks git history, verifies library behavior against the version in use, and confirms each fix before moving on. |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.