Install
$ agentstack add mcp-selic-skills ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
selic/skills
Agent Skills for Claude Code, distilled from real MSP, Home Assistant, and MCP work. Each skill is a self-contained SKILL.md that teaches the agent a repeatable, opinionated procedure — the kind of thing I'd otherwise re-explain every time.
Skills
| Skill | What it does | |-------|--------------| | [publish-mcp-server](skills/publish-mcp-server/SKILL.md) | End-to-end MCP server distribution — npm packaging, the official MCP registry, Claude Desktop .mcpb bundle, tagged-release automation, and directory listings. Ships a check.mjs preflight validator. | | [release-mcp-version](skills/release-mcp-version/SKILL.md) | Cut a NEW version of an already-distributed MCP server — lockstep version bump, land on main, tag, and let CI publish to npm + the MCP registry + a GitHub release. Ships a bump.mjs helper; flags the human-approval gates. | | [ha-addon-scaffold](skills/ha-addon-scaffold/SKILL.md) | Scaffold a production-ready Home Assistant add-on — config.yaml options schema, multi-arch image, s6 services, Ingress web UI, GHCR CI, docs. | | [mcp-server-review](skills/mcp-server-review/SKILL.md) | Audit an MCP server's tool design — naming, descriptions/annotations, schema strictness, output token budgets, error handling, and permission safety. |
More landing here over time. See [_template/SKILL.md](_template/SKILL.md) for the shape of a good skill.
Install (as a Claude Code plugin)
This repo is also a plugin marketplace, so you get every skill with two commands:
/plugin marketplace add selic/skills
/plugin install selic-skills@selic
Update later with /plugin marketplace update selic.
Use without the plugin system
Skills are just folders. Copy any one into your skills directory:
# project-scoped
cp -r skills/ha-addon-scaffold .claude/skills/
# or user-scoped (available in every project)
cp -r skills/ha-addon-scaffold ~/.claude/skills/
Claude Code loads it automatically; invoke it by name or let its description triggers pull it in.
Contributing your own
Copy [_template/SKILL.md](_template/SKILL.md) to skills//SKILL.md, write the description as a precise trigger (it decides when the skill loads), and keep the body imperative and focused. Only folders under skills/ are loaded as skills.
Author
Built by Eugene Samotija (@selic) — defency.net. More projects: github.com/selic · LinkedIn
License
[MIT](LICENSE)
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: selic
- Source: selic/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.