An open API service indexing awesome lists of open source software.

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

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.