Skip to content

feat: add marketing skills dashboard page#230

Open
KwSalem wants to merge 1 commit intocoreyhaines31:mainfrom
KwSalem:claude/add-dashboard-page-UTCFb
Open

feat: add marketing skills dashboard page#230
KwSalem wants to merge 1 commit intocoreyhaines31:mainfrom
KwSalem:claude/add-dashboard-page-UTCFb

Conversation

@KwSalem
Copy link
Copy Markdown

@KwSalem KwSalem commented Apr 10, 2026

Interactive dashboard showcasing all 35 skills, 51 CLI tools, and 78+ integrations with search/filter, skill modals, and pricing plans.

https://claude.ai/code/session_01YNK36LFEpcMubEjxUCyKiX

Interactive dashboard showcasing all 35 skills, 51 CLI tools, and 78+
integrations with search/filter, skill modals, and pricing plans.

https://claude.ai/code/session_01YNK36LFEpcMubEjxUCyKiX
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 207108b3da

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

<section id="integrations" class="py-20 px-6">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-12">
<h2 class="text-4xl font-bold text-white mb-4">78+ Integrations</h2>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Align integration count with rendered integrations list

The page advertises 78+ Integrations, but renderIntegrations() only renders what is in INTEGRATIONS, which currently contains 46 items. This creates an immediate mismatch between headline claims and what users can see on the page, so the dashboard will present inaccurate product scope unless the list is expanded or the displayed count is derived from the data.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

"Analytics": ["ga4","mixpanel","amplitude","plausible","segment","adobe-analytics"],
"SEO": ["ahrefs","semrush","google-search-console","dataforseo","keywords-everywhere"],
"Email": ["mailchimp","sendgrid","resend","customer-io","postmark","brevo","activecampaign","beehiiv","klaviyo","kit","lemlist","instantly"],
"CRM": ["hubspot","salesforce","close"],
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove non-CLI tools from the CLI catalog

This section is presented as a CLI tool directory, but entries like hubspot and salesforce are listed even though there are no corresponding scripts under tools/clis/ (e.g., no tools/clis/hubspot.js or tools/clis/salesforce.js). Publishing tools that cannot be run as local CLIs makes the catalog misleading and will send users to commands that do not exist.

Useful? React with 👍 / 👎.

@KwSalem
Copy link
Copy Markdown
Author

KwSalem commented Apr 10, 2026

ok for testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants