Notre avis
Cette compétence surveille et met à jour les outils de développement, en commençant par Oh My Opencode, en vérifiant les versions et en fournissant des instructions de mise à niveau.
Points forts
- Automatise la vérification des versions locales et distantes.
- Fournit des commandes de mise à niveau claires et précises.
- Préserve les fichiers de configuration lors des mises à jour.
- Détecte les versions stables et bêta.
Limites
- Limitée pour l'instant à Oh My Opencode uniquement.
- Ne supporte pas les mises à jour automatiques, nécessite une intervention manuelle.
- Ne couvre pas l'installation initiale ni le dépannage fonctionnel.
Utilisez cette compétence lorsque l'utilisateur demande comment vérifier ou mettre à jour la version d'Oh My Opencode.
Ne l'utilisez pas pour installer Oh My Opencode pour la première fois ou pour résoudre des bugs non liés aux versions.
Analyse de sécurité
PrudenceThe skill instructs the AI agent to execute 'bunx oh-my-opencode ...' commands for version checks and upgrades. While intended for a legitimate maintenance tool, this involves network downloads and execution of code, which could be exploited if the package is malicious. No destructive or exfiltration actions are present, but the risk warrants caution.
- •Instructs running 'bunx' commands, which downloads and executes code from npm; potential supply chain risk if the package is compromised.
Exemples
Is my Oh My Opencode installation up to date?How do I upgrade to the latest Oh My Opencode?name: housekeeper description: Automatically triggers when users ask about upgrading, updating, or checking versions of Oh My Opencode or other development tools. Use for version checks, upgrade procedures, maintenance recommendations, and keeping development tools current. scope: global license: MIT
Housekeeper
What this skill does
The Housekeeper skill monitors and maintains your development tools, starting with Oh My Opencode. It checks current versions, identifies available updates, and provides clear upgrade instructions to keep your tools current.
When to use this skill
This skill automatically triggers when users ask about:
- "upgrade", "update", or "check version" for Oh My Opencode
- "is my tool up to date?", "how to update [tool name]"
- "check for updates", "what's the latest version of [tool]"
- General tool maintenance and version management queries
Never use this skill for:
- Installing tools for the first time (use installation skills instead)
- Questions about specific tool usage or features
- Bug fixes or troubleshooting unrelated to versions
Instructions
For Oh My Opencode Maintenance:
-
Check Current Status:
- Run
bunx oh-my-opencode get-local-versionto check your current version - Compare against the latest available versions from npm
- Run
-
Identify Update Type:
- Determine if the latest version is stable or beta
- Check release notes for breaking changes or new features
- Consider your stability requirements (stable vs beta)
-
Perform Upgrade:
- For stable upgrades:
bunx oh-my-opencode install - For specific versions:
bunx oh-my-opencode@<version> install - For beta versions:
bunx oh-my-opencode@3.0.0-beta.2 install
- For stable upgrades:
-
Verify Installation:
- Run
bunx oh-my-opencode doctorto ensure everything works correctly - Confirm configuration files are preserved (
oh-my-opencode.json,opencode.json)
- Run
-
Provide Maintenance Recommendations:
- Suggest regular update schedule (weekly/monthly)
- Recommend testing major version upgrades in non-critical projects first
- Advise on backing up configuration before major upgrades
Future Tool Support:
This skill will be extended to support additional development tools. The framework is designed to be extensible for:
- Other OpenCode plugins
- Development environment tools
- Language-specific package managers
- CLI utilities
Example Usage
User: "Is my Oh My Opencode installation up to date?"
Housekeeper Response:
- Checks current version with
bunx oh-my-opencode get-local-version - Compares against npm registry
- Reports status and provides upgrade command if needed
User: "How do I upgrade to the latest Oh My Opencode?"
Housekeeper Response:
- Identifies latest stable vs beta versions
- Provides appropriate upgrade command
- Explains any important considerations for the upgrade
Important Notes
- Configuration Preservation: Your existing configuration files are preserved during upgrades
- No Auto-Update: Manual intervention is required for all updates
- Version Pinning: You can pin to specific versions if needed
- Backup Recommended: Always backup configuration before major version upgrades
- Stable vs Beta: Choose stable versions for production, beta for testing new features
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.