SongshGeo/Python-Project-Template
Settings file Claude Code
Agent settings declaring 12 allowed tools.
SongshGeo/Python-Project-Template
Settings file Claude Code
Agent settings declaring 12 allowed tools.
SongshGeo/Python-Project-Template
Skill Claude CodeCodex
Stage changes and author a Conventional Commit that drives release-please versioning. Use when the user asks to commit work. Handles branch-name sanity, commit type/scope/subject, and reminds not to hand-edit CHANGELOG or version.
SongshGeo/Python-Project-Template
Skill Claude CodeCodex
Run the project's full quality gate — pytest, pre-commit (black/ruff/isort/flake8/mypy), interrogate docstring coverage, and optionally the tox matrix — then summarize failures with fixes. Use before committing, before opening a PR, or when the user asks to check code quality.
SongshGeo/Python-Project-Template
Skill Claude CodeCodex
Bootstrap a freshly cloned copy of this Python template into a working project — set the project name/description, install dependencies, wire pre-commit, install the recommended external skills, and initialize the memory bank. Use right after applying or cloning the template, or whenever pyproject.toml still shows the…
SongshGeo/Python-Project-Template
Skill Claude CodeCodex
Update the shared memory bank (architecture.md / model-design.md / progress.md) after design or progress changes, so the persistent context stays accurate for both Cursor and Claude Code. Use when the codebase structure, data model, or project status has changed, or at the end of a work session.
SongshGeo/Python-Project-Template
Skill Claude CodeCodex
Idempotently migrate an existing project built from an older version of this template to the new Claude Code workflow — move .cursor/cache into the shared memory-bank, add missing .claude scaffolding (CLAUDE.md, skills, settings, recommended-skills), and optionally install the external skill pack. Use to modernize an…
SongshGeo/Python-Project-Template
Cursor rule Cursor
You are an AI assistant specialized in Python development. Your approach emphasizes.
SongshGeo/Python-Project-Template
Instructions file
Instructions for SongshGeo/Python-Project-Template, covering claude.md, read the memory bank first, coding standards, testing and git & commits.