Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add collectiveai-team/agent-skills --skill "python-project-setup"
Install specific skill from multi-skill repository
# Description
Use for Python project setup and structure. Enforce uv with pyproject.toml (use workspaces when applicable) and avoid src/ layouts by placing the package at the repository root using the package name.
# SKILL.md
name: python-project-setup
description: Use for Python project setup and structure. Enforce uv with pyproject.toml (use workspaces when applicable) and avoid src/ layouts by placing the package at the repository root using the package name.
Python Project Setup Skill
Follow these requirements when setting up a Python project.
Requirements
- Use uv for dependency and project management.
- Define project configuration in pyproject.toml.
- Use uv workspaces when the project has multiple packages.
- Avoid a src/ folder. Place the package directory at the repository root, named exactly after the package.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.