targetbay-onboarding
v0.3.0Skills that turn a newly signed-up store into a store-specific programme across all three TargetBay products — auditing what the platform actually knows about this store, asking only what it cannot observe, setting up the onsite capture that must go in first, sequencing the first ninety days so the three products do not compete for the same customer, and provisioning the result behind explicit approval. Vendor-neutral reasoning; the TargetBay MCP supplies the capabilities.
By TargetBayLicense: MIT1 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 10 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install targetbay-onboarding for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install targetbay-onboarding@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/targetbay360/targetbay-agent-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/targetbay-onboarding/.
Plugin files
├── .claude-plugin/plugin.json├── skills/context-audit/SKILL.md├── skills/experience-experimentation/SKILL.md├── skills/offer-targeting/SKILL.md├── skills/onboarding-blueprint/SKILL.md├── skills/onboarding-intake/SKILL.md├── skills/onboarding-provisioning/SKILL.md├── skills/onsite-search/SKILL.md├── skills/personalization-audit/SKILL.md├── skills/recommendation-strategy/SKILL.md└── skills/surface-inventory/SKILL.md
Included Skills10
Use when onboarding a store nobody has assessed yet and the first question is what this store actually is — what TargetBay knows about it, what it already has configured across all three products, and which of those facts are measured rather than assumed. Reads the derived store context and reports what is derived, what is provisional, what is simply absent, and which questions only the store owner can answer. Produces no plan; establishes what a plan could honestly be built from.
Use when an onsite change needs proving rather than asserting — designing an A/B or multivariate test, deciding whether the traffic can resolve it at all, setting the stopping condition, or reading a result honestly. Also use when a test is being called early, when results look too good, or when several changes are being bundled into one test.
Use when deciding who should see an onsite offer, popup, banner or bar — the audience, the trigger, the frequency, the exclusions, and whether the offer should exist at all. Also use when popups are hurting the experience, when offers are being shown to people who already converted, or when discounting onsite is being considered.
Use when a store is new to TargetBay and the question is what to set up first across all three products — onboarding email, SMS, reviews, loyalty and onsite personalization as one sequence rather than four independent setups. Decides what each product contributes, what it must wait for and why, who owns contact with a customer when two products both want to reach them, and what observation would justify each next step. Produces a sequenced ninety-day plan with every borrowed value labelled; provisions nothing.
Use when onboarding a store whose setup depends on facts the platform cannot observe — what the store is trying to achieve, what discounting it can afford, how much work it can sustain, what its brand does and does not permit, which channels and markets are restricted, and when its real peaks are. Asks only the questions the derived store context could not already answer, and stores the answers back onto the store record so every later skill reads them as constraints instead of asking again.
Use when an approved onboarding blueprint needs to become real configuration in TargetBay — the segments, journeys, templates, review triggers, loyalty configuration and onsite placements it describes. Dry-runs every resource first and shows what would be created or changed and how many people each can reach, applies only what a human approved, verifies what was created against what was approved, and stops before anything can reach a real person.
Use when search on the store's site is underperforming — searches coming back with no results, high-volume queries that do not convert, synonyms and redirects that need setting, or search results that do not reflect what the store actually wants to sell. Answers "our searches return no results" and "why does site search find nothing?". Also use to mine search queries for catalogue and merchandising gaps. Use personalization-audit when search is only one suspect among several and nobody has named the problem.
Use for an open-ended assessment of a store's whole onsite experience — when someone asks what to do about personalization, what is wrong with our site, where to start, or what to fix first, without naming a specific problem. Use surface-inventory when the question is only what already exists. Scans surfaces, recommendations, offers, search and measurement together and ranks what is most worth fixing.
Use when deciding which product recommendations belong on which surface, which strategy should drive them, what must be excluded, and what a placement is actually worth. Also use when a recommendation widget shows irrelevant products, when engagement is high but revenue is not, or when a new placement is being considered.
Use when the question is what onsite personalization currently exists and what it is doing — which surfaces carry placements, offers or search configuration, what each one is worth, where attention is being spent for nothing, and which surfaces host a decision but carry no help. Answers "what's actually personalised on our site right now?" and "what have we already got running?". This is the assessment skill every other personalization skill routes through; use personalization-audit when the question is what to do next rather than what exists.
Plugin manifests1
{
"name": "targetbay-onboarding",
"description": "Skills that turn a newly signed-up store into a store-specific programme across all three TargetBay products — auditing what the platform actually knows about this store, asking only what it cannot observe, setting up the onsite capture that must go in first, sequencing the first ninety days so the three products do not compete for the same customer, and provisioning the result behind explicit approval. Vendor-neutral reasoning; the TargetBay MCP supplies the capabilities.",
"version": "0.3.0",
"author": {
"name": "TargetBay",
"email": "[email protected]",
"url": "https://targetbay.com"
},
"homepage": "https://targetbay.com",
"repository": "https://github.com/targetbay360/targetbay-agent-skills",
"license": "MIT",
"keywords": [
"agent-skills",
"claude",
"mcp",
"onboarding",
"implementation",
"activation",
"onsite",
"personalization",
"ecommerce",
"targetbay"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[targetbay-onboarding on Agent Plugins Marketplace](https://pluginsmp.com/plugins/targetbay-onboarding)