aiappsgbb

100 mods across 2 repositories, 26 stars between them.

loan-calculator

49

aiappsgbb/kratos-agent

Skill Claude CodeCodex

Calculate loan payments, amortization schedules, and eligibility estimates for personal loans, auto loans, and mortgages.

21 8d ago A 24 tokens

product-catalog

50

aiappsgbb/kratos-agent

Skill Claude CodeCodex

Browse and compare Olympus National Bank products — checking, savings, credit cards, loans, mortgages, and CDs.

21 8d ago A 25 tokens

transaction-history

51

aiappsgbb/kratos-agent

Skill Claude CodeCodex

Retrieve recent transaction history for a customer account with filtering, search, and export — uses Faker for simulated data.

21 8d ago A 24 tokens

account-brief-pdf

52

aiappsgbb/kratos-agent

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.

21 8d ago A 36 tokens

account-briefing

53

aiappsgbb/kratos-agent

Skill Claude CodeCodex

Produce a single-account briefing — snapshot, pipeline, contacts, recent activity, and risks — by stitching together multiple Salesforce tool calls.

21 8d ago A 30 tokens

at-risk-signals

55

aiappsgbb/kratos-agent

Skill Claude CodeCodex

Identify accounts that need attention — Red health, slipping renewals, open P1 cases, competitive losses.

21 8d ago A 25 tokens

contact-rolodex

56

aiappsgbb/kratos-agent

Skill Claude CodeCodex

Look up the contact map for an account — who's who, primary contact, roles (Economic Buyer / Champion / etc.).

21 8d ago A 30 tokens

log-activity

57

aiappsgbb/kratos-agent

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.

21 8d ago A 35 tokens

aiappsgbb/kratos-agent

Skill Claude CodeCodex

List and filter opportunities — by rep, stage, account, or close window — to answer pipeline-review questions.

21 8d ago A 26 tokens

aiappsgbb/kratos-agent

Skill Claude CodeCodex

Look up the Kratos sales playbook — discount thresholds, MEDDIC qualification, forecast hygiene, deal-desk approval matrix, and competitive positioning.

21 8d ago A 34 tokens

aiappsgbb/awesome-gbb

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.

5 11d ago C 40,011 tokens original MIT

auto-demo-producer

61

aiappsgbb/awesome-gbb

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…

5 11d ago B 101 tokens original MIT

azd-patterns

62

aiappsgbb/awesome-gbb

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…

5 11d ago A 191 tokens original MIT

aiappsgbb/awesome-gbb

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…

5 11d ago A 241 tokens original MIT

aiappsgbb/awesome-gbb

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…

5 11d ago A 204 tokens original MIT

aiappsgbb/awesome-gbb

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…

5 11d ago A 210 tokens original MIT

azure-sre-agent

66

aiappsgbb/awesome-gbb

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…

5 11d ago A 248 tokens original MIT

aiappsgbb/awesome-gbb

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).

5 11d ago A 48 tokens original MIT

aiappsgbb/awesome-gbb

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.

5 11d ago A 43 tokens original MIT

aiappsgbb/awesome-gbb

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.

5 11d ago B 52 tokens original MIT

aiappsgbb/awesome-gbb

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.

5 11d ago A 51 tokens original MIT

aiappsgbb/awesome-gbb

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.

5 11d ago A 36 tokens original MIT

aiappsgbb/awesome-gbb

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 +…

5 11d ago C 200 tokens original MIT