Skill Claude CodeCodex
When a ticket must go to a human before any reply is sent, and how the first reply should read. Use when drafting a customer reply or setting needshumanreview.
Skill Claude CodeCodex
When a ticket must go to a human before any reply is sent, and how the first reply should read. Use when drafting a customer reply or setting needshumanreview.
Skill Claude CodeCodex
How to pick the owning team and the priority for an inbound support ticket, including what to do when a ticket spans two teams. Use when triaging a ticket.
Skill Claude CodeCodex
Add new AI models to Kiln's mlmodellist.py and produce a Discord announcement. Use when the user wants to add, integrate, or register a new LLM model (e.g. Claude, GPT, DeepSeek, Gemini, Kimi, Qwen, Grok) into the Kiln model list, mentions adding a model to mlmodellist.py, asks to discover/find new models that are…
Skill Claude CodeCodex
Check Kiln's model list for deprecated or sunset models across all providers. Use when the user wants to find deprecated models, check model availability, audit the model list for stale entries, or mentions model deprecation/sunset/end-of-life.
Skill Claude CodeCodex
Check Kiln's fine-tunable model list for deprecated or unsupported base models. Use when the user wants to audit fine-tuning support, check if fine-tune base models are still valid, or mentions fine-tune model deprecation.
Skill Claude CodeCodex
Run the Kiln pre-release smoke test suite plus the standard CI checks (checks.sh), diagnose every prerelease test that broke (and why), and write a clean readable report with recommended actions. Read-only — it never edits code. Use when the user wants to validate a release candidate, run prerelease tests, or asks for…
Skill Claude CodeCodex
Look at Kiln's UI in a real browser, and run its end-to-end tests. Use when checking UI you are changing, taking a screenshot of the app, driving the app with playwright-cli, starting the dev sandbox with playwrightserver.sh, running or debugging npm run tests:e2e, or working with the seeded fixture project that gives…
Skill Claude CodeCodex
Multi-agent, browser-driven QA pass over a branch or PR — scope it, plan it, fan out one subagent per testing area in its own isolated sandbox, compile a severity-ranked markdown report. Use for an "E2E test", "QA pass", "manual test", or "bug bash" request — broader than driving the UI to check one fix (see…
Skill Claude CodeCodex
Post a "what's changed since the last release" recap to the release Slack channel for final QA. Groups merged PRs by author and classifies each as feature / bug fix / task. Use when the user wants a release recap, a changelog since the last tag, or to prep QA before cutting a release from main.
Instructions file CodexOpenCode
AGENTS.md instructions for Kiln-AI/Kiln, covering project overview, project goals, tech stack, agent tools and agent prompts.
MCP server Claude CodeCodexCursor +2
MCP server that exposes project-specific development tools (tests, linters, etc.) and prompts via YAML configuration. Runs locally from the hooks-mcp Python package.
MCP server Claude CodeCodexCursor +2
MCP server "kilntainers" as configured in Kiln-AI/Kilntainers. Launched with kilntainers.
Instructions file
Instructions for Kiln-AI/Kilntainers, covering kilntainers: secure agent sandboxes, specs and commands & tools.
Agent
When writing tests for Python code.