home/lifestyle/promptkit-runtime

Promptkit Runtime

GPTClaudeGemini··209 copies·updated 2026-07-14
promptkit-runtime.prompt
---
sidebar_position: 1
---

# PromptKit

:::info Status
PromptKit is the open-source reference toolkit for PromptPack — **shipped and actively maintained**. Repo: [github.com/AltairaLabs/PromptKit](https://github.com/AltairaLabs/PromptKit).
:::

PromptKit is the reference toolkit for working with PromptPack specifications. It provides a Go runtime plus npm-distributed CLIs for testing, validating, and compiling packs across providers.

## What's in the box

PromptKit bundles two CLIs and a Go runtime under one repo:

- **`promptarena`** — test, red-team, and evaluate prompts and packs across Claude, OpenAI, Gemini, Azure, and local models.
- **`packc`** — compile a workspace config into a portable, content-addressed `.pack.json` artifact ready for deployment.
- **Go runtime** — load and execute compiled packs, with first-class support for workflows, agent loops, tools, and skills.

when to use it

Community prompt sourced from the open-source GitHub repo AltairaLabs/promptpack-spec (MIT). A "Promptkit Runtime" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

lifestylecommunitygeneral

source

AltairaLabs/promptpack-spec · MIT