python-project-template-1-pyprojecttoml
Sub-skill of python-project-template: 1. pyproject.toml (+2).
Best use case
python-project-template-1-pyprojecttoml is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of python-project-template: 1. pyproject.toml (+2).
Teams using python-project-template-1-pyprojecttoml should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/1-pyprojecttoml/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How python-project-template-1-pyprojecttoml Compares
| Feature / Agent | python-project-template-1-pyprojecttoml | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of python-project-template: 1. pyproject.toml (+2).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 1. pyproject.toml (+2)
## 1. pyproject.toml
```toml
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "{{project_name}}"
version = "0.1.0"
description = "{{description}}"
readme = "README.md"
*See sub-skills for full details.*
## 2. conftest.py
```python
"""
ABOUTME: Pytest configuration and fixtures for {{project_name}}
ABOUTME: Provides shared fixtures and test utilities
"""
import sys
from pathlib import Path
import pytest
*See sub-skills for full details.*
## 3. AGENTS.md Template
```markdown
# Codex - {{project_name}}
> AI agent instructions for {{project_name}}Related Skills
python-import-path-mismatch-debugging
Diagnose and fix ModuleNotFoundError when a package is installed but imports still fail due to environment/path mismatches
python-import-path-debugging
Diagnose ModuleNotFoundError when a package is installed but still fails to import
python-debugpy
Debug Python: pdb REPL + debugpy remote (DAP).
python-project-template
Generate standardized Python project structure with pyproject.toml, UV environment, pytest configuration, and workspace-hub compliance. Creates production-ready project scaffolding.
github-project-board
Synchronize AI swarms with GitHub Projects for visual task management and progress tracking. Use for project board automation, task synchronization, sprint management, and team coordination with GitHub Projects.
xlsx-to-python
Convert Excel calculation spreadsheets to Python code — extract formulas, build dependency graphs, generate pytest tests using cell values as assertions, and produce dark-intelligence archive YAMLs.
excel-workbook-to-python-v2
Convert engineering Excel workbooks to Python code using Codex Desktop cowork on Windows. Proven superior quality vs Linux openpyxl extraction (24 vs 7 functions, 81 vs 53 tests). Validated on Ballymore jumper installation analysis.
mkdocs-integration-with-python-package
Sub-skill of mkdocs: Integration with Python Package (+2).
web-artifacts-builder-basic-template
Sub-skill of web-artifacts-builder: Basic Template.
skill-creator-template-name
Sub-skill of skill-creator: [Template Name].
skill-creator-technical-skill-template
Sub-skill of skill-creator: Technical Skill Template.
skill-creator-process-skill-template
Sub-skill of skill-creator: Process Skill Template.