Skip to content

Commit c8243d6

Browse files
feat: agent discovery (#3387)
1 parent a18f07f commit c8243d6

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
3+
"skills": [
4+
{
5+
"name": "react-email",
6+
"type": "skill-md",
7+
"description": "Create HTML email templates with React components: welcome emails, password resets, notifications, order confirmations, newsletters, or transactional emails.",
8+
"url": "https://raw.githubusercontent.com/resend/react-email/main/skills/react-email/SKILL.md"
9+
}
10+
]
11+
}

apps/web/public/llms.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# React Email
2+
3+
Build HTML email templates with React components.
4+
5+
## Documentation
6+
- [Full docs](https://react.email/docs/llms.txt)
7+
8+
## Skills
9+
- [React Email Skill](https://raw.githubusercontent.com/resend/react-email/main/skills/react-email/SKILL.md)

0 commit comments

Comments
 (0)