Keiyoushi Extensions: Community manga reader extensions
Extension management for the Keiyoushi multi-source content aggregation platform.
Learn more about Keiyoushi Extensions
This repository serves as the centralized issue tracking and extension source management hub for Keiyoushi, a multi-source content aggregation framework. It facilitates community collaboration on extension development, bug reporting, and feature requests. The system provides structured templates for issue submission, extension source validation, and community-driven quality assurance. It integrates with the main Keiyoushi platform to manage extension sources, version control, and compatibility testing. The repository supports automated workflows for extension packaging, distribution, and updates across multiple content sources and platforms.
Community-Driven Extension Ecosystem
Enables collaborative development and maintenance of content source extensions through standardized issue templates and contribution guidelines. Community members can submit bug reports, feature requests, and new extension proposals with structured formats that ensure quality and consistency across the entire extension library.
Automated Extension Management
Provides automated workflows for extension validation, testing, and deployment. The system automatically checks extension compatibility, performs quality assurance tests, and facilitates seamless distribution to end users. This automation reduces manual overhead and ensures consistent quality across all published extensions.
Multi-Source Aggregation Support
Supports integration with diverse content sources through a flexible extension architecture. Developers can create extensions for various platforms and content types while maintaining unified interfaces and standards. The system handles version management, dependency resolution, and backward compatibility automatically.
from repository import Repository
# Initialize and fetch repository data
repo = Repository(10457)
data = repo.fetch()
print(f"Repository: {data.name}")
print(f"Stars: {data.stars}")Top in Developer Tools
Related Repositories
Discover similar tools and frameworks used by developers
GraphiQL
Browser-based GraphQL IDE with language service tooling.
Dompdf
CSS 2.1 compliant HTML layout and rendering engine.
MailHog
Captures development SMTP traffic with web and API interfaces.
Husky
Manage Git hooks via Node.js package.
tldr-pages
Community-maintained concise help pages for CLI tools with practical examples.
Related Reading
Guides and comparisons from the Greptile content library
How to ACTUALLY Think About Code Reviews: The 3-Layer Checklist
A code review checklist and best practices organized around three layers — Mechanical, Structural, and Narrative — that help any team improve code quality without slowing reviews down.
Best AI Code Review Tools for GitHub
Top-rated AI code review tools for GitHub teams in 2025. Compare features, pricing, and accuracy to find the perfect fit for faster PR reviews and bulletproof code quality.
Best Developer Productivity Tools in 2026
The best developer productivity tools in 2026, compared by the workflow problem they solve: code review, autocomplete, AI-native editing, terminal agents, code search, observability, and security.
What is agentic coding? Benefits, risks, and best tools to consider
What engineering leaders need to know about agentic coding: how it differs from AI coding and vibe coding, how it works, the benefits and risks, and the tools worth evaluating.