Agent skill · Design & Presentation

screenplay-formatting

Format screenplays to industry standard using Fountain markup for professional presentation

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexMIT
Install
npx skills add a5c-ai/babysitter --skill screenplay-formatting --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Path: library/specializations/domains/social-sciences-humanities/arts-culture/film-tv-production/skills/screenplay-formatting/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Screenplay Formatting Skill ## Purpose Format screenplays to industry standard specifications. Proper formatting demonstrates professionalism and ensures your script is taken seriously. One page equals approximately one minute of screen time. ## Fountain Format Fountain is a plain text markup syntax for screenplays that exports to industry-standard PDF. ### Basic Elements ```fountain Title: THE EXAMPLE SCREENPLAY Credit: Written by Author: Your Name Draft date: January 2026 Contact: your@email.com 123-456-7890 ==== FADE IN: INT. COFFEE SHOP - DAY Description of the scene and setting goes here. CHARACTER NAME Dialogue goes here. FADE OUT. THE END ``` ## Element Formatting ### Scene Headings (Sluglines) ```fountain INT. LOCATION - TIME EXT. LOCATION - TIME INT./EXT. LOCATION - TIME ``` **Components:** - `INT.` (interior) or `EXT.` (exterior) - Location name in CAPS - Time: DAY, NIGHT, CONTINUOUS, LATER, SAME, DAWN, DUSK **Examples:** ```fountain INT. JOHN'S APARTMENT - LIVING ROOM - NIGHT EXT. CENTRAL PARK - CONTINUOUS INT./EXT. MOVING CAR - DAY ``` ### Action/Description ```fountain Present tense. Active voice. Only what we see and hear. Keep paragraphs short. Three to four lines

What's inside
Steps it walks through
  1. Purpose
  2. Fountain Format
  3. Basic Elements
  4. Element Formatting
  5. Scene Headings (Sluglines)
  6. Action/Description
  7. Character Names
  8. Dialogue
  9. Transitions
  10. Special Elements
  11. Page Layout Specifications
  12. Margins (Industry Standard)
  13. Font and Spacing
  14. Page Numbers
More from babysitter
All skills →
About this skill
What does the screenplay-formatting skill do?

Format screenplays to industry standard using Fountain markup for professional presentation

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill screenplay-formatting --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going