questpie-core/extend

Extend the QUESTPIE backend framework with custom codegen plugins and modules.

5|3|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/questpie/questpie --skill questpie-core-extend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: questpie-core/extend
Source: https://github.com/questpie/questpie/tree/main/packages/questpie/skills/questpie-core/extend
Command: npx skills add https://github.com/questpie/questpie --skill questpie-core-extend

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables developers to deeply customize and extend the QUESTPIE backend framework, allowing for tailored solutions beyond its core functionality.

Core Features & Use Cases

  • Codegen Plugins: Build custom code generation logic to discover and emit types for specific project structures.
  • Reusable Modules: Package collections, jobs, and other QUESTPIE entities into shareable modules.
  • Custom Field Types: Define new data field types with custom storage, validation, and admin rendering.
  • Framework Adapters: Integrate QUESTPIE with various web frameworks like Hono, Elysia, and Next.js.

Quick Start

Create a new codegen plugin by defining its name, targets, and discovery categories in a TypeScript file.

Frequently Asked Questions about questpie-core/extend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extend a backend framework with custom codegen plugins?

You can extend a backend framework with custom codegen plugins by defining a plugin's name, targets, and discovery categories in a TypeScript file to emit types for specific project structures.

How do I create custom field types with custom storage and validation?

You can create custom field types by defining new data field types that include custom storage, validation, and admin rendering, allowing tailored solutions beyond core backend functionality.

Can I integrate QUESTPIE with web frameworks like Hono, Elysia, or Next.js?

Yes, you can integrate QUESTPIE with various web frameworks like Hono, Elysia, and Next.js by building framework adapters to connect the backend to different environments.

What is the best way to package and distribute reusable backend modules?

The best way to package and distribute reusable backend modules is to group collections and jobs into shareable modules, using tools like tsdown and changesets for distribution and versioning.

When do I need to use framework adapters for backend module development?

You need framework adapters for backend module development when integrating core entities into various web frameworks, enabling custom discovery patterns and registry extensions for advanced customization.