A collection of personal skills for Claude Code. Installable as a plugin to extend Claude Code's capabilities with Emacs integration and other development tools.
In Claude Code, open the plugins menu and add this repository as a custom plugin:
https://github.com/brewski82/my-skills
Or install locally by pointing Claude Code to this directory in your settings.
/emacs — Emacs IntegrationInteract with your running Emacs server directly from Claude Code. Evaluate Emacs Lisp, work with buffers that don't have files (like scratch), and query your Emacs environment. For reading/writing regular files, use the built-in Claude Read/Write tools instead.
Requirements:
emacs --daemon or (server-start) in your init file)emacsclient available in your PATHQuick Examples:
emacsclient -e "(buffer-name)" # Current buffer name
emacsclient -e "(+ 1 2)" # Evaluate Lisp
emacsclient -e "(symbol-value 'user-full-name)" # Get variable
See skills/emacs/SKILL.md for complete documentation.
my-skills/
├── .claude-plugin/
│ └── marketplace.json # Plugin manifest
├── skills/
│ └── emacs/
│ └── SKILL.md # Emacs skill definition
└── README.md # This file
Add new skills by creating a new directory under skills/ with a SKILL.md file and updating .claude-plugin/marketplace.json.
Personal use. Feel free to fork and adapt for your workflow.
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 brewski82/my-skills --plugin my-skillsReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls