web-launch
v0.1.0A reusable, stack-agnostic website launch system: a verification-gated checklist (Done ≠ Verified), a refuse-to-launch sign-off gate, a Day 1/3/7/14/30 monitoring cadence, an anonymized failure-mode library, and programmatic-SEO-at-scale quality gates. Routes to specialist SEO/security plugins for commodity crafts.
By Hamza Ali9 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 19, 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 web-launch for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install web-launch@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/hamza-ali-shahjahan/hamzaishClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is factory/plugins/web-launch/.
Plugin files
├── .claude-plugin/plugin.json├── skills/launch-gotchas/SKILL.md└── skills/web-launch/SKILL.md
Included Skills2
A library of real, hard-won website-launch failure modes — each with what happened, the root cause, and how to prevent it. Use before starting a launch, when debugging a launch-time SEO/analytics/performance problem (indexation not happening, redirect or canonical issues, analytics undercounting, schema validation failing, CWV regressions, robots.txt mistakes), or when a launch checklist item refuses to verify. These are the mistakes that normally only get learned by being burned. Companion to web-launch.
Run a website launch as a verification-gated process, not a to-do list. Use when taking a site (or a major site section) to production — scoping a launch, building or walking a launch checklist, deciding if a site is ready to ship, or setting up post-launch monitoring. Emits a per-project tracking workbook, enforces a refuse-to-launch sign-off gate (every P0/P1 must be Verified, not just Done), and routes commodity SEO/security/performance work to specialist skills. Pairs with launch-gotchas and pseo-at-scale.
Plugin manifests1
{
"name": "web-launch",
"version": "0.1.0",
"description": "A reusable, stack-agnostic website launch system: a verification-gated checklist (Done ≠ Verified), a refuse-to-launch sign-off gate, a Day 1/3/7/14/30 monitoring cadence, an anonymized failure-mode library, and programmatic-SEO-at-scale quality gates. Routes to specialist SEO/security plugins for commodity crafts.",
"author": {
"name": "Hamza Ali",
"email": "[email protected]"
},
"keywords": [
"launch",
"seo",
"aeo",
"checklist",
"pre-launch",
"verification",
"programmatic-seo",
"go-live"
]
}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.
[web-launch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/web-launch)