By bgorkem
Distils the current conversation into a concise reference note and saves it to the user's Obsidian vault in a configurable archive folder. Requires the mcp-obsidian MCP server.
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. |
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
├── LICENSE
└── README.md
Each 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
Updates are one command away:
/plugin marketplace update bgorkem-skills
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:
cd plugins/obsidian-archive/skills
zip -r ../../../obsidian-archive.zip obsidian-archive
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.
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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bgorkem/bgorkem-skills --plugin obsidian-archivePermanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.