devtools
v1.0.3The developer-machine toolchain in one plugin — mise (the .config/ three-file MISE_ENV split, tool/env placement, the file-based task library, the CI node-gpg workaround) plus /devtools:scaffold, Doppler for **development** secrets, and the repo-level quality gates: dprint, ESLint, gitleaks, grype, pre-commit. Its stack adapter retired in Wave C and its Docker/OCI doctrine in Wave D — the deploy artifact is now stackgen's container-image pack and the local stack its harness contract. Production secrets are a cloud plugin's, never this one's.
By Viraj Patel1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 8 skill or MCP entries
- Source updated
- Aug 30, 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 plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install devtools@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/virajp/ai-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/devtools/.
Plugin files
├── .claude-plugin/plugin.json├── skills/doppler/SKILL.md├── skills/dprint/SKILL.md├── skills/eslint/SKILL.md├── skills/gitleaks/SKILL.md├── skills/grype/SKILL.md├── skills/mise/SKILL.md├── skills/pre-commit/SKILL.md└── skills/scaffold/SKILL.md
Included Skills8
Development-time secret injection with Doppler — secrets reach a process as environment variables and are never read from a committed file, `doppler run --` wraps the mise task rather than the application, and nothing here is in the deployed path. Auto-applies when editing doppler config or a mise config that wires it.
dprint as the repo's single formatter — one root config, plugins pinned by version, `excludes` for generated trees, and the `exec` escape hatch for languages dprint has no plugin for. Formatting authority; correctness belongs to the linter. Auto-applies when editing dprint.json.
ESLint as the repo's correctness gate — flat config only, zero formatting rules, overrides scoped by `files` glob rather than disabled globally, and one lint command wired through the task library. Auto-applies when editing an eslint config or .config/linter.yaml.
gitleaks as the repo's secret scanner — scan the working tree on every commit and the history once, allowlist by fingerprint rather than by rule, and treat a hit as a credential to rotate rather than a line to silence. Auto-applies when editing .config/gitleaks.toml.
grype as the repo's dependency vulnerability scanner — scan the source tree on every commit and the built image before release, fail on a severity threshold, and time-box every ignore rule. Auto-applies when editing .config/grype.yaml.
Opinionated mise configuration — the .config/ three-file split (mise.toml / mise.dev.toml / mise.ci.toml) selected by MISE_ENV, the shared settings block, runtime-vs-dev-vs-ci tool placement, the env-value split, the CI node-gpg workaround, and the mandatory file-based task library (init,_scripts/_helpers, code/*, setup/*). Auto-applies when editing any mise config or task file.
pre-commit as the local gate — config at .config/pre-commit-config.yaml, hooks that call mise tasks so the same command runs locally and in CI, revs pinned and updated deliberately, and `files:` scoping so a hook fires only for what it validates. Auto-applies when editing a pre-commit config.
Scaffold the mise three-file split (mise.toml / mise.dev.toml / mise.ci.toml) plus the mandatory task library (init, _scripts/_helpers, code/*, setup/*) into a repo's .config/, detecting the language runtime.
Plugin manifests1
{
"$schema": "https://www.schemastore.org/claude-code-plugin-manifest.json",
"name": "devtools",
"version": "1.0.3",
"description": "The developer-machine toolchain in one plugin — mise (the .config/ three-file MISE_ENV split, tool/env placement, the file-based task library, the CI node-gpg workaround) plus /devtools:scaffold, Doppler for **development** secrets, and the repo-level quality gates: dprint, ESLint, gitleaks, grype, pre-commit. Its stack adapter retired in Wave C and its Docker/OCI doctrine in Wave D — the deploy artifact is now stackgen's container-image pack and the local stack its harness contract. Production secrets are a cloud plugin's, never this one's.",
"author": {
"name": "Viraj Patel"
},
"keywords": [
"mise",
"toolchain",
"tasks",
"ci",
"devtools",
"secrets",
"lint",
"format",
"security",
"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.
[devtools on Agent Plugins Marketplace](https://pluginsmp.com/plugins/devtools)