<div align="center">

# Python 工程化

**Python 最佳实践:类型标注、测试、依赖管理,外加危险 Shell 命令拦截 hook。**

[![auto-mirrored](https://img.shields.io/badge/auto--mirrored%20from-kimi--boost-7c3aed?style=flat-square)](https://github.com/shidesheng0218/kimi-boost)
[![plugin compat](https://img.shields.io/github/actions/workflow/status/shidesheng0218/kimi-boost/verify.yml?style=flat-square&label=%E6%8F%92%E4%BB%B6%E5%85%BC%E5%AE%B9)](https://github.com/shidesheng0218/kimi-boost/actions/workflows/verify.yml)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/shidesheng0218/kimi-boost/blob/main/LICENSE)

</div>

---

## 安装

**Kimi Code CLI**（TUI 内，无需安装任何工具）：

```
/plugins install https://github.com/shidesheng0218/kimi-boost-python
```

装完运行 `/reload` 或开新会话生效。

**或用安装器**（支持 Kimi Code / Claude Code / Codex 三端，含更新、体检与卸载）：

```bash
npx kimi-boost install python
```

<div align="center">

![kimi-boost demo](https://github.com/shidesheng0218/kimi-boost/raw/main/assets/demo.gif)

</div>

## 包含

- **Agent Skills**：`skills/`
- **Subagents**：`agents/`
- **Hooks**：`hooks/`
- **斜杠命令**：`commands/`

## 斜杠命令

- `/python:lint`
- `/python:review`

## 说明

本仓库是 [kimi-boost](https://github.com/shidesheng0218/kimi-boost) monorepo 的**只读镜像**，由 CI 从 `presets/python/` 自动同步，请勿直接提 PR；贡献请到主仓库。MIT License。
