Sub-skill of python-project-template: 1. pyproject.toml (+2).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill 1-pyprojecttoml --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of 1 Pyprojecttoml?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-1-pyprojecttoml-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: python-project-template-1-pyprojecttoml
description: 'Sub-skill of python-project-template: 1. pyproject.toml (+2).'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# 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. CLAUDE.md Template
```markdown
# Claude Code - {{project_name}}
> AI agent instructions for {{project_name}}
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.