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.
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.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.