Use when the user invokes /anki-connect, asks to create or look up Anki flashcards, copy cards between decks, or notices something worth remembering long-term (a concept, gotcha, or vocab from a lesson).
Use when the user wants to read, search, rename, move, or reorganize Apple Notes — especially notes containing hyperlinks, where naive AppleScript/MCP body operations silently strip URLs.
Use when the user wants to add, view, complete, or organize items in Apple Reminders, or says "remind me", "add to my list", "todo".
Personal dotfiles + a Claude Code plugin marketplace for my custom skills. SKILL.md files follow the open Agent Skills standard, so the skill bodies are portable across Claude Code, Codex, Gemini CLI, etc. — only the marketplace wrapper (.claude-plugin/) is Claude-Code-specific.
From inside Claude Code, add the marketplace and install the personal plugin:
/plugin marketplace add k4black/dotfiles
/plugin install personal@kchernyshev-dotfiles
(Substitute ~/.dotfiles for k4black/dotfiles if you cloned locally.)
Skills are then auto-discovered, namespaced as personal:<skill-name> (e.g. /personal:anki-connect).
To pull updates after I push new skills:
/plugin marketplace update kchernyshev-dotfiles
Codex reads skills directly from ~/.codex/skills/<skill-name>/SKILL.md. Run the included installer to symlink every skill in plugins/personal/skills/ into that directory:
~/.dotfiles/plugins/personal/install-codex.sh
Idempotent — re-run it after adding new skills. Override the destination with CODEX_SKILLS_DIR=... if needed.
Point them at the skill directories directly: ~/.dotfiles/plugins/personal/skills/<skill-name>/.
.
├── .claude-plugin/
│ └── marketplace.json # marketplace manifest (CC discovers plugins from here)
├── plugins/
│ └── personal/ # one plugin, holds all my custom skills
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── install-codex.sh # symlinks every skill into ~/.codex/skills
│ └── skills/
│ ├── anki-connect/ # Anki flashcard creator
│ ├── apple-notes/ # Apple Notes — safe edit/rename/reorganize
│ └── apple-reminders/ # Apple Reminders — add/view/complete
└── ... # zsh, git, macOS dotfiles
| Skill | Description |
|---|---|
anki-connect | Create and browse Anki flashcards via the Anki-Connect add-on (AnkiWeb code 2055492159). Adapted from doasfrancisco/anki-skill. |
apple-notes | Read, rename, move, and reorganize Apple Notes safely — encodes the gotchas around link-URL stripping, the styled-<div> title, and move-note ID changes. Bundles export-to-markdown and import-from-markdown scripts. |
apple-reminders | Add, view, complete, and organize items in Apple Reminders via AppleScript. Adapted from densign01/reminders-skill. |
plugins/personal/skills/<skill-name>/SKILL.md with YAML frontmatter (name, description).plugins/personal/skills/<skill-name>/scripts/.version in plugins/personal/.claude-plugin/plugin.json and .claude-plugin/marketplace.json, commit, push./plugin marketplace update kchernyshev-dotfiles.git pull): re-run plugins/personal/install-codex.sh to symlink the new skill.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 k4black/dotfiles --plugin personalUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.