feat: add marketing skills dashboard page#230
feat: add marketing skills dashboard page#230KwSalem wants to merge 1 commit intocoreyhaines31:mainfrom
Conversation
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
There was a problem hiding this comment.
💡 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> |
There was a problem hiding this comment.
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 👍 / 👎.
| "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"], |
There was a problem hiding this comment.
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 👍 / 👎.
|
ok for testing |
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