Agent Plugins Marketplace
All plugins

project-setup

v0.10.1

Architectural conventions for any repo. Includes 1 skill.

CodexClaude Code1 Skill

By SidLicense: PolyForm-Noncommercial-1.0.00 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 17, 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 project-setup for Codex and Claude Code

Installs for the current user
codex plugin marketplace add sidhanthapoddar99/sids-plugin-marketplace
codex plugin marketplace upgrade sids-plugin-marketplace
codex plugin add project-setup@sids-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the sids-plugin-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “project-setup-4” remain stable.

  • Codex: project-setup-4@agent-plugin-marketplaceproject-setup@sids-plugin-marketplace

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/sidhanthapoddar99/sids-plugin-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/project-setup/.

Plugin files

plugins/project-setup/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/project-setup/SKILL.md

Included Skills1

project-setupskills/project-setup/SKILL.md

Use this skill to bootstrap, audit or restructure a repo, or answer where code and configuration belong mid-task. It owns apps/, apps/packages/, data/, logs/, one ignored root .env and committed .env.template grouped by kind, backend config.yaml, single-origin routing, Docker Compose configs and modifiers, services and presets, and ctl (dev, up, db migrate, manage, gate). Covers stack choices, frontend and backend folder shapes, tokens.css and typography rules, schema ownership, security, production, the four-rung gate floor, optional add-ons and the AGENTS.md contract. Use when adding a frontend or backend or changing these boundaries. Skip implementation inside one file, migration SQL, docs content (agent-ks), instruction wording (instruction-writing), Kubernetes and cloud deploy targets.

Plugin manifests2

plugins/project-setup/.codex-plugin/plugin.json
{
  "name": "project-setup",
  "version": "0.10.1",
  "description": "Architectural conventions for any repo",
  "author": {
    "name": "Sid",
    "email": "[email protected]"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Project Setup",
    "shortDescription": "Architectural conventions for any repo",
    "longDescription": "Architectural decision-maker for repos, new and existing: repo layout, service boundaries, per-app stack and database choice, docker / compose, one ignored root .env with a committed .env.template grouped by kind, explicit browser constants and declared Docker environment keys, frontend structure, production settings. Ships 1 skill with three modes reached from plain language: bootstrap a repo, audit a repo, answer a single \"where does this go\" question mid-task. Composes with the sibling agent-ks and uvenv plugins.",
    "developerName": "Sid",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Audit this repo's structure against project-setup."
    ]
  },
  "license": "PolyForm-Noncommercial-1.0.0",
  "keywords": [
    "project-setup",
    "repo-structure",
    "monorepo",
    "compose"
  ]
}
plugins/project-setup/.claude-plugin/plugin.json
{
  "name": "project-setup",
  "version": "0.10.1",
  "description": "The single authority for how a repo is shaped: bootstrapping a new project, auditing or restructuring an existing one, or any \"where does this go\" question mid-task. One repo tree (apps/, packages, data/, logs/), ignored root .env with a committed .env.template grouped by kind, plus config.yaml, single-origin routing (Vite proxy in dev, nginx edge in prod), compose configs plus modifiers, service subsets and presets, the ctl entrypoint (dev, up, up preset, db migrate, manage, gate), stack choices (FastAPI / Axum / Go; Vite / Next.js / Astro; Postgres / Redis / SQLite / Neo4j), frontend and backend internals, the security floor, production settings, the frontend folder shape (routing folder, layout/, modules/, components/, lib/) for Vite and Next.js, the gate ladder (a four-rung floor, the rest opt-in), the review passes, and the AGENTS.md brief contract. Ships 15 reference pages, a copyable template repo with a working ctl, scripts, compose files and env template, and an additional-template of add-ons (git hooks, memory/, e2e) the user adds by name.",
  "author": {
    "name": "Sid",
    "email": "[email protected]"
  },
  "license": "PolyForm-Noncommercial-1.0.0",
  "dependencies": [
    "uvenv"
  ],
  "skills": [
    "./skills/project-setup/"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[project-setup on Agent Plugins Marketplace](https://pluginsmp.com/plugins/project-setup-4)