By ayusavin
Memory Bank Steward — maintains a lightweight always-current project encyclopedia in `.memory-bank/` covering architecture, stack, conventions, entities, and active tasks.
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 memory-bankDisciplined design process for producing visual artifacts (websites, prototypes, slides, covers, mobile screens) with the user as design manager and Claude as senior designer.
Local 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.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.
Make your AI agent code with your project's architecture, rules, and decisions.
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.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.