admin-prompt-queue

Manage and monitor admin prompt queues with CRUD operations and job status tracking.

Updated May 13, 2026
One-click install
npx skills add https://github.com/dloschiavo/orca --skill admin-prompt-queue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-prompt-queue
Source: https://github.com/dloschiavo/orca/tree/main/recipe/admin-prompt-queue
Command: npx skills add https://github.com/dloschiavo/orca --skill admin-prompt-queue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires admin-routing, draft-persistence, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of managing and monitoring admin prompts and their execution queues, providing a comprehensive solution for organizing and tracking prompt activities.

Core Features & Use Cases

  • Admin Prompt Management: Offers a versioned template manager for prompt templates stored as flat files.
  • Per-Entity Editor: Enables editing and generation history tracking for specific prompts.
  • Universal Queue Page: Provides a monitoring interface for all jobs across the system, with status tabs and pagination.
  • Use Case: For an admin/user page, this Skill can help manage and monitor the queue of past or in-flight prompt runs, ensuring efficient and effective management of prompt activities.

Quick Start

To manage prompts, navigate to the 'Prompts' page under the 'Platform' section of the admin interface.

Frequently Asked Questions about admin-prompt-queue

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

FAQPage Schema
How do I manage prompt templates and track prompt activities in an admin interface?

Admin prompt management is handled through a versioned template manager that stores templates as flat files, enabling CRUD operations, detailed per-entity editing, and generation history tracking for specific prompts.

How do I monitor job execution queues for in-flight prompt runs?

Queue monitoring is provided by a universal interface that displays all jobs across the system, featuring status tabs and pagination to track past or in-flight prompt runs effectively.

What do I need to set up before tracking job status and provider SDK call payloads?

Before tracking job status and provider SDK call payloads, you need proper authentication and authorization configured, along with the admin-routing and draft-persistence dependencies installed in your environment.

Can I use flat files to organize and version control prompt templates?

Yes, prompt templates are organized and versioned using flat files, which allows administrators to maintain a robust data model for prompt snapshots and track changes over time.

How does draft persistence work with editing specific prompts?

Draft persistence enables the per-entity editor to save editing states for specific prompts, ensuring that detailed generation history tracking and template modifications are retained across sessions.

What is the best way to organize prompt snapshots and track generation history?

The best way to organize prompt snapshots is through the admin interface's robust data model, which tracks provider SDK call payloads, job statuses, and maintains a comprehensive generation history for each prompt entity.