https://github.com/gitstq/trae-python-skills
Collection of Trae AI skills for Python environment management and optimization
https://github.com/gitstq/trae-python-skills
Last synced: 3 days ago
JSON representation
Collection of Trae AI skills for Python environment management and optimization
- Host: GitHub
- URL: https://github.com/gitstq/trae-python-skills
- Owner: gitstq
- Created: 2026-01-23T03:22:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-23T03:24:25.000Z (5 months ago)
- Last Synced: 2026-01-23T20:46:18.901Z (5 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trae Python Skills Collection
English | [中文文档](./README_CN.md)
This repository contains a collection of custom skills for Trae AI, specifically focused on Python environment management and optimization.
## Included Skills
### 1. [cnpip-manager](./cnpip-manager/SKILL.md)
**Description**: Manages pip mirrors in China for faster downloads.
**Features**:
- Speed testing for major mirrors (Aliyun, Tencent, etc.)
- Auto-switching to the fastest mirror
- Manual mirror selection
### 2. [python-env-policy](./python-env-policy/SKILL.md)
**Description**: Enforces Python environment rules (Debian 12+ / PEP 668).
**Rules**:
- **Tools**: Must use `pipx install`
- **Projects**: Must use `venv`
- **System**: Must use `apt`
## Usage
Copy the skill directories into your local `.trae/skills/` directory to enable them in your Trae AI environment.