Agent Plugins Marketplace
All plugins

engineering-discipline

v0.5.0

Modern Python engineering standards and stack-agnostic data-engineering discipline, with ruff/uv enforcement hooks and a self-refreshing toolchain manifest.

Claude Code2 Skills

By Grimaldo StanzaniLicense: MIT2 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 29, 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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install engineering-discipline@agent-plugin-marketplace

Paste 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/grimaldost/craft-collection

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

Plugin files

plugins/engineering-discipline/
├── .claude-plugin/plugin.json
├── skills/python-engineering/SKILL.md
└── skills/refresh-stack/SKILL.md

Included Skills2

python-engineeringskills/python-engineering/SKILL.md

Modern Python engineering standards and best practices. Use this skill whenever a user wants to: scaffold a Python project, configure tooling (uv, ruff, ty, mypy, structlog, pytest, hypothesis, pydantic-settings, opentelemetry, pip-audit), set up pyproject.toml, src-layout, pre-commit, CI/CD, Docker — for an existing, inherited, or legacy project as much as a greenfield one (assessing and modernizing current setup, not just scaffolding new) — or asks about Python architecture, packaging, testing, type checking, observability, security, async patterns, typing.Protocol, dependency injection, CLAUDE.md, or Cursor rules. Covers hexagonal architecture, functional core/imperative shell, property-based testing, snapshot testing, testcontainers, Trusted Publishers, and Sigstore.

refresh-stackskills/refresh-stack/SKILL.md

Review and update the python-engineering toolchain pins. Run /refresh-stack to detect which pinned tools are behind the latest PyPI release, read the relevant changelogs, and produce a reviewable changeset (stack.toml version bumps plus any guidance edits) for approval. Mechanical bumps are applied on approval; guidance edits are never auto-applied. Manual-only.

Plugin manifests1

plugins/engineering-discipline/.claude-plugin/plugin.json
{
  "name": "engineering-discipline",
  "displayName": "Engineering Discipline",
  "version": "0.5.0",
  "description": "Modern Python engineering standards and stack-agnostic data-engineering discipline, with ruff/uv enforcement hooks and a self-refreshing toolchain manifest.",
  "author": {
    "name": "Grimaldo Stanzani",
    "email": "[email protected]"
  },
  "repository": "https://github.com/grimaldost/craft-collection",
  "license": "MIT",
  "keywords": [
    "python",
    "uv",
    "ruff",
    "ty",
    "data-engineering",
    "data-contract"
  ]
}

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

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