An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Podlite](https://github.com/podlite/podlite-skills/raw/main/assets/podlite_logo_ai_256x256.png)](https://podlite.org)

# Podlite Skills

> Your AI writes Markdown. Teach it something better.

[![GitHub Stars](https://img.shields.io/github/stars/podlite/podlite-skills?style=social)](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.