oh-my-enhanced-plus-plus
v0.1.0
Published
Oh-My-Enhanced++ - UI Themes, Dynamic Skills, and Advanced Tools for OpenCode
Maintainers
Readme
Oh-My-Enhanced++
Enhancement plugin for oh-my-opencode - providing dynamic skills, security scanning, and cloud operations.
Installation
Quick Start
- Build the plugin
cd oh-my-enhanced++
npm install
npm run build- Publish to npm (or use local path)
npm publish- Configure OpenCode
Edit your ~/.config/opencode/opencode.json:
{
"plugin": [
"oh-my-opencode",
"oh-my-enhanced-plus-plus"
]
}Alternative: Local Development
# Link locally
cd oh-my-enhanced++
npm link
# Then in your project
npm link oh-my-enhanced-plus-plusFeatures
Skills
- oe-generate-skill: Dynamically generate new skills at runtime
- oe-security: Security scanning and vulnerability detection
- oe-cloud: Cloud operations (AWS, GCP, K8s)
Commands
- /oe-info: Show plugin information
- /oe-skills: List all available skills
Usage
# Use a skill
/skill oe-generate-skill
# Or use the tool directly
oe::generate-skill --name=my-skill --domain=frontendFile Structure
oh-my-enhanced++
├── src/
│ └── index.ts # Main plugin entry (TypeScript)
├── dist/ # Compiled JavaScript
├── package.json # npm package config
├── tsconfig.json # TypeScript config
├── postinstall.mjs # Post-install script
└── README.mdDevelopment
# Install dependencies
npm install
# Build TypeScript
npm run build
# Watch for changes
npm run devRequirements
- OpenCode >= 1.0.0
- Node.js >= 18.0.0
- oh-my-opencode plugin installed
What's Included
| Feature | Description | |---------|-------------| | Dynamic Skills | Generate skills at runtime | | Security Scanner | Scan for secrets/vulnerabilities | | Cloud Ops | AWS/GCP/K8s management | | Commands | /oe-info, /oe-skills |
License
MIT
