# Bgorkem Skills

> Claude Code plugin marketplace with Agent Skills for Claude. Install via /plugin marketplace add bgorkem/bgorkem-skills

- **Type:** MCP server
- **Install:** `agentstack add mcp-bgorkem-bgorkem-skills`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [bgorkem](https://agentstack.voostack.com/s/bgorkem)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [bgorkem](https://github.com/bgorkem)
- **Source:** https://github.com/bgorkem/bgorkem-skills

## Install

```sh
agentstack add mcp-bgorkem-bgorkem-skills
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# bgorkem-skills

A [Claude Code plugin marketplace](https://code.claude.com/docs/en/plugin-marketplaces) hosting a personal collection of [Agent Skills](https://www.anthropic.com/news/agent-skills) for [Claude](https://claude.ai). Skills are small, self-contained folders of instructions that teach Claude how to handle specific workflows consistently — without re-explaining context in every conversation.

## Skills in this repository

| Plugin | What it does |
| --- | --- |
| [`obsidian-archive`](./plugins/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](https://github.com/MarkusPfundstein/mcp-obsidian) MCP server. |
| [`image-transform`](./plugins/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.

## Repository layout

```
.
├── .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.md
```

Each plugin is a self-contained folder under `plugins/` and can be installed independently.

## Installing

### Claude Code (recommended)

Add this repo as a marketplace, then install the plugin you want:

```shell
/plugin marketplace add bgorkem/bgorkem-skills
/plugin install obsidian-archive@bgorkem-skills
/plugin install image-transform@bgorkem-skills
```

Updates are one command away:

```shell
/plugin marketplace update bgorkem-skills
```

### Claude.ai (web / desktop / mobile)

1. Clone or download this repo.
2. Zip the `SKILL.md` and any sibling files inside a skill folder — the zip's top-level entry must be the skill folder itself. For `obsidian-archive`:
   ```bash
   cd plugins/obsidian-archive/skills
   zip -r ../../../obsidian-archive.zip obsidian-archive
   ```
3. In Claude.ai, open **Settings → Capabilities → Skills** and upload the zip.
4. Toggle the skill on.

### Requirements

Each 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.

## What is a skill?

A skill is a folder containing:

- `SKILL.md` — required file with YAML frontmatter (`name`, `description`) and Markdown instructions
- Optional `scripts/`, `references/`, `assets/` subfolders for anything the skill bundles

Claude 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](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills).

See Anthropic's [skill authoring best practices](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices) and [Complete Guide to Building Skills for Claude](https://resources.anthropic.com/hubfs/The-Complete-Guide-to-Building-Skill-for-Claude.pdf) for the full reference.

## Contributing

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.

## License

[MIT](./LICENSE) — use, modify, and redistribute freely.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [bgorkem](https://github.com/bgorkem)
- **Source:** [bgorkem/bgorkem-skills](https://github.com/bgorkem/bgorkem-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-bgorkem-bgorkem-skills
- Seller: https://agentstack.voostack.com/s/bgorkem
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
