{"id":50562975,"url":"https://github.com/sentdm/skills","last_synced_at":"2026-06-04T12:30:24.278Z","repository":{"id":358883077,"uuid":"1243347435","full_name":"sentdm/skills","owner":"sentdm","description":"Sent agent skills","archived":false,"fork":false,"pushed_at":"2026-05-19T14:55:19.000Z","size":336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T15:11:15.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sentdm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-19T09:00:43.000Z","updated_at":"2026-05-19T15:08:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sentdm/skills","commit_stats":null,"previous_names":["sentdm/agent-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/sentdm/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentdm%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentdm%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentdm%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentdm%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sentdm","download_url":"https://codeload.github.com/sentdm/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentdm%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33905358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-04T12:30:22.846Z","updated_at":"2026-06-04T12:30:24.269Z","avatar_url":"https://github.com/sentdm.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sent Agent Skills\n\n**Production-grade agent skills for SMS, WhatsApp, and RCS builders on [Sent](https://sent.dm).**\n\nA Claude Code plugin that packages domain skills for the messy parts of running multi-channel business messaging on Sent — SMS 10DLC/TCR registration, WhatsApp template authoring and classification, RCS RBM agent onboarding, delivery-report analysis, multi-tenant Sender Profile architecture, the tenant template-builder UI, and Meta Embedded Signup.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n[![Skills](https://img.shields.io/badge/skills-7-blue)](#skills)\n[![Spec](https://img.shields.io/badge/spec-agentskills.io-purple)](https://agentskills.io/)\n\n---\n\n## What this is\n\nSeven domain skills, matching slash commands, and the references they cite — packaged as an installable Claude Code plugin. Each skill encodes the decisions a senior messaging engineer makes in their head so an agent (Claude, Cursor, Gemini CLI, OpenCode, …) follows the same playbook consistently across all three channels Sent supports.\n\nThese skills are **product-domain**, not engineering-lifecycle. They compose cleanly with general engineering skills (e.g. [addyosmani/agent-skills](https://github.com/addyosmani/agent-skills)) — install both for full coverage.\n\n---\n\n## Skills\n\n| Skill | Channel | Use it when… | Slash command |\n|---|---|---|---|\n| [`sender-profile-architect`](./skills/sender-profile-architect/SKILL.md) | all | Designing tenancy around Sender Profiles; webhook routing; rate limits across channels | `/sender-plan` |\n| [`messaging-performance-analyzer`](./skills/messaging-performance-analyzer/SKILL.md) | all | Investigating a delivery drop; finding the leak in a sales funnel across SMS/WhatsApp/RCS | `/mdr-analyze` |\n| [`sms-10dlc-registration`](./skills/sms-10dlc-registration/SKILL.md) | SMS | Registering a brand + campaign with The Campaign Registry; debugging a TCR rejection | `/sms-register` |\n| [`waba-template-author`](./skills/waba-template-author/SKILL.md) | WhatsApp | Drafting a template; classifying utility vs marketing; investigating a rejection | `/waba-template` |\n| [`waba-embedded-signup`](./skills/waba-embedded-signup/SKILL.md) | WhatsApp | Integrating Meta Embedded Signup; debugging a stuck signup | `/waba-auth` |\n| [`rcs-agent-onboarding`](./skills/rcs-agent-onboarding/SKILL.md) | RCS | Creating + verifying an RBM agent with Google; defining agent capabilities + fallback | `/rcs-onboard` |\n| [`template-builder-ui`](./skills/template-builder-ui/SKILL.md) | WhatsApp | Building the tenant-facing template editor; live preview; submission feedback | `/template-ui` |\n\nPlus `/sent` — a meta dispatcher that lists the skills and routes by intent.\n\n---\n\n## Command ↔ skill mapping\n\n| Slash command | Skill |\n|---|---|\n| `/mdr-analyze` | `messaging-performance-analyzer` |\n| `/rcs-onboard` | `rcs-agent-onboarding` |\n| `/sender-plan` | `sender-profile-architect` |\n| `/sms-register` | `sms-10dlc-registration` |\n| `/template-ui` | `template-builder-ui` |\n| `/waba-auth` | `waba-embedded-signup` |\n| `/waba-template` | `waba-template-author` |\n| `/sent` | `sent` (meta-dispatcher) |\n\n---\n\n## Quick Start\n\n### Claude Code — marketplace install (recommended)\n\n```bash\n/plugin marketplace add sentdm/agent-skills\n/plugin install sent-skills@sent-skills\n```\n\n\u003e If marketplace clone fails due to SSH config, use the explicit HTTPS form:\n\u003e ```\n\u003e /plugin marketplace add https://github.com/sentdm/agent-skills.git\n\u003e /plugin install sent-skills@sent-skills\n\u003e ```\n\n### Claude Code — local / development install\n\n```bash\ngit clone https://github.com/sentdm/agent-skills.git ~/dev/sent-agent-skills\n# In Claude Code:\n/plugin marketplace add file:///Users/$USER/dev/sent-agent-skills\n/plugin install sent-skills@sent-skills\n```\n\n### claude.ai (Pro / Max / Team / Enterprise)\n\n```bash\n# Zip an individual skill from the repo\ncd skills \u0026\u0026 zip -r waba-template-author.zip waba-template-author/\n# Then upload the .zip in claude.ai → Settings → Features → Skills\n```\n\nRepeat for each skill you want available.\n\n### Verify the install\n\nIn a fresh session:\n1. Run `/sent` — the dispatcher should list every skill.\n2. Ask *\"How do I classify a shipping-update template?\"* — the `waba-template-author` skill should auto-activate.\n3. Ask *\"How do I register a 10DLC campaign?\"* — the `sms-10dlc-registration` skill should auto-activate.\n\n---\n\n## How skills work\n\nSkills are loaded by **progressive disclosure** ([spec](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview)):\n\n1. **Discovery** — at startup, only the skill `name` + `description` is in context (~100 tokens each).\n2. **Activation** — when your request matches a skill's triggers, its `SKILL.md` body loads (under ~5k tokens).\n3. **Resources** — referenced files (`references/*.md`) load only when the skill cites them.\n\nThis is why each skill's `description` aggressively includes trigger phrases — that's what the agent matches against.\n\n---\n\n## Authoring a new skill\n\nSee [`CONTRIBUTING.md`](./CONTRIBUTING.md) for the quality bar and [`docs/skill-anatomy.md`](./docs/skill-anatomy.md) for the format.\n\nIn short:\n- One directory per skill under `skills/\u003ckebab-case-name\u003e/`\n- One required file: `SKILL.md` with `name` + `description` frontmatter\n- Description ≤ 1024 chars and must include both *what* + *when*\n- Body ≤ 500 lines; push detail into `references/`\n- Run `bash scripts/validate-skills.sh` before opening a PR\n\n---\n\n## Repo layout\n\n```\n.claude-plugin/    Plugin + marketplace manifests\n.claude/commands/  Slash command shims\nskills/            Seven domain skills (one SKILL.md per directory)\n  \u003cname\u003e/\n    ├── SKILL.md\n    ├── references/   ← per-skill reference docs\n    └── scripts/      ← per-skill executable utilities (Python, stdlib only)\nreferences/        Cross-cutting only (currently: sent-glossary.md)\ndocs/              Authoring + setup guides\nscripts/           Repo tooling (skill validator)\n.github/           Issue + PR templates, validate-skills workflow\n```\n\nEach skill directory is self-contained, so it can be zipped and uploaded to claude.ai as a standalone bundle.\n\n---\n\n## Compatibility\n\nEvery skill follows the open [Agent Skills format](https://agentskills.io/) and works across any compatible agent — Claude Code, Cursor, Gemini CLI, OpenCode, and others. See [`AGENTS.md`](./AGENTS.md) for cross-tool guidance.\n\n---\n\n## License\n\nMIT — see [`LICENSE`](./LICENSE).\n\n## Contributing\n\nPull requests welcome. Start with [`CONTRIBUTING.md`](./CONTRIBUTING.md). Bugs and proposals go in [Issues](https://github.com/sentdm/agent-skills/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentdm%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsentdm%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentdm%2Fskills/lists"}