← All plugins
fullstack-starter-pack
v1.21.0Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Claude Code
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/packages/fullstack-starter-pack/ inside the repository.
Layout
plugins/packages/fullstack-starter-pack/
└── .claude-plugin/plugin.json
Manifests1
plugins/packages/fullstack-starter-pack/.claude-plugin/plugin.json
{
"name": "fullstack-starter-pack",
"version": "1.21.0",
"description": "Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]",
"url": "https://github.com/jeremylongshore"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"homepage": "https://claudecodeplugins.io/",
"license": "MIT",
"keywords": [
"fullstack",
"react",
"express",
"fastapi",
"postgresql",
"prisma",
"typescript",
"authentication",
"scaffolding",
"components",
"api",
"database",
"deployment",
"docker",
"ci-cd",
"mvp"
]
}