Custom skills for boosting AI-assisted development workflows
npx claudepluginhub aheritier/boost-your-aiJava language server (jj-language-server) for lightweight code intelligence - no JVM required
A Claude Code skill marketplace for boosting AI-assisted development workflows.
Add this marketplace to Claude Code:
/plugin marketplace add aheritier/boost-your-ai
Then restart Claude Code to load the skills.
jj-lsp)Lightweight Java language server powered by jj-language-server. No JVM required — runs on Node.js, starts ~9x faster and uses ~7.5x less memory than Eclipse JDT.LS.
Prerequisites: Node.js >= 20, install via npm install -g jj-language-server
Features:
View jj-lsp Plugin Documentation
Once installed, Claude will automatically use these skills when relevant. For example:
plugins/.claude-plugin/plugin.json manifest:
{
"name": "your-plugin",
"description": "Brief description of your plugin",
"version": "1.0.0"
}
skills/<skill-name>/SKILL.mdplugins/your-plugin/
├── .claude-plugin/
│ └── plugin.json # Required: Plugin manifest
├── README.md # Recommended: Installation guide
└── skills/
└── your-skill/
├── SKILL.md # Required: Skill instructions
└── references/ # Optional: Detailed documentation
Apache 2.0 - See LICENSE