Skip to content

podlite/podlite-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podlite

Podlite Skills

Your AI writes Markdown. Teach it something better.

GitHub Stars

One command. Works with Claude Code, Codex CLI, Cursor, GitHub Copilot, and 35+ AI agents:

npx skills add podlite/podlite-skills

Why? 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.

Skills

Skill Description
podlite-markup Create and edit Podlite markup — docs, specs, ideas, structured content

Installation

skills.sh (recommended)

One command, 35+ agents:

npx skills add podlite/podlite-skills

Claude Code (manual)

cp -r skills/ /path/to/your/project/.claude/skills/

Codex CLI

cp -r skills/ ~/.codex/skills/

Other tools

Drop SKILL.md where your agent looks for skills. See agentskills.io/specification.

What is Podlite?

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 pod

Podlite Resources

Agent Skills

License

MIT


💡 Found Podlite Skills useful? ⭐ Star this repo — it helps other developers discover it.

About

Teach your AI agent to write Podlite. One command install ⭐️. Works with Claude Code, Codex CLI, Cursor, GitHub Copilot, and anything that supports Agent Skills.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

 
 
 

Contributors