Creates, configures, and manages custom fields and dropdown options on tasks in Astravue. Use when working with custom fields, adding dropdown options, setting field values on tasks, or asking "what custom fields does this project have?".
Installation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Creates, configures, and manages custom fields and dropdown options on tasks in Astravue. Use when working with custom fields, adding dropdown options, setting field values on tasks, or asking "what custom fields does this project have?".
Managing Custom Fields
Workflow
Discover existing fields
astravue_get_custom_fields — list fields for a project or get values for a specific task.
Set a field value
For dropdown fields, call astravue_list_custom_field_options first to find valid options
astravue_set_custom_field_value — set the value on a task
Value format depends on field type: strings for text, true/false for checkbox, yyyy-MM-dd for date, option name or ID for dropdowns
Create a new field
astravue_create_custom_field — define field name, type, and scope (project or space)
For dropdown types, add options with astravue_create_custom_field_option