By ayusavin
Disciplined design process for producing visual artifacts (websites, prototypes, slides, covers, mobile screens) with the user as design manager and Claude as senior designer.
Personal collection of Claude Code skills, packaged as a plugin marketplace.
Each plugin lives in its own directory with a .claude-plugin/plugin.json
manifest and a skills/<name>/SKILL.md body.
| Plugin | Description |
|---|---|
| transcribe | Local meeting transcription with speaker diarization. macOS (Apple Silicon): mlx-whisper + FluidAudio CoreML (~30× realtime). Other platforms: whisply (faster-whisper + pyannote). |
| mattermost | Read, search, and act in Mattermost via the mm CLI. Catch up on unreads/DMs/mentions, post, react, set status, manage channels — agent-friendly JSON output. |
| memory-bank | Memory Bank Steward — maintains a lightweight always-current project encyclopedia in .memory-bank/. |
| design-process | Disciplined design process for producing visual artifacts (websites, prototypes, slides, mockups). |
Inside Claude Code:
/plugin marketplace add ayusavin/skills
/plugin install transcribe@ayusavin-skills
Install everything:
/plugin install transcribe@ayusavin-skills
/plugin install mattermost@ayusavin-skills
/plugin install memory-bank@ayusavin-skills
/plugin install design-process@ayusavin-skills
Update later:
/plugin marketplace update ayusavin-skills
If you don't want to use the marketplace:
mkdir -p ~/.claude/skills
git clone --depth=1 [email protected]:ayusavin/skills.git ~/.claude/skills/_ayusavin
for s in transcribe mattermost memory-bank design-process; do
ln -s _ayusavin/$s/skills/$s ~/.claude/skills/$s
done
.claude-plugin/marketplace.json # marketplace registry
<plugin>/
.claude-plugin/plugin.json # per-plugin manifest
skills/<plugin>/
SKILL.md # skill body + frontmatter
references/ # docs referenced by SKILL.md (optional)
scripts/ # helper scripts (optional)
MIT.
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 ayusavin/skills --plugin design-processLocal meeting transcription with speaker diarization. macOS: mlx-whisper + FluidAudio CoreML (~30x realtime). Other platforms: whisply (faster-whisper + pyannote).
Read, search, and act in Mattermost via the `mm` CLI. Catch up on unreads/DMs/mentions, post, react, set status, manage channels — all from the terminal with agent-friendly JSON output.
Memory Bank Steward — maintains a lightweight always-current project encyclopedia in `.memory-bank/` covering architecture, stack, conventions, entities, and active tasks.
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.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.