arize-phoenix skills

227 tagged arize-phoenix, measured the same way as everything else here.

Browse within: azure 198bitbucket 198LangChain 15ai-chatbot 15evals 14gemini-cli 14openinference 14

MythicAgents/sage

Skill Claude CodeCodex

Sage architecture governance workflow and deterministic edit gate. Use when Codex is asked to change Sage autonomous execution, prompts, LangGraph harness code, tool lists, engagement state/gating, reconcilers, capability planning/adapters, trajectory learning, eval harnesses, live-run drivers, or any multi-step Sage…

21 7d ago A 95 tokens GPL-3.0

MythicAgents/sage

Skill Claude CodeCodex

Independently attest a bounded native Mythic canary by reconstructing the run from Mythic's own records with a read-only Spectator credential, then diffing those records against the frozen conversation-case expected trace. Use after a native canary run to decide whether the kernel behaved, without trusting the…

21 7d ago A 70 tokens GPL-3.0

sage-eval-gauge

03

MythicAgents/sage

Skill Claude CodeCodex

Repo-local Sage eval-gauge / hill-climbing Phase-0 toolkit. Use when an operator, Claude Code, or Codex needs to measure Sage capability with a GROUND-TRUTHED gauge (not substring eval scores), run the Gate Experiment (does the eval track reality?), compare bare-model vs harness, get the noise floor /…

21 7d ago A 108 tokens GPL-3.0

JustineDevs/premortem

Skill Claude CodeCodex

Adds Arize AX tracing to an LLM application for the first time. Follows a two-phase agent-assisted flow to analyze the codebase then implement instrumentation after user confirmation. Use when the user wants to instrument their app, add tracing from scratch, set up LLM observability, integrate OpenTelemetry or…

2 1mo ago A 79 tokens original Apache-2.0

JustineDevs/premortem

Skill Claude CodeCodex

Builds Nango Functions in a checked-out Zero YAML TypeScript Nango project using local files, index.ts registration, nango dryrun, generated tests, and optional nango deploy via CLI. Use when creating, updating, validating, testing, or deploying Nango actions or syncs locally in a repo. This content overlaps with…

2 1mo ago A 122 tokens original Apache-2.0

JustineDevs/premortem

Skill Claude CodeCodex

Builds Nango Functions without a checked-out Nango project by using the Nango /functions compile, dryrun, dryrun status, and deployment APIs with NANGOSERVERURL and NANGOSECRETKEY. Use when creating, updating, validating, testing, or deploying Nango actions or syncs remotely via API or single-file payloads. This…

2 1mo ago A 131 tokens original Apache-2.0

review-duplication

07

priyanshuchawda/tracepilot-gemini-cli

Skill Claude CodeCodex

Use this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.

1 2mo ago A 37 tokens copy · 100% Apache-2.0

string-reviewer

08

priyanshuchawda/tracepilot-gemini-cli

Skill Claude CodeCodex

Use this skill when asked to review text and user-facing strings within the codebase. It ensures that these strings follow rules on clarity, usefulness, brevity and style.

1 2mo ago A 38 tokens copy · 100% Apache-2.0

skill-creator

09

priyanshuchawda/tracepilot-gemini-cli

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Gemini CLI's capabilities with specialized knowledge, workflows, or tool integrations.

1 2mo ago A 46 tokens copy · 100% Apache-2.0

JustineDevs/premortem

Skill Claude CodeCodex

Email header injection and spoofing playbook. Use when testing contact forms, email APIs, password reset flows, or any feature that constructs SMTP messages with user-controlled fields. Covers CRLF injection in headers, SPF/DKIM/DMARC bypass, and phishing amplification.

2 1mo ago A 59 tokens Apache-2.0

design-an-interface

11

JustineDevs/premortem

Skill Claude CodeCodex

Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".

2 1mo ago A 43 tokens Apache-2.0

qa

12

JustineDevs/premortem

Skill Claude CodeCodex

Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".

2 1mo ago A 58 tokens Apache-2.0

JustineDevs/premortem

Skill Claude CodeCodex

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

2 1mo ago A 53 tokens Apache-2.0

ubiquitous-language

14

JustineDevs/premortem

Skill Claude CodeCodex

Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUSLANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions "domain model" or "DDD".

2 1mo ago A 70 tokens Apache-2.0

diagnose

15

JustineDevs/premortem

Skill Claude CodeCodex

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

2 1mo ago A 66 tokens Apache-2.0

grill-with-docs

16

JustineDevs/premortem

Skill Claude CodeCodex

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

2 1mo ago A 57 tokens Apache-2.0

JustineDevs/premortem

Skill Claude CodeCodex

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

2 1mo ago A 68 tokens Apache-2.0

JustineDevs/premortem

Skill Claude CodeCodex

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

2 1mo ago B 62 tokens Apache-2.0

migrate-to-shoehorn

19

JustineDevs/premortem

Skill Claude CodeCodex

Migrate test files from as type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace as in tests, or needs partial test data.

2 1mo ago A 48 tokens Apache-2.0

scaffold-exercises

20

JustineDevs/premortem

Skill Claude CodeCodex

Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.

2 1mo ago A 45 tokens Apache-2.0

setup-pre-commit

21

JustineDevs/premortem

Skill Claude CodeCodex

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

2 1mo ago A 62 tokens Apache-2.0

edit-article

22

JustineDevs/premortem

Skill Claude CodeCodex

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.

2 1mo ago A 34 tokens Apache-2.0

obsidian-vault

23

JustineDevs/premortem

Skill Claude CodeCodex

Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.

2 1mo ago A 43 tokens Apache-2.0

caveman

24

JustineDevs/premortem

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts token usage 75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.

2 1mo ago A 68 tokens Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: