Skip to content

conorbronsdon/ai-tools-for-creators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

AI Tools for Creators

A curated collection of AI skills, MCP servers, and workflow tools for content creators.

GitHub stars License: MIT Podcast X


This is a living collection. Some tools are mine, most are things I've found and vouch for. If something's here, I've used it or someone I trust has.

Skills

What's a skill? A markdown file that teaches an AI coding agent how to do a specific task. Drop it into your project, and the agent follows the instructions. No code to install — just a file.

Drop-in instruction files for AI coding agents (Claude Code, Cursor, Windsurf, etc.). Copy the file, point your agent at it, done.

Writing & Content

Skill What it does Author
avoid-ai-writing Comprehensive checklist for catching and fixing AI writing patterns. 90+ patterns across vocabulary, structure, rhythm, and more. @conorbronsdon

Productivity & Workflow

Skill What it does Author
session-management Four commands (/start, /end, /update, /today) that give Claude Code memory across sessions. State files, session logs, daily heartbeats. @conorbronsdon
reconcile Tripwire check for multi-session drift — scans commits and state files for inconsistencies from parallel sessions. @conorbronsdon
recover Scan for orphaned worktrees and stale branches after crashes. Read-only by default, cleanup requires approval. @conorbronsdon
skill-creator Generate new skills from plain-language descriptions. Scaffolds SKILL.md, command file, and CLAUDE.md additions. @conorbronsdon

MCP Servers

What's MCP? Model Context Protocol — a standard way to connect AI agents to external tools and data (calendars, databases, APIs). Think of it as a USB-C port for AI.

MCP servers give AI agents access to real tools and data.

Content & Publishing

Server What it does Author
Transistor-MCP Full Transistor.fm API access — episodes, analytics, transcripts, show management. @conorbronsdon (fork of @gxjansen)
substack-mcp Read posts, manage drafts on Substack. No publish or delete by design — safe for agent workflows. @conorbronsdon
podcastindex-mcp Podcast Index API — search by person/topic, trending podcasts, feed health checks, cross-platform episode discovery. @conorbronsdon

Productivity & Workspace

Server What it does Author
gws-mcp-server Google Workspace access — 24 tools across Drive, Sheets, Calendar, Docs, and Gmail. @conorbronsdon

How to Use These

Skills (Claude Code)

Most skills follow the agentskills.io standard and work across tools. For Claude Code specifically:

  1. Download the skill file (usually SKILL.md or similar)
  2. Place it in your project directory or reference it in your CLAUDE.md
  3. Invoke it — most skills include slash command instructions

Skills (Other Agents)

Skills in the agentskills.io format work with Cursor, Windsurf, Cline, OpenHands, and 40+ other tools. Check each skill's README for tool-specific setup.

MCP Servers

Each MCP server has its own install instructions. Generally:

  1. Clone the repo
  2. npm install && npm run build
  3. Add the server to your Claude Code or Claude Desktop config

See Anthropic's MCP documentation for setup details.

Contributing

This is a curated list, not a dump. If you've built or found a tool that's genuinely useful for content creators, knowledge workers, or anyone who ships ideas for a living:

  1. Open an issue describing the tool and why it's worth including
  2. Or submit a PR adding it to the right section

Quality bar: you've actually used it, not just bookmarked it.

About

Maintained by Conor Bronsdon. I host the Chain of Thought podcast covering AI infrastructure, developer tools, and how practitioners actually use this stuff. Many of these tools were built or discovered through conversations with guests on the show.

New to AI tools? Check out AI Learning Resources — a curated path from "what is AI?" to building your own workflows.

If you want to go deeper on any of these topics, the podcast is a good place to start.

About

Curated AI skills, MCP servers, and workflow tools for content creators and knowledge workers

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors