From pm-veterinary
Generates a life-stage-appropriate preventive care plan for pets covering vaccinations, parasite prevention, dental, nutrition, screening, and behavior guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-veterinary:wellness-planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Most pet owners only see the vet when something's wrong — and miss the cheap, preventable problems that become expensive, serious ones. This skill lays out a life-stage wellness plan so the owner knows what care their pet needs, when, and why: the shots, the parasite prevention, the dental, the screenings that catch disease early.
Most pet owners only see the vet when something's wrong — and miss the cheap, preventable problems that become expensive, serious ones. This skill lays out a life-stage wellness plan so the owner knows what care their pet needs, when, and why: the shots, the parasite prevention, the dental, the screenings that catch disease early.
Given the pet, produce the full plan — tailor to species, breed predispositions, and life stage, and note that specifics (vaccine cores/non-cores, parasite risk) vary by region and lifestyle and should be confirmed with the attending veterinarian. Do not present this as a substitute for an exam.
Ask for (if not provided, else infer and label):
Puppy/kitten · adult · senior — the care priorities that shift with each, and any breed-specific predispositions to watch.
| Area | Recommendation | Timing / frequency | Why |
|---|---|---|---|
| Vaccinations | core + lifestyle-based non-core | series / boosters | |
| Parasite prevention | heartworm, flea/tick, deworming | ||
| Dental | home care + professional cleaning | ||
| Nutrition & weight | diet for life stage, body-condition target | ||
| Screening diagnostics | baseline/senior bloodwork, etc. | ||
| Spay/neuter | if applicable | ||
| Behavior | socialization, training, enrichment |
Short, plain "why this matters" for the owner — especially the preventable-becomes-serious cases (heartworm, dental disease, obesity, early kidney disease).
A simple timeline of the next 12 months' visits/actions so it reads as a plan, with a note that the vet will tailor it at the exam.
npx claudepluginhub mohitagw15856/pm-claude-skills --plugin pm-veterinaryGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.