Notre avis
Ce skill génère automatiquement toutes les données nécessaires pour créer un nouveau produit dans un tableau de bord d'administration ou un catalogue.
Points forts
- Produit des données structurées prêtes à l'emploi (slug, descriptions, grilles tarifaires)
- Personnalise les contenus marketing en fonction du type de produit (gratuit, payant, abonnement)
- Propose des prix réalistes et des fonctionnalités détaillées par palier
Limites
- Ne génère pas d'images ni de ressources médiatiques
- Les prix suggérés peuvent nécessiter un ajustement manuel selon le marché
- La qualité des descriptions dépend de la pertinence des réponses de l'utilisateur
Utilisez ce skill lorsque vous devez ajouter rapidement un nouveau produit à votre catalogue avec des données marketing cohérentes.
Évitez de l'utiliser si vous avez besoin d'un contenu très spécifique ou d'une intégration automatisée dans une base de données existante.
Analyse de sécurité
SûrThe skill only generates marketing text and pricing data based on user input; it does not perform any system-level operations, network access, or data exfiltration. No risky instructions.
Aucun point d'attention détecté
Exemples
Run /new-product to generate data for a new subscription-based project management tool./new-product I want to add a paid image editor with three pricing tiers.name: new-product description: Generate all necessary data to create a new product for your admin dashboard or product catalog
New Product Generator
Instructions
When the user runs /new-product, ask them these questions one at a time using AskUserQuestion:
- Product Name: What is the name of the product?
- Product Type: Is this a Free download, Paid license, or Subscription?
- Brief Description: What does this product do? (1-2 sentences for the user to describe)
Then generate the following data automatically:
Generate These Fields:
- slug: Auto-generate from product name (lowercase, hyphens, no special chars)
- shortDescription: A compelling 1-sentence marketing description (max 150 chars)
- description: A full marketing description with:
- Opening hook paragraph
- Key features list (5-7 bullet points)
- Who it's for paragraph
- Call to action
- Pricing Tiers (for Paid/Subscription products):
- Basic/Starter: Entry-level tier with core features
- Pro/Plus: Mid-tier with additional features
- Enterprise/Team: Premium tier with all features
- Include 4-6 features per tier
- Suggest realistic prices based on product type
Output Format:
Present the generated data in a clear format the user can copy:
PRODUCT DATA
=====================================
Name: [Product Name]
Slug: [generated-slug]
Type: [Free/Paid/Subscription]
Short Description:
[Generated short description]
Full Description:
[Generated full description with markdown formatting]
---
PRICING TIERS
Tier 1: [Name]
- Price: $XX
- Billing: [One-time / Monthly / Annual]
- Features:
- Feature 1
- Feature 2
- Feature 3
- Feature 4
Tier 2: [Name]
- Price: $XX
- Billing: [One-time / Monthly / Annual]
- Features:
- All Basic features
- Feature 5
- Feature 6
- Feature 7
Tier 3: [Name]
- Price: $XX
- Billing: [One-time / Monthly / Annual]
- Features:
- All Pro features
- Feature 8
- Feature 9
- Priority support
Guidelines:
- Make descriptions professional and compelling
- Use action verbs and benefit-focused language
- Price suggestions should be realistic for software products:
- Free: $0
- Paid one-time: $19-$199 range
- Subscriptions: $5-$50/month range
- Features should be specific and valuable, not generic
- For free products, still suggest feature lists for the product page
After generating, ask if the user wants any modifications before they copy the data.
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.