Skill Claude CodeCodex
Calculate loan payments, amortization schedules, and eligibility estimates for personal loans, auto loans, and mortgages.
Skill Claude CodeCodex
Calculate loan payments, amortization schedules, and eligibility estimates for personal loans, auto loans, and mortgages.
Skill Claude CodeCodex
Browse and compare Olympus National Bank products — checking, savings, credit cards, loans, mortgages, and CDs.
Skill Claude CodeCodex
Retrieve recent transaction history for a customer account with filtering, search, and export — uses Faker for simulated data.
Skill Claude CodeCodex
Render a printable single-account brief PDF — snapshot, pipeline, contacts, recent activity, risks, suggested next steps — ready for the QBR prep folder.
Skill Claude CodeCodex
Produce a single-account briefing — snapshot, pipeline, contacts, recent activity, and risks — by stitching together multiple Salesforce tool calls.
Skill Claude CodeCodex
Summarise recent activities (calls, meetings, emails) logged against an account.
Skill Claude CodeCodex
Identify accounts that need attention — Red health, slipping renewals, open P1 cases, competitive losses.
Skill Claude CodeCodex
Look up the contact map for an account — who's who, primary contact, roles (Economic Buyer / Champion / etc.).
Skill Claude CodeCodex
Log a new activity (call, meeting, email, task, note) on a Salesforce account timeline — draft first, confirm with the user, then write.
Skill Claude CodeCodex
List and filter opportunities — by rep, stage, account, or close window — to answer pipeline-review questions.
Skill Claude CodeCodex
Look up the Kratos sales playbook — discount thresholds, MEDDIC qualification, forecast hygiene, deal-desk approval matrix, and competitive positioning.
Instructions file CodexOpenCode
Instructions for aiappsgbb/awesome-gbb, covering agents.md — contributor & sub-agent guide, 1 · repo layout (what lives where), 2 · core invariants (do not break these), 2.1 skills are agnostic and 2.2 reference data files are canon — do not normalize them.
Skill Claude CodeCodex
Produce narrated video demos of web applications automatically. Uses Playwright for browser recording, edge-tts for narration, and ffmpeg for assembly. USE FOR: create demo video, record demo, auto demo, video demo, narrated walkthrough, product demo, screen recording with voiceover, demo producer, make a demo video…
Skill Claude CodeCodex
Tips and patterns for Azure Developer CLI (azd) workflows, ACA job deployment, and infrastructure scripting conventions. USE FOR: azd hooks, postdeploy, postprovision, ACA job deployment, container app job image update, publishaca, deployjob, azure.yaml hooks, cross-platform deployment scripts, uv run, azd env, azd…
Skill Claude CodeCodex
Audit Azure backup coverage at resource-group scope. Checks BOTH Recovery Services Vaults (RSV, azure-mgmt-recoveryservices) AND Backup Vaults (DataProtection, azure-mgmt-dataprotection). For each vault found, counts protected items (azure-mgmt-recoveryservicesbackup). Flags no-vaults-in-rg, vault-empty (vault present…
Skill Claude CodeCodex
Probes Azure Monitor metric alert rules in a resource-group scope against one of three published baselines (foundrypilot, spokeminimum, production), returning a spec §4.3.1 sibling-skill dict with findingid "SRE-104", observations, remediation hints, confidence, and never raises. USE FOR: threadlight SRE-104…
Skill Claude CodeCodex
Audit Azure diagnostic-settings coverage at resource-group scope. For each resource in the RG (optionally filtered by targetresourcetypes — ARM types or snakecase logical kinds like storageaccount), queries Microsoft.Insights/diagnosticSettings and reports whether ANY destination is configured (Log Analytics, Event…
Skill Claude CodeCodex
Adopt Azure SRE Agent (Microsoft.App/agents) in GBB engagements without rebuilding what Microsoft already ships. Thin wrapper around the official microsoft/sre-agent toolchain and Azure/sre-agent-plugins marketplace. Adds 3 GBB recipes (Citadel-routed model traffic, Foundry hosted-agent ops, Threadlight pilot…
Skill Claude CodeCodex
Diagnose 429 responses from the AI Citadel APIM gateway — identify which rate-limit policy tripped (per-product quota, per-named-value rate-limit-by-key, or backend pool TPM exhaustion).
Skill Claude CodeCodex
Diagnose 401/403 responses at the AI Citadel APIM gateway — decode JWT claims, verify Access Contract scope grants, and validate Foundry managed-identity token audience.
Skill Claude CodeCodex
Diagnose the silent BYOK 401 that Foundry hosted agents emit when "Foundry User" RBAC is assigned at PROJECT scope but missing at the underlying CognitiveServices ACCOUNT scope. Encodes the exact fix command.
Skill Claude CodeCodex
Investigate failed Microsoft Foundry hosted-agent deployments — MAF SDK breaking changes, ACR push, ACA rollout, BYOK provisioning, and the azd ai agent extension's known envelope and RBAC quirks.
Skill Claude CodeCodex
Diagnose AOAI deployment TPM exhaustion behind Foundry hosted agents — pull capacity vs utilization, identify burst patterns, recommend scale-up or PTU migration.
Skill Claude CodeCodex
Multi-tenant Azure CLI and AZD isolation for concurrent terminal sessions. Index-file driven, bare az CLI commands only — no wrapper scripts, no PowerShell modules. Mandatory two-layer guard: per-tenant AZURECONFIGDIR is the foundation, and az account show assertion is the extra gate that verifies tenant +…