instrument-data-to-all…
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when…
Read-only audit of your CRM opportunities for missing fields, stale dates, and stage mismatches - outputs a fix checklist to apply by hand or through update-opportunity. Use when the user asks "check my CRM hygiene", "check my Salesforce or HubSpot data", "clean up my CRM",
$ npx -y skills add anthropics/knowledge-work-plugins --skill crm-hygiene-check --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/crm-hygiene-checkContext preview
The summary Claude sees to decide when to auto-load this skill.
Read-only audit of your CRM opportunities for missing fields, stale dates, and stage mismatches - outputs a fix checklist to apply by hand or through update-opportunity. Use when the user asks "check my CRM hygiene", "check my Salesforce or HubSpot data", "clean up my CRM",
name: crm-hygiene-check description: Read-only audit of your CRM opportunities for missing fields, stale dates, and stage mismatches - outputs a fix checklist to apply by hand or through update-opportunity. Use when the user asks "check my CRM hygiene", "check my Salesforce or HubSpot data", "clean up my CRM", "audit my opps", "what's missing in the CRM", or "clean up my pipeline".
**Rules (apply to every step of this skill):**
Audit open opportunities for data quality issues and produce a copy-paste fix list. This skill only reads; fixes hand off to update-opportunity.
| Tool type | Used for | Required? | |---|---|---| | crm | the opp audit | no (files fallback: uploaded pipeline export) | | docs | stage-criteria evidence check (e.g. proposal doc exists) | no (that check skipped, noted) | | email | next-step suggestions from recent context | no |
Scope - "my opps" (default), a stage filter, or a close-date range.
Check which tools are connected (plus any org facts the user or the project instructions already gave). Ground field names, stage definitions, and required-field expectations per stage on the **connected CRM's live schema** - this skill is about the CRM's own mechanics, so Salesforce and HubSpot are grounded differently. On Salesforce, the audit pull looks like this:
SELECT Id, Name, Account.Name, StageName, Amount, CloseDate, NextStep,
LastActivityDate, CreatedDate,
(SELECT ContactId, Role FROM OpportunityContactRoles)
FROM Opportunity WHERE OwnerId = [user] AND IsClosed = false
ORDER BY CloseDateThat query is for Salesforce. On HubSpot, run the same checks on its own deal properties (deal stage, amount, close date, next-step and last-activity properties, associated contacts). Working from files, audit the same columns in the uploaded export. Empty personal scope: fail fast and ask.
For each opp, flag:
| Check | Flag if | |---|---| | **Amount** | blank or $0 | | **Close date** | in the past, or unchanged since creation on a >30d-old opp | | **Next step** | blank, or unchanged in 14+ days | | **Stage age** | in current stage >2x median (stuck) | | **Activity** | last activity >14 days ago | | **Contacts** | no contact roles/associations, or only one (single-threaded) | | **Stage criteria** | stage exit criteria not evidenced (e.g. stage says Proposal but no proposal doc found in docs) |
Thresholds (14d activity / 14d next-step) and per-stage required fields tune to org context.
Per flag, suggest a fix wher
Plugins that turn Claude into a specialist for your role, team, and company. Built for Claude Cowork, also compatible with Claude Code.
Repo: anthropics/knowledge-work-plugins
Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when…
Run nf-core bioinformatics pipelines (rnaseq, sarek, atacseq) on sequencing data. Use when analyzing RNA-seq, WGS/WES, or ATAC-seq data—either local FASTQs or…
This skill should be used when scientists need help with research problem selection, project ideation, troubleshooting stuck projects, or strategic scientific…
Deep learning for single-cell analysis using scvi-tools. This skill should be used when users need (1) data integration and batch correction with scVI/scANVI,…
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive…
Set up your bio-research environment and explore available tools. Use when first getting oriented with the plugin, checking which literature, drug-discovery,…