plinth
v0.5.18A base for vibe-coded projects: required checks on GitHub, a curated set of agent skills, and a generator for new repositories.
By coolbressLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 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 plinth for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install plinth@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/coolbress/plinthClone 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
├── .claude-plugin/plugin.json├── skills/arsenal/SKILL.md├── skills/floor-check/SKILL.md└── skills/new-project/SKILL.md
Included Skills3
Catalog of the tools plinth installs and the ones it lists but does not install. Use when the user asks which skill or plugin to use for a task, what plinth installed, what a tool costs, or how to install an optional one.
Read-only check of an existing repository against the plinth floor (the document set, agent settings, lockfile, container image, the live ruleset) plus the sandbox state of this machine. Reports what is missing as a list with one fix per item and never changes anything. Use when the user asks whether a repository is set up, protected, "has the floor", or what /plinth:new-project would have given it.
Create a new GitHub repository with required checks already enforced. User-invoked only; creates a remote repository and deletes it if any check cannot be raised.
Plugin manifests1
{
"name": "plinth",
"displayName": "plinth",
"version": "0.5.18",
"description": "A base for vibe-coded projects: required checks on GitHub, a curated set of agent skills, and a generator for new repositories.",
"author": {
"name": "coolbress"
},
"homepage": "https://github.com/coolbress/plinth",
"repository": "https://github.com/coolbress/plinth",
"license": "MIT",
"keywords": [
"governance",
"required-checks",
"scaffold",
"skills"
],
"dependencies": [
{
"name": "mattpocock-skills",
"marketplace": "claude-plugins-official"
},
"taste-skill",
"last30days",
"ponytail-skills"
]
}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.
[plinth on Agent Plugins Marketplace](https://pluginsmp.com/plugins/plinth)