https://github.com/podlite/podlite-skills
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.
https://github.com/podlite/podlite-skills
agent-sk agent-skill ai claude-code codex copilot cursor-skills cusror documentation llm llms markup-language podlite structured-markup
Last synced: about 10 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/podlite/podlite-skills
- Owner: podlite
- License: mit
- Created: 2026-02-11T20:34:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-05-31T08:02:10.000Z (30 days ago)
- Last Synced: 2026-05-31T10:04:58.519Z (30 days ago)
- Topics: agent-sk, agent-skill, ai, claude-code, codex, copilot, cursor-skills, cusror, documentation, llm, llms, markup-language, podlite, structured-markup
- Homepage: https://podlite.org
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://podlite.org)
# Podlite Skills
> Your AI writes Markdown. Teach it something better.
[](https://github.com/podlite/podlite-skills)
One command. Works with [Claude Code](https://claude.ai/code), [Codex CLI](https://github.com/openai/codex), [Cursor](https://cursor.sh), [GitHub Copilot](https://github.com/features/copilot), and [35+ AI agents](https://skills.sh):
```bash
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](https://github.com/podlite/podlite-skills)** — it helps others discover it.
## Skills
| Skill | Description |
|-------|-------------|
| [podlite-markup](skills/podlite-markup/SKILL.md) | Create and edit Podlite markup — docs, specs, ideas, structured content |
## Installation
### skills.sh (recommended)
One command, [35+ agents](https://skills.sh):
```bash
npx skills add podlite/podlite-skills
```
### Claude Code (manual)
```bash
cp -r skills/ /path/to/your/project/.claude/skills/
```
### Codex CLI
```bash
cp -r skills/ ~/.codex/skills/
```
### Other tools
Drop `SKILL.md` where your agent looks for skills. See [agentskills.io/specification](https://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.
```raku
=begin pod :type('page') :tags
=TITLE My Document
=head1 Introduction
Podlite is B like Markdown but I like YAML.
=item Human-friendly syntax
=item Machine-parseable attributes with C<:key>
=item Inline formatting: B, I, C, L
=begin table :caption('Format Comparison')
Format | Human | Machine | Attributes
---------|-------|---------|------------
Markdown | +++ | + | -
YAML | + | +++ | +++
Podlite | +++ | +++ | +++
=end table
=end pod
```
## Podlite Resources
##### specification
* [Source](https://github.com/podlite/podlite-specs)
* [in HTML](https://podlite.org/specification)
* [Discussions](https://github.com/podlite/podlite-specs/discussions)
* [Implementation](https://github.com/podlite/podlite)
##### publishing system
* [Podlite-web](https://github.com/podlite/podlite-web)
* [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
##### desktop editor
* [Podlite-desktop](https://github.com/podlite/podlite-desktop)
* [Releases](https://github.com/podlite/podlite-desktop/releases)
##### online resources
* [podlite.org](https://podlite.org)
* [pod6.in](https://pod6.in/)
* [github.com/podlite](https://github.com/podlite/)
## Agent Skills
* [Agent Skills Specification](https://agentskills.io/specification)
* [skills.sh — marketplace](https://skills.sh)
## License
MIT
---
💡 **Found Podlite Skills useful?**
[⭐ Star this repo](https://github.com/podlite/podlite-skills) — it helps other developers discover it.