By shmulc8
Interactive coaching workflow to craft and polish winning talk proposals (CFPs) for developer conferences.
An AI assistant skill implementing a step-by-step coaching workflow to write, structure, and polish conference talk proposals (CFPs) that actually get accepted.
This workflow is optimized for developer conferences (such as Reversim Summit), specifically addressing both public community voting and content committee selection.
[!NOTE] This skill is inspired by the CFP writing framework popularized by Gilad Shoham (Video Guide).
The single biggest failure mode in AI-generated CFPs is producing a fluent but generic proposal that reads like a marketing brochure. This skill coaches instead of ghostwriting. It pulls specific, authentic details out of your head first, then shapes them into a high-impact pitch.
.claude-plugin/plugin.json โ Claude Code / Antigravity plugin manifest.skills/the-cfp-magician/SKILL.md โ The core prompt and system instructions for the agent.skills/the-cfp-magician/references/archetypes.md โ Details and examples of the 6 talk archetypes.skills/the-cfp-magician/references/submission-strategy.md โ Strategy and mindset for maximizing acceptance rates.skills/the-cfp-magician/references/reversim.md โ Tailored tips and guidelines for Reversim Summit.skills/the-cfp-magician/resources/cfp-template.md โ The final output template presented to the user.If you are using Claude Code, you can install this repository directly as a plugin using the TUI:
/plugin install github@shmulc8/the-cfp-magician
You can install this skill globally for your AI agent (Claude Code, Cursor, Copilot) using the Vercel Agent Skills CLI:
npx skills add shmulc8/the-cfp-magician
git clone [email protected]:shmulc8/the-cfp-magician.git skills/the-cfp-magician
"I have a talk idea about RAG visualization, help me write a CFP for Reversim."
Special thanks to Gilad Shoham for outlining the core engineering principles of building a winning CFP.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub shmulc8/the-cfp-magicianDeterministic scanner that finds and deletes tests that can never fail โ assertions the type checker already guarantees, tautologies, mock-echo tests, dead/swallowed assertions, and duplicates. TypeScript (Jest/Vitest/bun:test) and Python (pytest + mypy).
Agent skill and plugin that helps developers and AI coding agents write, scaffold, audit, and manage native lifecycle hooks across 10+ AI coding agents.
Turn a packaged Codex pet (pet.json + spritesheet.webp) into a playable, customizable side-scrolling platformer that ships as a self-contained static site, with themed art generation and one-command Netlify deploy.
Matt Pocock's agent skills for real engineering โ grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Harness-native ECC plugin for engineering teams - 67 agents, 279 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.