plugins marketplace
← All plugins

b12-claude-plugin

v1.9.0

B12 Website Generator plugin allows you to create a professional, engaging, and user-friendly website in seconds using AI. To create a website, you need to provide a name for your project/business, along with a description of the project/business (goals, structure, etc.).

Claude Code1 skill

by B12.ioApache-2.02.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/b12-claude-plugin/ inside the repository.

Layout

plugins/community/b12-claude-plugin/
├── .claude-plugin/plugin.json
└── skills/website-generator/SKILL.md

Skills1

website-generatorskills/website-generator/SKILL.md

Use when the user asks to create a website, build a site, generate a landing page, or mentions B12. Trigger phrases: "create a website", "build me a site", "website for my business", "generate a landing page", "B12 website". Trigger with 'website', 'generator'.

Manifests1

plugins/community/b12-claude-plugin/.claude-plugin/plugin.json
{
  "name": "b12-claude-plugin",
  "version": "1.9.0",
  "description": "B12 Website Generator plugin allows you to create a professional, engaging, and user-friendly website in seconds using AI. To create a website, you need to provide a name for your project/business, along with a description of the project/business (goals, structure, etc.).",
  "author": {
    "name": "B12.io",
    "url": "https://github.com/b12io"
  },
  "repository": "https://github.com/b12io/b12-claude-plugin",
  "homepage": "https://www.b12.io",
  "license": "Apache-2.0",
  "keywords": [
    "website",
    "b12",
    "hosting",
    "web-design"
  ]
}