Skill Claude CodeCodex
Hand the current conversation off to a fresh background agent that picks up the work immediately.
Skill Claude CodeCodex
Hand the current conversation off to a fresh background agent that picks up the work immediately.
Skill Claude CodeCodex
This skill should be used when the user wants to "write agent code", "build an agent with ADK", "add a tool", "create a callback", "define an agent", "use state management", or needs ADK (Agent Development Kit) Python API patterns and code examples. Part of the Google ADK skills suite. It provides a quick reference…
Skill Claude CodeCodex
This skill should be used when the user wants to "deploy an agent", "deploy my ADK agent", "set up CI/CD", "configure secrets", "troubleshoot a deployment", or needs guidance on Agent Runtime, Cloud Run, or GKE deployment targets. Covers deployment workflows, service accounts, rollback, and production infrastructure.…
Skill Claude CodeCodex
This skill should be used when the user wants to "run an evaluation", "evaluate my ADK agent", "write an eval dataset", "analyze eval failures", "compare eval results", "optimize agent", or needs guidance on the Agent Platform eval methodology and the Quality Flywheel. Covers eval metrics, dataset schema, LLM-as-judge…
Skill Claude CodeCodex
This skill should be used when the user wants to "set up tracing", "monitor my ADK agent", "configure logging", "add observability", "debug production traffic", or needs guidance on monitoring deployed ADK (Agent Development Kit) agents. Covers Cloud Trace, prompt-response logging, BigQuery Agent Analytics…
Skill Claude CodeCodex
This skill should be used when the user wants to "publish an agent", "publish my ADK agent", "register an agent with Gemini Enterprise", "publish to Gemini Enterprise", or needs guidance on the agents-cli publish gemini-enterprise command. Also use when the user wants to "manage agents in Agent Registry" or…
Skill Claude CodeCodex
This skill should be used when the user wants to "create an agent project", "start a new ADK project", "build me a new agent", "add CI/CD to my project", "add deployment", "enhance my project", or "upgrade my project". Part of the Google ADK (Agent Development Kit) skills suite. Covers agents-cli scaffold create…
Skill Claude CodeCodex
This skill should be used when the user wants to "develop an agent", "build an agent using ADK", "run the agent locally", "debug agent code", "test an agent", "deploy an agent", "publish an agent", "monitor an agent", or needs the ADK (Agent Development Kit) development lifecycle and coding guidelines. Entrypoint for…
Skill Claude CodeCodex
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
Skill Claude CodeCodex
Compact the current conversation into a handoff document for another agent to pick up.
Skill Claude CodeCodex
Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
Skill Claude CodeCodex
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
Skill Claude CodeCodex
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
Skill Claude CodeCodex
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices.
Skill Claude CodeCodex
Turn the current conversation into a PRD and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.
Skill Claude CodeCodex
Plan a huge chunk of work — more than one agent session can hold — as a shared map of investigation tickets on your issue tracker, and resolve them one at a time until the way to the goal is clear.
Skill Claude CodeCodex
Writing, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.
Skill Claude CodeCodex
Writing, explore — mine raw fragments, no structure yet.
Skill Claude CodeCodex
Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
Skill Claude CodeCodex
Writing, exploit — shape raw material into an article, paragraph by paragraph.
Instructions file CodexOpenCode
AGENTS.md instructions for ShayIsso/trajectory-auditor, covering what this project is, core paved roads (secure-by-default — non-negotiable), tdd planning gate, state & failure control and model auth.
Instructions file
Claude Code instructions for ShayIsso/trajectory-auditor.
Instructions file Gemini CLI
Gemini CLI instructions for ShayIsso/trajectory-auditor: See AGENTS.md (canonical agent guidance for this project).
Skill Claude CodeCodex
Safeguard LLM calls using adaptive/extended thinking against token truncation. Use this skill when configuring API parameters for reasoning models (like Claude 3.7 Sonnet), when structured JSON outputs are returned unparseable or incomplete, or when designing cost-sensitive pipelines that utilize LLM reasoning.