Your AI writes Markdown. Teach it something better.
One command. Works with Claude Code, Codex CLI, Cursor, GitHub Copilot, and 35+ AI agents:
npx skills add podlite/podlite-skillsWhy? Markdown loses structure when AI generates it — mismatched indentation, broken nesting, no typed attributes. Podlite gives your AI explicit block boundaries and machine-readable attributes that survive copy-paste and context loss.
⭐ Found this useful? Star the repo — it helps others discover it.
| Skill | Description |
|---|---|
| podlite-markup | Create and edit Podlite markup — docs, specs, ideas, structured content |
One command, 35+ agents:
npx skills add podlite/podlite-skillscp -r skills/ /path/to/your/project/.claude/skills/cp -r skills/ ~/.codex/skills/Drop SKILL.md where your agent looks for skills. See agentskills.io/specification.
Podlite is a markup language that reads like Markdown but has real structure — block boundaries, typed attributes, inline formatting. Think Markdown that machines can actually parse.
=begin pod :type('page') :tags<tutorial>
=TITLE My Document
=head1 Introduction
Podlite is B<readable> like Markdown but I<structured> like YAML.
=item Human-friendly syntax
=item Machine-parseable attributes with C<:key<value>>
=item Inline formatting: B<bold>, I<italic>, C<code>, L<links|https://podlite.org>
=begin table :caption('Format Comparison')
Format | Human | Machine | Attributes
---------|-------|---------|------------
Markdown | +++ | + | -
YAML | + | +++ | +++
Podlite | +++ | +++ | +++
=end table
=end podMIT
💡 Found Podlite Skills useful? ⭐ Star this repo — it helps other developers discover it.
