This skill should be used when the user asks about "popular hyper plugins", "best hyper plugins", "find hyper plugin", "plugin recommendations", "hyper plugin examples", "what plugins", or mentions discovering and evaluating Hyper terminal plugins.
From hyper-devnpx claudepluginhub nthplusio/functional-claude --plugin hyper-devThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Discover, evaluate, and use popular Hyper terminal plugins.
| Plugin | Purpose | Key Pattern |
|---|---|---|
hypercwd | Open new tabs in current directory | cwd detection |
hyper-search | Search terminal content | search |
hyper-pane | Enhanced pane navigation | pane management |
hyperlinks | Clickable URLs in terminal | link handling |
| Plugin | Purpose | Key Pattern |
|---|---|---|
hyper-opacity | Window transparency control | window effects |
hyper-dracula | Dracula color theme | theme |
hyper-one-dark | One Dark theme | theme |
hyper-snazzy | Snazzy color scheme | theme |
| Plugin | Purpose | Key Pattern |
|---|---|---|
hyper-statusline | Status bar with git info | status bar |
hyper-tab-icons | Icons in tab titles | tab customization |
hyper-tabs-enhanced | Enhanced tab management | tab customization |
| Plugin | Purpose | Key Pattern |
|---|---|---|
hyper-sshd | SSH connection management | remote/ssh |
hyperterm-safepaste | Safe paste for SSH | security |
When recommending plugins, consider:
Add plugin names to .hyper.js:
module.exports = {
plugins: [
'hypercwd',
'hyper-search',
'hyper-dracula'
],
// ...
};
Reload with Cmd+Shift+R (macOS) or Ctrl+Shift+R (Windows/Linux).
Search for plugins on npm:
https://www.npmjs.com/search?q=keywords:hyper-plugin
Official plugin directory:
https://hyper.is/plugins
Search by topic:
https://github.com/topics/hyper-plugin
Check compatibility before installing:
Common conflicts:
For plugin development guidance, use the hyper-plugins skill.
For theme creation, use the hyper-themes skill.
User request: "I want tabs that show the current directory"
Recommendation process:
plugin-ecosystem.json for plugins with "cwd" or "tab" patternshypercwd - Opens new tabs in current directoryhyper-tab-icons - Shows process icons in tabs