Draft
Conversation
Add SKILL.md and reference docs following the open Agent Skills spec, enabling discovery via ClawHub.ai and TanStack Intent. Ship skill files in the npm package so AI agents can learn the CLI's command surface.
- Add standard frontmatter fields (author, version, homepage, source, inputs, references) matching the resend SDK skill conventions - Improve description to be trigger-oriented with explicit activation guidance - Add "Common Mistakes" table (7 gotchas for non-interactive usage) - Add "What Do You Need?" routing table linking tasks to references - Fix heading to match convention (just skill name, no subtitle) - Clarify stdout/stderr error behavior - Add cross-references to resend and agent-email-inbox skills
Add command references and workflow recipes for the new `webhooks listen` and `emails receiving listen` commands.
Adds a script that patches SKILL.md metadata version from package.json, run automatically via the prepack hook so published packages always have the correct version in the skill frontmatter.
Improves token efficiency for agents by splitting the monolithic 800-line commands.md into 11 focused files (emails, domains, api-keys, broadcasts, contacts, contact-properties, segments, templates, topics, webhooks, auth). Agents now only load the reference they need instead of the full file.
vcapretz
approved these changes
Mar 13, 2026
Replace exhaustive command map tables (~160 lines) with a compact command index, condense authentication to a one-liner, and replace flat reference index with conditional routing. Detailed flags and output shapes remain in per-command reference files. Reduces SKILL.md from 297 to 141 lines.
|
hey @felipefreitag how about we modify the script to autogenerate the references and content inside them from all commands? i think this way we dont have to manage the references manually everytime a new command is added or any command is modified |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.