Our review
This skill automatically generates all necessary data to create a new product for an admin dashboard or product catalog.
Strengths
- Produces ready-to-use structured data (slug, descriptions, pricing tiers)
- Tailors marketing content based on product type (free, paid, subscription)
- Suggests realistic prices and detailed tier features
Limitations
- Does not generate images or media assets
- Suggested prices may need manual adjustment based on market
- Description quality depends on the relevance of user answers
Use this skill when you need to quickly add a new product to your catalog with consistent marketing data.
Avoid using it if you require highly specific content or automated integration into an existing database.
Security analysis
SafeThe 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.
No concerns found
Examples
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.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.