Agent Plugins Marketplace
All plugins

repo-scaffold

v1.10.8

Agent Skills plugin for Codex and Claude Code that scaffolds repositories to production GitHub.com standards.

CodexClaude Code1 Skill

By Minh ThangLicense: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
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 repo-scaffold for Codex and Claude Code

Installs for the current user
codex plugin marketplace add MinhThang1009/repo-scaffold-plugin
codex plugin marketplace upgrade repo-scaffold-plugins
codex plugin add repo-scaffold@repo-scaffold-plugins

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

Compatibility: the page URL and API slug “repo-scaffold” remain stable.

  • Codex: repo-scaffold@agent-plugin-marketplacerepo-scaffold@repo-scaffold-plugins

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/MinhThang1009/repo-scaffold-plugin

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

Plugin files

repo-scaffold/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/repo-scaffold/SKILL.md

Included Skills1

repo-scaffoldskills/repo-scaffold/SKILL.md

Scaffold or update a repository to production GitHub.com standards ("dựng repo chuẩn GitHub"), including community-health files, English/Vietnamese project content, pinned Actions, Dependabot, releases, and repository settings. Use for new repo setup or full scaffold updates. Do not use for audits, isolated documentation edits, or general Git/GitHub troubleshooting.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "repo-scaffold",
  "version": "1.10.8",
  "description": "Agent Skills plugin for Codex and Claude Code that scaffolds repositories to production GitHub.com standards.",
  "author": {
    "name": "Minh Thang",
    "url": "https://github.com/MinhThang1009"
  },
  "homepage": "https://github.com/MinhThang1009/repo-scaffold-plugin#readme",
  "repository": "https://github.com/MinhThang1009/repo-scaffold-plugin",
  "license": "MIT",
  "keywords": [
    "scaffold",
    "repository",
    "github",
    "community-health",
    "ci",
    "release",
    "automation",
    "plugins",
    "repository-management",
    "github-automation",
    "claude-code-plugin",
    "codex-plugin"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Repo Scaffold",
    "shortDescription": "Set up repositories to GitHub.com production standard.",
    "longDescription": "Generates host-independent community-health files and, for verified GitHub.com remotes, GitHub Actions workflows, Dependabot setup, release automation, and repository configuration guidance.",
    "developerName": "Minh Thang",
    "category": "Productivity",
    "websiteURL": "https://github.com/MinhThang1009/repo-scaffold-plugin",
    "privacyPolicyURL": "https://github.com/MinhThang1009/repo-scaffold-plugin/blob/main/PRIVACY.md",
    "termsOfServiceURL": "https://github.com/MinhThang1009/repo-scaffold-plugin/blob/main/TERMS.md",
    "capabilities": [
      "Write",
      "GitHub"
    ],
    "defaultPrompt": [
      "Scaffold this repository to production GitHub.com standards in English.",
      "Scaffold this repository with Vietnamese project documentation.",
      "Update this repository's existing GitHub community files and workflows."
    ]
  }
}
.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "repo-scaffold",
  "displayName": "Repo Scaffold",
  "version": "1.10.8",
  "description": "Agent Skills plugin for Codex and Claude Code that scaffolds repositories to production GitHub.com standards.",
  "author": {
    "name": "Minh Thang",
    "url": "https://github.com/MinhThang1009"
  },
  "homepage": "https://github.com/MinhThang1009/repo-scaffold-plugin#readme",
  "repository": "https://github.com/MinhThang1009/repo-scaffold-plugin",
  "license": "MIT",
  "keywords": [
    "scaffold",
    "repository",
    "github",
    "community-health",
    "ci",
    "release",
    "automation",
    "plugins",
    "repository-management",
    "github-automation",
    "claude-code-plugin",
    "codex-plugin"
  ]
}

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

[repo-scaffold on Agent Plugins Marketplace](https://pluginsmp.com/plugins/repo-scaffold)