Roentek /
Claude_Code_Boilerplate_Framework
This repo is a ready-to-clone starting point for setting up Claude Code as an agentic AI workspace with pre-configured tools, rules, MCP servers, and workflow patterns.
64/100 healthLoading repository data…
zillionare / repository
A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A tool for creating skeleton python project, built with popular develop tools and conform to the best practice.
This tool will create Python project with the following features:
Selected from shared topics, language and repository description—not editorial ratings.
Roentek /
This repo is a ready-to-clone starting point for setting up Claude Code as an agentic AI workspace with pre-configured tools, rules, MCP servers, and workflow patterns.
64/100 healthAnalyticAce /
A comprehensive boilerplate for creating Python packages with modern tooling and best practices.
63/100 healthInstall ppw if you haven't install it yet:
pip install -U ppw
Generate a Python package project by simple run:
ppw
Then follow the Tutorial to finish configurations.
This repo is forked from audreyr/cookiecutter-pypackage, and borrowed some ideas from briggySmalls
cfg4py is a great tool for managing configuration files, supporting configuration for different environments (dev, prodction and test), automatically converting yaml-based configuration to python class, so, you can access configuration items by attribute, thus, enable auto-completion (by IDE). It also supports live-reload, remoting central configuration, config template and more.
adilsaid64 /
A Cookiecutter template for Python packages with CI/CD, semantic versioning, and standard tooling.