npx claudepluginhub zengbin93/python_coding_skills --plugin python-skills通过飞书任务驱动开发工作流。读取飞书任务(URL 或 task_id),根据任务描述执行开发或分析工作,并通过飞书 IM 向任务负责人发送进度消息,在任务评论区添加重要细节评论。触发场景:用户提供飞书任务链接或 task_id 要求执行任务;用户要求根据飞书待办完成开发工作;用户提供以 applink.feishu.cn/client/todo 开头的链接。
Python 编程最佳实践,涵盖性能优化、可读性提升、数据结构选择、并发编程和常见陷阱规避。 在编写高质量 Python 代码时参考此 skill。
Python 代码风格与质量检查规范,使用 ruff 进行格式化和 lint 检查,使用 basedpyright 进行类型检查。 在编写、修改或检查 Python 代码时使用此 skill。
评估 Python 代码是否符合本仓库制定的质量标准,涵盖代码风格、类型注解、测试覆盖、 可读性和性能。在提交代码前或审查他人代码时使用此 skill。
使用 pytest 编写高质量单元测试的通用规范。涵盖测试结构、fixture 使用、断言风格、 参数化测试、异步测试和覆盖率目标。在创建或修改测试文件时使用此 skill。
在简化或重构 Python 代码,且存在重复逻辑、深层嵌套、冗长分支或无意义中间变量,同时必须保持行为不变时使用此 skill。
Python 编程相关的 skill 仓库,旨在指导大模型生成高质量的 Python 代码。所有 skill 均使用中文编写,可注册到 Claude Code 等大模型插件系统中使用。
| Skill | 说明 |
|---|---|
| python-code-quality | 代码风格与质量检查规范,使用 ruff 和 basedpyright 实现 |
| python-pytest | 使用 pytest 编写高质量单元测试的通用规范 |
| python-simplifier | Python 代码重构简化指南,提高可读性、消除冗余 |
| python-best-practices | Python 编程最佳实践,指导编写高性能、高可读性代码 |
| python-code-review | Python 代码审查规范,评估代码是否符合本仓库制定的质量标准 |
将本仓库注册为 Claude Code 插件市场:
/plugin marketplace add zengbin93/python_coding_skills
然后安装 Python skills 插件:
/plugin install python-skills@python-coding-skills
或者通过交互方式:
/plugin marketplace add zengbin93/python_coding_skillsBrowse and install pluginspython-coding-skillspython-skillsInstall now也可以直接将 SKILL.md 文件的内容复制到你的 CLAUDE.md 等项目配置文件中作为上下文参考。
每个 skill 位于 skills/<skill-name>/SKILL.md,插件注册配置位于 .claude-plugin/marketplace.json。文件格式如下:
---
name: skill-name
description: >
简要描述该 skill 的用途和适用场景。
---
# Skill 标题
详细内容...
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Show your plugin is listed on ClaudePluginHub.
[](https://www.claudepluginhub.com/plugins/zengbin93-python-skills?ref=badge)Paste near the top of your README, alongside other badges.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.
Frontend design skill for UI/UX implementation
Create and edit Obsidian vault files including Markdown, Bases, and Canvas. Use when working with .md, .base, or .canvas files in an Obsidian vault.