conorbronsdon/ai-tools-for-creators
Curated AI skills, MCP servers, and workflow tools for content creators and knowledge workers
Platform-specific configuration:
{
"mcpServers": {
"ai-tools-for-creators": {
"command": "npx",
"args": [
"-y",
"ai-tools-for-creators"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A curated collection of AI skills, MCP servers, and workflow tools for people who create content, build strategy, and ship ideas. Tested in real production workflows — not theoretical.
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.
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.
| 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 |
| 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](https://github.com/
Loading reviews...