Podverse
Official@podverse · USA
Open source podcast app. Available for iOS, Android, F-Droid, and web. #FOSS #AGPLv3
Agent Skills by Podverse
Showing 20 vetted skills indexed across 1 GitHub repositories.
add-by-rss-parity-sync
Synchronize add-by-RSS UI views with non-add-by-RSS counterparts for visual parity.
add-by-rss-components-sync
Align Add-by-RSS and non-Add-by-RSS components across the web UI.
podverse-testing-policy
Enforce deferral of unit tests unless explicitly requested.
lighthouse-docker-sync
Align Lighthouse Docker services with infra docker-compose and env file changes.
styles-import-last
Reorder CSS/SCSS module imports to the end of React component import blocks.
lighthouse-env-alignment
Align Lighthouse environment loading with API and Web startup validation.
llm-history-tracking
Enforce 10-session limits and part-based splitting in .llm/history files.
podverse-web-patterns
Centralize reusable patterns and best practices for the Next.js web app.
podverse-documentation-conventions
Enforce full-path-with-hyphens naming for Markdown documentation files.
podverse-k8s-patterns
Maintain consistent Kubernetes manifests and deployment patterns across environments.
podverse-management-api-patterns
Standardize Express routing and admin authentication for the Podverse Management API.
parallel-plan-execution
Coordinate parallel execution across multiple Cursor agents for large migrations.
podverse-api-patterns
Apply canonical Express API patterns for Podverse API development.
podverse-workers-patterns
Automate per-job environment validation and startup configuration for Podverse workers.
podverse-orm-patterns
Document TypeORM entity, service, migration, and query builder patterns.
rate-limit-message
Render user-facing 429 messages using the shared rateLimitAlert helper.
time-format-local
Format client-side timestamps with formatDateTimeAbbrev using the active locale.
podverse-logging-log-dir
Configure LOG_DIR to route logs to console or a mounted volume.
bundle-optimization
Analyze client bundle size reports and optimize imports with tree-shaking and lazy-loading.
interactive-prompts
Detect interactive prompts and provide exact user inputs for CLI workflows.
Frequently Asked Questions About Podverse
FAQPage SchemaWhat specific tasks are enabled by these architectural patterns?▼
These patterns enable standardized Express routing, TypeORM entity management, and consistent Kubernetes deployment configurations. They facilitate bundle size optimization through tree-shaking, ensure locale-aware timestamp formatting, and enforce strict documentation naming conventions for large-scale project maintenance.
Which personas benefit from these standardized patterns?▼
Full-stack engineers and infrastructure maintainers working on podcast distribution platforms benefit from these patterns. They are designed for developers managing complex React web interfaces, Express-based backends, and containerized environments requiring strict environment variable alignment and logging configurations.
What is the licensing model for these resources?▼
All resources and patterns provided by Podverse are released under the AGPLv3 open-source license. This ensures the codebase remains free and accessible for community modification and distribution, provided that derivative works maintain the same open-source obligations.