Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.67 KB

File metadata and controls

35 lines (23 loc) · 1.67 KB

awesome-claude-plugins Development Guidelines

Auto-generated from all feature plans. Last updated: 2025-12-23

Active Technologies

  • Python 3.8+ + requests (HTTP fetching), pyyaml (config parsing), jinja2 (templating), markdown (validation), urllib3 (robust HTTP handling) (001-marketplace-scraper)

  • File system (reads config.yaml, writes README.md) (001-marketplace-scraper)

  • Python 3.8+ (already implemented and tested) + requests (HTTP fetching), PyYAML (config parsing), jinja2 (templating), markdown (validation), urllib3 (robust HTTP) (001-marketplace-scraper)

  • File-based (config.yaml input, README.md output, no database required) (001-marketplace-scraper)

  • Python 3.8+ + requests (HTTP fetching), pyyaml (config parsing), jinja2 (templating), markdown (validation) (001-marketplace-scraper)

Project Structure

src/
tests/

Commands

cd src [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES][ONLY COMMANDS FOR ACTIVE TECHNOLOGIES] pytest [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES][ONLY COMMANDS FOR ACTIVE TECHNOLOGIES] ruff check .

Code Style

Python 3.8+: Follow standard conventions

Recent Changes

  • 001-marketplace-scraper: Added Python 3.8+ (already implemented and tested) + requests (HTTP fetching), PyYAML (config parsing), jinja2 (templating), markdown (validation), urllib3 (robust HTTP)

  • 001-marketplace-scraper: Added Python 3.8+ + requests (HTTP fetching), pyyaml (config parsing), jinja2 (templating), markdown (validation), urllib3 (robust HTTP handling)

  • 001-marketplace-scraper: Added Python 3.8+ + requests (HTTP fetching), pyyaml (config parsing), jinja2 (templating), markdown (validation)