Notre avis
Cette compétence aide les utilisateurs à découvrir les capacités de la CLI cw, à explorer les composants et archétypes disponibles, et à décider quelles fonctionnalités ajouter à un dépôt.
Points forts
- Exploration interactive des fonctionnalités et options de la CLI
- Recommandations contextuelles basées sur le type de projet
- Orientation claire vers les prochaines étapes et compétences connexes
Limites
- Nécessite que la CLI cw soit installée et configurée
- Limitée aux capacités de la CLI cw ; pas d'extensions personnalisées
Utilisez-la lorsque vous débutez avec la CLI cw ou que vous souhaitez comprendre les composants et archétypes disponibles pour votre projet.
Ne l'utilisez pas si vous savez déjà exactement quel composant ou archétype vous avez besoin ; utilisez la compétence spécifique à la place.
Analyse de sécurité
PrudenceThe skill uses Bash for installation via piping a remote script, which is a high-risk pattern. Additionally, it allows any cw command (Bash(cw:*)), which, while not inherently destructive, grants broad CLI access. No data exfiltration or destructive actions are instructed, but the installation method warrants caution.
- •Instructs piping a remote script directly to bash (gh api ... | bash), which poses a supply chain risk if the repository is compromised.
Exemples
I'm new to the cw CLI. Can you show me what it can do and what components it offers?I have an existing Go service repo. What components should I add to improve it?name: cw-explore description: Discover what the cw CLI can do for you. Use when learning about cw CLI capabilities, exploring available components and archetypes, or deciding what features to add to a repository. allowed-tools:
- Bash(cw version)
- Bash(cw:*)
CW CLI Explorer
Interactive discovery skill for the CoreWeave engineering CLI. Helps you understand what's available and what might benefit your project.
When to Use This Skill
Use this skill when:
- You're new to the cw CLI and want to learn what it offers
- You want to see what components are available to add to a repo
- You want to explore archetype options for a new project
- You need to understand what a specific component or archetype does
Instructions
Step 1: Check CLI Status
First, verify the CLI is installed and check the version:
cw version
If not installed, guide the user to install it:
gh api -H 'Accept: application/vnd.github.v3.raw' \
"repos/coreweave/cw-eng-cli/contents/scripts/install.sh" | bash
Step 2: Understand User Context
Ask the user about their context:
- Are they exploring for a new project or an existing repo?
- What kind of project (Go service, Python app, general)?
- What problems are they trying to solve?
Step 3: Show Relevant Options
Based on context, present the most relevant options:
For new projects:
- Explain available archetypes (blank-repo, go-http-service)
- Show how to preview:
cw scaffold generate -a
For existing repos:
- List available component groups and what they solve
- Recommend based on what the repo is missing
Component Categories:
| Category | Components | Solves | |----------|------------|--------| | backstage | catalog-yaml-* | Service catalog registration | | github | codeowners | Code ownership and review routing | | github | workflow-megalinter | Comprehensive linting | | github | workflow-renovate | Dependency updates | | github | workflow-claude-review-prs | AI PR review | | github | workflow-close-stale-prs | PR hygiene | | helm | chart-basic | Kubernetes deployment |
Step 4: Deep Dive
If the user wants more info about a specific component or archetype:
cw scaffold info -c # For component info
cw scaffold info -a # For archetype info
Step 5: Next Steps
Based on what they want to do, guide them to the appropriate skill:
/cw-repofor creating a new repository/cw-scaffoldfor adding components or generating archetypes/cw-devfor setting up their development environment
Quick Reference
Check what's available:
cw scaffold generate -c # Interactive component selection
cw scaffold generate -a # Interactive archetype selection
Get component details:
cw scaffold info -c --version latest
Check your current setup:
cw version
ls ~/.cw/cli/
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.