I need to clean a prompt before I share it.
Start with prompt cleanup, redaction, and chunking when the input includes repo notes, incident text, or secrets.
Open AI Prompt Toolkit
I need the exact command and flags for an AI coding assistant.
Use the CLI builder when you want the right command for Claude Code, Codex, or OpenCode without re-reading reference docs.
Open AI CLI Tools
I need to test an OpenAI-compatible endpoint.
Use a browser-direct profile to load models, send Chat or Responses requests, and inspect compatibility without a ComUtil proxy.
Open LLM API Tester
I need to validate JSON output before my app consumes it.
Use the structured-output workbench to catch missing fields, wrong types, or extra keys before you trust the payload.
Open Structured Output Playground
I need to verify an MCP server and try one of its tools.
Review the transport, required fields, and environment usage before you connect this config in an MCP client.
MCP Server Check
I need to turn notes into an agent skill.
Use the skill builder when a rough Markdown draft needs clean SKILL.md frontmatter and a copy-ready file.
Open Agent Skill Builder