feat: Custom GPTs page, gitignore configs, SEO README, cross-references

- Gitignore individual GPT config files (custom-gpt/*-gpt.md) — instructions
  should not be publicly exposed
- Rewrite custom-gpt/README.md with SEO-optimized descriptions and live
  ChatGPT links for all 6 GPTs
- New docs page: docs/custom-gpts.md with grid cards, comparison table,
  and stats
- Add Custom GPTs to mkdocs.yml navigation
- Cross-reference Custom GPTs from:
  - Homepage (new grid card)
  - Getting Started (FAQ entry)
  - Personas page (try in ChatGPT callout)
  - Plugins page (FAQ entry)

Live GPT links:
- Solo Founder: chatgpt.com/g/g-69b315...
- SEO Audit Expert: chatgpt.com/g/g-69b3b0...
- Content Strategist: chatgpt.com/g/g-69b3af...
- Product Manager Toolkit: chatgpt.com/g/g-69b32c...
- Conversion Copywriter: chatgpt.com/g/g-69b327...
- CTO Advisor: chatgpt.com/g/g-69b326...
This commit is contained in:
Leo
2026-03-13 10:08:22 +01:00
parent c834d71a44
commit 82eea60947
14 changed files with 214 additions and 1252 deletions

103
docs/custom-gpts.md Normal file
View File

@@ -0,0 +1,103 @@
---
title: Custom GPTs for ChatGPT — Agent Skills
description: "6 Custom GPTs built on the Agent Skills library. Use production-grade skills for product management, SEO, copywriting, CTO advisory, content strategy, and solo founding directly in ChatGPT."
---
# Custom GPTs
Use Agent Skills directly in ChatGPT — no installation, no API keys, no setup.
These 6 Custom GPTs package production-grade workflows from the Agent Skills library into ChatGPT. Each GPT is purpose-built for a specific role, using the same structured frameworks and decision tools available in the full skill library.
---
<div class="grid cards" markdown>
- :material-rocket-launch:{ .lg .middle } **Solo Founder**
---
Architecture decisions, go-to-market, hiring, fundraising, and time management for technical founders building alone.
[:octicons-link-external-16: Open in ChatGPT](https://chatgpt.com/g/g-69b3157947e8819180c8e4ac609d5041-solo-founder){ .md-button }
- :material-magnify:{ .lg .middle } **SEO Audit Expert**
---
Technical SEO audits, Core Web Vitals, on-page optimization, content gap analysis, and site architecture review.
[:octicons-link-external-16: Open in ChatGPT](https://chatgpt.com/g/g-69b3b0a690ac819189c127be7d1deb03-seo-audit-expert){ .md-button }
- :material-text-box-outline:{ .lg .middle } **Content Strategist**
---
Topic clusters, content calendars, audience research, distribution strategy across SEO, social, email, and community.
[:octicons-link-external-16: Open in ChatGPT](https://chatgpt.com/g/g-69b3afc41c608191a6ee30941c5bdddb-content-strategist){ .md-button }
- :material-clipboard-check-outline:{ .lg .middle } **Product Manager Toolkit**
---
User stories, PRDs, sprint planning, backlog prioritization, feature scoring (RICE/ICE), and competitive analysis.
[:octicons-link-external-16: Open in ChatGPT](https://chatgpt.com/g/g-69b32caad22c81919522ca21062adec8-product-manager-toolkit){ .md-button }
- :material-pencil:{ .lg .middle } **Conversion Copywriter**
---
Landing pages, pricing pages, email sequences, CTAs, headlines, and A/B test variants — all conversion-focused.
[:octicons-link-external-16: Open in ChatGPT](https://chatgpt.com/g/g-69b327d9545c8191b3711b75b4a88a94-conversion-copywriter){ .md-button }
- :material-cog:{ .lg .middle } **CTO Advisor**
---
Tech debt assessment, team scaling, ADRs, technology evaluation, engineering metrics, and DORA benchmarks.
[:octicons-link-external-16: Open in ChatGPT](https://chatgpt.com/g/g-69b32673238c8191ba3a0d1627f0e8a7-cto-advisor){ .md-button }
</div>
---
## How It Works
1. **Click** any "Open in ChatGPT" link above
2. **Start chatting** — the GPT is pre-configured with domain expertise
3. **Get structured output** — not generic advice, but frameworks and actionable workflows
**Requirements:** ChatGPT Plus, Pro, or Team plan.
---
## GPTs vs. Installed Skills
| | Custom GPTs | Installed Skills |
|---|---|---|
| **Platform** | ChatGPT | Claude Code, Codex, Gemini CLI, Cursor, + 7 more |
| **Setup** | Click a link | `git clone` + install script |
| **Depth** | 1 skill per GPT | 177 skills, 16 agents, 3 personas |
| **Customization** | Use as-is | Full source, MIT licensed, extend freely |
| **Context** | Chat-based | Integrated into your codebase and workflow |
| **Best for** | Quick access, exploration | Daily development workflow |
The GPTs are a **preview** of what the full library offers. If you find a GPT useful, the installed skill version goes deeper — with access to your files, codebase, and project context.
---
## Built on Agent Skills
These GPTs are powered by the same skill definitions used by thousands of developers:
- **4,600+ GitHub stars** · **500+ forks** · **7,400+ unique cloners** (last 14 days)
- **177 production-ready skills** across engineering, product, marketing, compliance, and more
- **11 AI coding tools** supported natively
[Browse All Skills](skills/){ .md-button .md-button--primary }
[Get Started](getting-started.md){ .md-button }
[View on GitHub :fontawesome-brands-github:](https://github.com/alirezarezvani/claude-skills){ .md-button }

View File

@@ -255,3 +255,6 @@ See the [Skills & Agents Factory](https://github.com/alirezarezvani/claude-code-
??? question "Does this work with Cursor, Windsurf, Aider, or other tools?"
Yes. All 156 skills can be converted to native formats for Cursor, Aider, Kilo Code, Windsurf, OpenCode, Augment, and Antigravity. Run `./scripts/convert.sh --tool all` and then install with `./scripts/install.sh --tool <name>`. See [Multi-Tool Integrations](integrations.md) for details.
??? question "Can I use Agent Skills in ChatGPT?"
Yes. We have [6 Custom GPTs](custom-gpts.md) that bring Agent Skills directly into ChatGPT — no installation needed. Just click and start chatting.

View File

@@ -113,6 +113,14 @@ hide:
[:octicons-arrow-right-24: Multi-tool setup](integrations.md)
- :material-chat-outline:{ .lg .middle } **6 Custom GPTs**
---
Use Agent Skills directly in ChatGPT — no setup needed. Solo Founder, SEO Audit, Content Strategy, CTO Advisor, and more.
[:octicons-arrow-right-24: Open GPTs](custom-gpts.md)
</div>
---

View File

@@ -68,3 +68,7 @@ cp agents/personas/startup-cto.md ~/.claude/agents/
### Create Your Own
Use the [TEMPLATE.md](https://github.com/alirezarezvani/claude-skills/blob/main/agents/personas/TEMPLATE.md) to create custom personas with your own identity, skills, and workflows.
### Try in ChatGPT
Don't use Claude Code or Codex? Try our [Custom GPTs](../custom-gpts.md) — the Solo Founder persona is available as a free Custom GPT in ChatGPT.

View File

@@ -464,3 +464,6 @@ domain-name/
??? question "What is ClawHub?"
[ClawHub](https://clawhub.com) is the public registry for Claude Code plugins. Think of it like npm for AI agent skills. The `cs-` prefix is used only when a plugin slug conflicts with another publisher.
??? question "Can I use skills without installing anything?"
Yes. We have [6 Custom GPTs for ChatGPT](../custom-gpts.md) that package Agent Skills into a conversational interface — no installation, no API keys. Just click and chat.