NovaDB avatar

NovaDB

Official

@novadb · Germany

0Followers
|
5Public Repos
|
54Published Skills

Offers comprehensive schema management, object lifecycle control, and job execution monitoring for enterprise content management systems.

Skills Distribution
DomainData Systems...Schema & Metadata .. (40%)Content Lifecycle .. (30%)Job & Performance .. (30%)

Agent Skills by NovaDB

Showing 54 vetted skills indexed across 2 GitHub repositories.

novadbnovadb

create-form

Create NovaDB form definitions with fields, multilingual names, and editor flags.

Official
Intermediate
novadbnovadb

get-job-logs

Fetch NovaDB job execution logs and save them to a local file.

Official
Intermediate
novadbnovadb

nova-objects

Manage NovaDB business data objects with schema-aware CRUD operations.

Official
Advanced
novadbnovadb

generate-code-for-type

Generate C# source code for a single NovaDB object type.

Official
Basic
novadbnovadb

set-form-fields

Replace all fields on NovaDB Form objects via attribute 5053.

Official
Intermediate
novadbnovadb

get-job

Fetch a NovaDB job by ID and return its full details.

Official
Basic
novadbnovadb

delete-attribute

Soft-delete NovaDB attribute definitions by object IDs on a specified branch.

Official
Basic
novadbnovadb

delete-branch

Delete a NovaDB branch by ID via the novadb_cms_delete_branch tool.

Official
Basic
novadbnovadb

create-object-type

Create NovaDB object types with attributes and linked forms via CMS API calls.

Official
Intermediate
novadbnovadb

update-branch

Update NovaDB branch attributes by id with a values array.

Official
Intermediate
novadbnovadb

upload-file-cancel

Cancel in-progress chunked file uploads and discard all uploaded chunks.

Official
Basic
novadbnovadb

search-attributes

Search NovaDB attribute definitions by name, data type, or flags via the Index API.

Official
Basic
novadbnovadb

generate-code-for-types

Generate C# source code for multiple or all object types in a NovaDB branch.

Official
Intermediate
novadbnovadb

update-job

Update NovaDB job state and retention settings via the novadb_cms_update_job tool.

Official
Basic
novadbnovadb

create-branch

Create NovaDB branches with attributes via the novadb_cms_create_branch tool.

Official
Intermediate
novadbnovadb

create-comment

Create XHTML-wrapped comments on NovaDB objects and fetch full records.

Official
Intermediate
novadbnovadb

get-jobs

List jobs for a branch with filters and pagination tokens.

Official
Intermediate
novadbnovadb

add-form-field

Append an attribute definition to a NovaDB form field list.

Official
Intermediate
novadbnovadb

update-object-type

Update NovaDB object type names and descriptions via novadb_cms_update_objects.

Official
Intermediate
novadbnovadb

get-job-progress

Fetch current progress metrics for a running NovaDB job by jobId.

Official
Basic
novadbnovadb

create-job

Create and start a job on a NovaDB branch using job definitions and optional input files.

Official
Intermediate
novadbnovadb

set-virtualization-code

Set JavaScript virtualization code for NovaDB virtual attributes via novadb_cms_update_objects.

Official
Basic
novadbnovadb

get-form

Fetch NovaDB CMS form definitions and resolve referenced field attributes.

Official
Intermediate
novadbnovadb

nova-schema

Manage NovaDB meta/schema types with safe CRUD workflows and impact analysis.

Official
Advanced

Frequently Asked Questions About NovaDB

FAQPage Schema
What specific tasks can I perform using NovaDB?

You can define custom object types, manage branch lifecycles, execute and monitor background jobs, handle chunked file uploads, and perform CRUD operations on schema attributes and XHTML-formatted comments.

Who is the target persona for these capabilities?

These functions are designed for backend engineers and database administrators responsible for maintaining CMS schema integrity, managing data object lifecycles, and integrating custom business logic into enterprise content repositories.

How do I generate client-side code for my schema?

You can invoke the code generation functions to produce runnable source code in C#, TypeScript, Go, or Python by targeting specific object types or entire branches within your repository.