tenfoldmarc

Free Guide Skill — Development skill for Claude Code

Development community

Turn any topic into a published, branded free resource guide on your own website.

How to install Free Guide Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open tenfoldmarc/free-guide-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Free Guide Skill does

Turn any topic into a published, branded free resource guide on your own website. One command researches the topic, writes the guide in your voice, builds the page, and deploys it live. You get a real

Alternatives in Development

  • Last30days Skill — Claude Code skill that researches any topic across Reddit + X from the last 30 days, then writes copy-paste-re 4.4k ★
  • Godogen Source Repo — This repository contains two source trees for the same project: - claude/ — Claude Code source tree - codex/ 2.8k ★
  • 05 Public Permalink — Give every published post a public read-only permalink at /p/:slug — a standalone server-rendered 143 ★

README

Free Guide

A Claude Code Skill by [@tenfoldmarc](https://www.instagram.com/tenfoldmarc)

Turn any topic into a published, branded free resource guide on your own website. One command researches the topic, writes the guide in your voice, builds the page, and deploys it live. You get a real URL you can share anywhere in under 5 minutes.

Perfect for creators, coaches, and operators who want to give away high-quality lead magnets without spending hours in a page builder.


What It Does

  1. On first run, asks you 6 quick questions about your brand (name, niche, primary CTA, theme) and captures writing samples to learn your voice.
  2. Scaffolds a starter Next.js guide site on your computer and deploys it to Vercel so you have your own live URL.
  3. From then on: type /free-guide [topic] and it researches the topic using Tavily.
  4. Drafts a full guide in your voice, structured for skimmability with a punchy title, hero paragraph, and 4-7 sections.
  5. Shows you a preview in the terminal. You approve or ask for changes.
  6. Builds the Next.js page, adds the guide to the top of your /free-resources index, and deploys to production.
  7. Drops the live URL on your clipboard so you can paste it into a DM, email, or social post.

Requirements

  • A Mac, Linux, or Windows computer
  • Claude Code installed and working
  • A Tavily account (free tier works) for research
  • A Vercel account (free tier works) for hosting
  • Node.js v18 or newer (nodejs.org)

Don't worry about connecting these manually — the skill walks you through everything on first run.


Install

Step 1 — Open your terminal

**Mac:** Press `Command + Space`, type **Terminal**, hit Enter. **Windows:** Press `Win + R`, type **cmd**, hit Enter. (If you have Git Bash, use that instead.) **Linux:** Open your terminal app.

Step 2 — Run this command

Copy-paste this entire lin