https://github.com/primitivedotdev/skills
https://github.com/primitivedotdev/skills
agent-skills agent-to-agent agent-workflows email skills
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/primitivedotdev/skills
- Owner: primitivedotdev
- Created: 2026-06-01T00:24:30.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-11T18:29:43.000Z (23 days ago)
- Last Synced: 2026-06-11T20:06:32.885Z (23 days ago)
- Topics: agent-skills, agent-to-agent, agent-workflows, email, skills
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Primitive skills
Coding-agent skills for [Primitive](https://primitive.dev) email. They teach Claude Code, Codex, Cursor, and 50+ other compatible agents to send mail and get the reply, and to receive mail at a real managed address, all from the terminal with no SMTP, no DNS, and no API keys.
## Install
```bash
npx skills add primitivedotdev/skills
```
This registers the skills with every supported agent it finds on your system. To install just one, pass `--skill`:
```bash
npx skills add primitivedotdev/skills --skill primitive-chat
npx skills add primitivedotdev/skills --skill primitive-inbox
```
## Skills
### primitive-chat
Teaches the `primitive chat ` verb: send an email and wait for the threaded reply, no SMTP credentials needed. Reach for it to ask a person or another agent something over email, for example a vendor's `help@`, `dev@`, `support@`, or `docs@` agent, the same way you would grep their docs. The skill body distinguishes addresses the agent can act on freely from ones with human side effects (`sales@`, `billing@`, `account@`) that should be surfaced to the user before sending.
### primitive-inbox
Gives your agent a real, managed `*.primitive.email` address that receives mail, plus the verbs to read it (`primitive emails latest`), wait for it (`primitive emails wait`), and run a hosted Function on every inbound message. Reach for it whenever the agent needs to receive email: a reply, a verification code, an alert, or a throwaway address for a signup.
Both skills share the same signup: API-key-free, with one 6-digit verification code emailed to an address you choose, no form and no human review.
## Why
You can already grep docs from an agent session. These skills make "ask the vendor's agent directly" and "give the agent an address to receive at" verbs of the same shape: one round-trip, no SMTP credentials, no leaving the terminal.
## Learn more
- [primitive.dev](https://primitive.dev) and [primitive.dev/llms.txt](https://primitive.dev/llms.txt)
- [`primitive` CLI reference](https://primitive.dev/docs/cli)
## License
MIT.