image-transform — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited image-transform (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 Claude Code plugin marketplace hosting a personal collection of Agent Skills for Claude. Skills are small, self-contained folders of instructions that teach Claude how to handle specific workflows consistently — without re-explaining context in every conversation.
| Plugin | What it does |
|---|---|
obsidian-archive | Distils the current conversation and saves it as a reference note in an Obsidian vault under a configurable archive folder. Requires the mcp-obsidian MCP server. |
image-transform | Image conversion and transformation skills. Includes svg-to-png: converts a single SVG file to a high-resolution PNG using rsvg-convert. Useful for exporting diagrams to platforms that don't render SVG inline (Medium, Notion, slide decks). |
More skills will be added over time.
.
├── .claude-plugin/
│ └── marketplace.json # marketplace catalog
├── plugins/
│ ├── obsidian-archive/ # one plugin per skill
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json # plugin manifest
│ │ └── skills/
│ │ └── obsidian-archive/
│ │ └── SKILL.md # the skill itself
│ └── image-transform/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ └── svg-to-png/
│ └── SKILL.md
├── LICENSE
└── README.mdEach plugin is a self-contained folder under plugins/ and can be installed independently.
Add this repo as a marketplace, then install the plugin you want:
/plugin marketplace add bgorkem/bgorkem-skills
/plugin install obsidian-archive@bgorkem-skills
/plugin install image-transform@bgorkem-skillsUpdates are one command away:
/plugin marketplace update bgorkem-skillsSKILL.md and any sibling files inside a skill folder — the zip's top-level entry must be the skill folder itself. For obsidian-archive: cd plugins/obsidian-archive/skills
zip -r ../../../obsidian-archive.zip obsidian-archiveEach plugin documents its external dependencies in a Requirements section inside its SKILL.md. Check that section before installing — some skills require specific MCP servers, plugins, or local tools to function.
A skill is a folder containing:
SKILL.md — required file with YAML frontmatter (name, description) and Markdown instructionsscripts/, references/, assets/ subfolders for anything the skill bundlesClaude loads the frontmatter into its system prompt so it knows when to use the skill; the body loads when the skill triggers. This is called progressive disclosure.
See Anthropic's skill authoring best practices and Complete Guide to Building Skills for Claude for the full reference.
This is a personal collection, but issues and suggestions are welcome. If you fork and build on these, a link back is appreciated but not required.
MIT — use, modify, and redistribute freely.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.