
Pricing Page
FreeCreate a structured pricing page effortlessly.
Free · Opens the source repo
What Pricing Page does
The Pricing Page skill is designed to help developers and designers generate a complete pricing page that adheres to their design specifications. By reading the active DESIGN.md, it ensures that the output respects the established color schemes, typography, and component patterns, making it a seamless addition to your project. This skill is particularly useful when tasked with creating pages that outline subscription tiers, pricing plans, or feature comparisons.
The workflow begins by classifying the product based on the brief, allowing the skill to select the appropriate tier structure—whether it be a 2-tier, 3-tier, or 4-tier layout. Each pricing page is composed of several key sections, including a hero section, plan cards for each tier, a comparison table, an FAQ section, and a footer call-to-action. This structured approach not only enhances clarity for users but also ensures that all necessary information is presented in an organized manner.
The skill outputs a self-contained HTML document that includes inline CSS for styling. It employs CSS Grid for layout, ensuring that the pricing plans and comparison tables are responsive and visually appealing. Additionally, the skill includes checks to ensure that the pricing is realistic and that the comparison table is user-friendly across different screen sizes. By following these guidelines, the Pricing Page skill helps streamline the development process and maintain design consistency across web applications.
When to use it
Use this skill when you need to create a pricing page for a product, particularly when the brief specifies plans, tiers, or comparisons.
When not to use it
This skill may not be suitable for projects requiring highly customized or non-standard pricing layouts that deviate significantly from the provided design guidelines.
What you can build with it
Creating a New SaaS Pricing Page
Quickly generate a pricing page for a new software product, ensuring design consistency with existing branding.
Updating Subscription Plans
Easily modify an existing pricing page to reflect new subscription tiers or pricing changes based on market feedback.
Comparing Product Features
Generate a comparison table that highlights the differences between various subscription plans for clear customer understanding.
How to install Pricing Page
View source1. Install with the skills CLI
npx skills add nexu-io/open-design/pricing-page --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by nexu-ioPricing Page Skill
Produce a single-screen pricing page that respects the active DESIGN.md.
Workflow
- Read the active DESIGN.md (injected above). Use only its colors, type tokens, and component patterns.
- Classify the product from the brief and pick a tier shape:
- 3-tier (most common): Free / Pro / Team or Starter / Growth / Enterprise.
- 4-tier when the brief says "scale" or "enterprise plus".
- 2-tier when it says "individual / business" or "personal / pro".
- Sections, in order:
- Hero — page title (e.g. "Pricing"), one-line subhead, optional monthly/annual toggle.
- Plan cards — one card per tier. Each card: tier name, price (use the display font + larger scale for the number), 1-line positioning, 4–6 bullet features, primary CTA. Mark the recommended tier with the DS accent border or a small badge.
- Comparison table — feature rows × tier columns, ✓ / — / value cells. Group features into 2–3 logical sections (Core, Collaboration, Support, Security…). Sticky header.
- FAQ — 4–6 collapsible Q&A items. Use
<details><summary>for the collapse — no JS. - Footer CTA — single line + button, accent band sparingly.
- Write one self-contained HTML document:
<!doctype html>through</html>, CSS in one inline<style>.- CSS Grid for the plan-card row; CSS Grid for the comparison table.
data-od-idon each tier card and each table row.
- Money rendering: use the display font for the big number, body for the currency and "/mo" — sizes per DESIGN.md scale.
- Self-check:
- Prices are plausible for the product (not "$X / month").
- Accent is on the recommended tier and one CTA only.
- Comparison table renders cleanly at 1024px and stacks readably below 768px (rotate column headers or scroll-x).
- No fake feature names — every row reads as something a real product would actually offer.
Output contract
Emit between <artifact> tags:
<artifact identifier="pricing-slug" type="text/html" title="Pricing — Product Name">
<!doctype html>
<html>...</html>
</artifact>
One sentence before the artifact, nothing after.
Frequently asked questions about Pricing Page
Similar skills
Penpot UI/UX Design
Create professional UI/UX designs in Penpot with ease.
UX Theming
Streamline your VS Code theming process with best practices.
Wireframe
Create low-fidelity UI wireframes in SVG format.
Waitlist Page
Create a clean, focused pre-launch landing page.
Hallmark
Design skill for creating unique, structured UIs.
UI Styling
Create beautiful, accessible user interfaces effortlessly.
