Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub oxidecomputer/claude-plugins --plugin engGenerates a plan to coordinate a dependency upgrade across multiple Oxide repos with cyclic dependencies. Triggered when upgrading a shared dependency (like progenitor, reqwest, dropshot) that must be synchronized across omicron, crucible, propolis, dendrite, maghemite, lldp, or other repos. Produces a reviewable plan document rather than executing directly.
Write, review, or organize documentation following the Diátaxis framework. Use when writing docs, reviewing docs, creating tutorials, how-to guides, reference material, or explanatory content.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Meta-plugin that installs all skills from all plugins in the marketplace
Skill synchronization and management for Claude Code, Codex, GitHub Copilot, and Cursor. Provides 27 MCP tools for validation, sync, intelligence, and tracing.
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,495 supported skills.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Voice-driven pair programming. Requires the attend binary (cargo install attend).
This repo is a Claude plugin
marketplace for Oxide. For
now, there is only one plugin, called eng, and the point of it is to collect
skills. A skill is a directory containing a markdown file that tells Claude
how to do a task, plus whatever additional scripts and reference documents it might need. Skills are are not loaded into context unless they are needed. The skill docs explain when skills are loaded into context.
/plugin marketplace add oxidecomputer/claude-plugins
/plugin install eng@oxide
This will make the skills in the plugin available to Claude. To use a skill, you can say "use the ... skill to ...". Claude can also decide on its own when to use a skill based on the skill's name and description.
After new skills are pushed to this repo, pull updates with:
/plugin marketplace update oxide
Add skills that might be useful to others. Add a directory eng/skills with a SKILL.md in it, like eng/skills/my-new-skill/SKILL.md. Make sure the skill has a description in the YAML frontmatter that will help Claude decide when to use it.
See the skills overview and skill authoring best practices from Anthropic.