npx claudepluginhub xh/hoist-aiAI augmentation for Hoist application development
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations
Claude Code plugins for the Slidev presentation framework
Claude Code plugin for AI-augmented Hoist application development, by Extremely Heavy Industries.
@xh/hoist installed in your project's node_modules (provides the MCP server).gh CLI installed and authenticated (for the feedback skill).In a Claude Code session:
/plugin marketplace add xh/hoist-ai
/plugin install xh@hoist-ai
The plugin is now active for all your projects.
In any Hoist project directory:
/xh:onboard-app
This will:
| Skill | Command | Description |
|---|---|---|
| Onboard | /xh:onboard-app | Configure AI setup for a Hoist project |
| Upgrade | /xh:hoist-upgrade | Upgrade hoist-react to a new major version |
| Feedback | /xh:feedback | File feedback as a GitHub issue |
To ensure all developers on a project have the plugin, add this to the project's
.claude/settings.json:
{
"extraKnownMarketplaces": {
"hoist-ai": {
"source": {
"source": "github",
"repo": "xh/hoist-ai"
}
}
},
"enabledPlugins": {
"xh@hoist-ai": true
}
}
Claude Code will prompt developers to install the marketplace and plugin when they open the project.
When the plugin is active in a project with @xh/hoist installed, these MCP tools are
available:
| Tool | Description |
|---|---|
hoist-ping | Verify MCP server connectivity |
hoist-search-docs | Search framework documentation by keyword |
hoist-list-docs | Browse available documentation by category |
hoist-search-symbols | Find TypeScript classes, interfaces, and types |
hoist-get-symbol | Get detailed type signatures and JSDoc |
hoist-get-members | List members of a class or interface |
Apache-2.0