ai-agents-marketplace: Author AI Agent Context Once, Render It for Every Coding Agent
agents-marketplace is an interactive CLI that distributes reusable AI-agent context — skills, plugins, and rules — into any project, rend...
Read post
Categories
agents-marketplace is an interactive CLI that distributes reusable AI-agent context — skills, plugins, and rules — into any project, rend...
Read post
A production-ready Slack bot that listens for mentions, classifies support tickets using structured LLM output via Pydantic, and replies ...
Read post
Send a voice note or text to Telegram, and think-drop automatically classifies it, generates a summary, and writes it to your Notion work...
Read post
A growing collection of production-ready Python project starters — each one encodes the opinionated decisions for a specific domain so yo...
Read post
After building 20+ open-source Python projects, here's the opinionated structure I use for every new project — from the base template to ...
Read post
python-simple-email-sender wraps Python's SMTP stack into a single send_email() call — credentials from env vars, optional attachments, z...
Read post
cast-studio converts asciinema .cast files to GIF and MP4 — and ships a demo engine that makes every terminal recording reproducible.
Read post
django-versioned-models packages release management into a single mixin — inherit from VersionedModel and get dataset locking, a three-st...
Read post
python-notion-plus wraps the Notion API with automatic pagination, database querying, and intuitive page formatting — making it easy to r...
Read post
python-jira-plus extends the official jira package with automatic retries, built-in pagination, field validation against JIRA metadata, a...
Read post
python-gitlab-plus extends the official python-gitlab package with a service-based architecture for branches, merge requests, pipelines, ...
Read post
python-github-plus extends PyGitHub with a clean service-based architecture for branch management, PR workflows, workflow automation, fil...
Read post
python-vault wraps hvac with a minimal, production-ready interface for AppRole authentication and KV v2 secret retrieval — configured via...
Read post
pyrest-model-client combines httpx and Pydantic into a model-driven REST client — define your API resources as typed Python classes, and ...
Read post
Stop writing the same GET/POST/PUT/PATCH/DELETE boilerplate in every ViewSet. drf-easy-crud gives you enterprise-grade CRUD with advanced...
Read post
python-custom-exceptions replaces vague bare exceptions with structured, self-describing classes that carry diagnostic context and serial...
Read post
python-base-toolkit is a production-ready collection of base structures, decorators, file utilities, and execution helpers — the common f...
Read post
python-base-command brings Django's BaseCommand pattern — handle(), add_arguments(), CommandError, call_command(), auto-discovery — to an...
Read post
custom-python-logger adds colored output, custom log levels (STEP, EXCEPTION), contextual fields, UTC support, and pretty-printing helper...
Read post
python-simple-email-sender wraps Python's SMTP stack into a single send_email() call — credentials from env vars, optional attachments, z...
Read post
pyrest-model-client combines httpx and Pydantic into a model-driven REST client — define your API resources as typed Python classes, and ...
Read post
python-custom-exceptions replaces vague bare exceptions with structured, self-describing classes that carry diagnostic context and serial...
Read post
python-base-toolkit is a production-ready collection of base structures, decorators, file utilities, and execution helpers — the common f...
Read post
python-base-command brings Django's BaseCommand pattern — handle(), add_arguments(), CommandError, call_command(), auto-discovery — to an...
Read post
custom-python-logger adds colored output, custom log levels (STEP, EXCEPTION), contextual fields, UTC support, and pretty-printing helper...
Read post
agents-marketplace is an interactive CLI that distributes reusable AI-agent context — skills, plugins, and rules — into any project, rend...
Read post
cast-studio converts asciinema .cast files to GIF and MP4 — and ships a demo engine that makes every terminal recording reproducible.
Read post
django-versioned-models packages release management into a single mixin — inherit from VersionedModel and get dataset locking, a three-st...
Read post
Stop writing the same GET/POST/PUT/PATCH/DELETE boilerplate in every ViewSet. drf-easy-crud gives you enterprise-grade CRUD with advanced...
Read post
pytest-only-markers lets you flag individual tests with ONLY_* markers and run only those — stripping inherited pytestmark noise and dese...
Read post
pytest-reporter-html generates rich, interactive HTML test reports with zero-config log capture, named step tracking, exception rendering...
Read post
Annotate tests with infrastructure or product requirements, then collect them into a structured JSON file — without running the tests. py...
Read post
Declare explicit dependencies between tests and automatically skip dependent tests when their prerequisites fail. pytest-depends-on bring...
Read post
Generate test parameters at runtime from functions, config files, databases, or APIs. pytest-dynamic-parameterize replaces static @pytest...
Read post
pytest-plugins supercharges your test suite with structured JSON/Markdown reporting, consecutive failure detection, smart skip-on-fail, a...
Read post
A growing collection of production-ready Python project starters — each one encodes the opinionated decisions for a specific domain so yo...
Read post
After building 20+ open-source Python projects, here's the opinionated structure I use for every new project — from the base template to ...
Read post
python-notion-plus wraps the Notion API with automatic pagination, database querying, and intuitive page formatting — making it easy to r...
Read post
python-jira-plus extends the official jira package with automatic retries, built-in pagination, field validation against JIRA metadata, a...
Read post
python-gitlab-plus extends the official python-gitlab package with a service-based architecture for branches, merge requests, pipelines, ...
Read post
python-github-plus extends PyGitHub with a clean service-based architecture for branch management, PR workflows, workflow automation, fil...
Read post
python-vault wraps hvac with a minimal, production-ready interface for AppRole authentication and KV v2 secret retrieval — configured via...
Read post
pytest-only-markers lets you flag individual tests with ONLY_* markers and run only those — stripping inherited pytestmark noise and dese...
Read post
pytest-reporter-html generates rich, interactive HTML test reports with zero-config log capture, named step tracking, exception rendering...
Read post
Annotate tests with infrastructure or product requirements, then collect them into a structured JSON file — without running the tests. py...
Read post
Declare explicit dependencies between tests and automatically skip dependent tests when their prerequisites fail. pytest-depends-on bring...
Read post
Generate test parameters at runtime from functions, config files, databases, or APIs. pytest-dynamic-parameterize replaces static @pytest...
Read post
pytest-plugins supercharges your test suite with structured JSON/Markdown reporting, consecutive failure detection, smart skip-on-fail, a...
Read post