ensi-meta

Manage meta endpoints and enum info in Ensi services.

1|2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/ensi-platform/skills --skill ensi-meta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ensi-meta
Source: https://github.com/ensi-platform/skills/tree/main/skills/ensi-meta
Command: npx skills add https://github.com/ensi-platform/skills --skill ensi-meta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the creation and modification of meta endpoints in Ensi services, providing efficient field, enum, and enum info management.

Core Features & Use Cases

  • Meta Endpoint Management: Create and modify meta endpoints in Ensi services with ease.
  • Field Management: Handle various field types, including IDs, text, boolean, enums, dates, and more.
  • Enum Info Management: Define and utilize enum information for filters and sorting.
  • Use Case: Imagine you are working on a new feature for your Ensi service that requires a new meta endpoint. Use this Skill to quickly set up the necessary fields and enum info.

Quick Start

Create a new meta endpoint for your Ensi service by using the ensi-meta skill with the desired fields and enum info.

Frequently Asked Questions about ensi-meta

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

FAQPage Schema
How do I create meta endpoints in Ensi services with custom fields and enums?

To create meta endpoints in Ensi services, use this Skill to define field types like IDs, text, booleans, enums, and dates, while utilizing EnumInfo classes to manage enum information for filters and sorting. It streamlines endpoint setup by handling field and enum info management directly within the Ensi project structure.

What is an EnumInfo class used for when managing API meta endpoints?

An EnumInfo class is used in API meta endpoints to define and utilize enum information for filters and sorting. It allows Ensi services to efficiently map enum values to their corresponding metadata, ensuring that frontend clients receive accurate filter and sort configurations for various field types.

Can I handle different field types like booleans and dates in Ensi meta endpoints?

Yes, you can handle various field types in Ensi meta endpoints, including IDs, text, boolean, enums, and dates. The Skill provides robust field management capabilities that allow you to specify and modify these different data types within your service's meta endpoint configuration.

Do I need an existing Ensi project structure to use this meta endpoint manager?

Yes, you need access to an existing Ensi project structure and configuration to use this meta endpoint manager. The Skill operates within the Ensi services environment to modify meta endpoints, meaning it requires the proper project setup to define fields and enum info correctly.

What's the best way to configure enum information for API filters and sorting?

The best way to configure enum information for API filters and sorting is by utilizing EnumInfo classes within your Ensi service meta endpoints. This approach allows you to explicitly define enum values and their metadata, which the API then exposes to clients for accurate filter and sort operations.