hubspot-admin-skills
Description
**30+ Claude Code skills for auditing, cleaning, enriching, and automating your HubSpot CRM**
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
HubSpot Admin Skills for Claude Code
**30+ Claude Code skills for auditing, cleaning, enriching, and automating your HubSpot CRM**
[](./skills/) [](./LICENSE) [](https://claude.com/claude-code)
Built by [Tom Granot](https://consume.granot.io) — from deep experience with enterprise HubSpot CRM administration.
Quick Start
1. Install
# Add the marketplace
/plugin marketplace add tomgranot/hubspot-admin-skills
# Install the plugin
/plugin install hubspot-admin@hubspot-admin-skills
Or clone directly: `git clone https://github.com/TomGranot/hubspot-admin-skills.git`
2. Audit your portal
/hubspot-audit
This scans your entire HubSpot portal — contacts, companies, deals, engagement, deliverability, data quality, duplicates, owners, lists, workflows — and produces a graded report. Each finding gets a severity rating (A-F) and is mapped to the specific skill that fixes it.
3. Get your cleanup plan
/hubspot-implementation-plan
Reads your audit report and generates a phased roadmap: what to fix, in what order, which skill to run, how long it takes, and what can be automated vs. what needs manual UI work. The plan sequences tasks by dependency — you can't score leads before enriching company data, and you can't build ICP tiers before standardizing industries.
4. Execute skill by skill
The plan tells you exactly which slash command to run next. Each skill follows a 4-stage pattern:
| Stage | What happens |
|---|---|
| Plan | Explains the approach, asks you for any configuration needed |
| Before | Audits current state, exports CSV baseline, shows you what will change |
| Execute | Makes the changes (API scripts or step-by-step UI instructions) |
| After | Verifies the fix, compares before/after, confirms success |
...
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,