thangchung

49 mods across 2 repositories, 40 stars between them.

get-api-docs

04

thangchung/agent-engineering-experiment

Skill Claude CodeCodex

Use this skill when you need documentation for a third-party library, SDK, or API before writing code that uses it — for example, "use the OpenAI API", "call the Stripe API", "use the Anthropic SDK", "query Pinecone", or any time the user asks you to write code against an external service and you need current API…

24 1mo ago A 94 tokens original MIT

karpathy-guidelines

05

thangchung/agent-engineering-experiment

Skill Claude CodeCodex

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

24 1mo ago A 46 tokens copy · 100% MIT

thangchung/agent-engineering-experiment

Skill Claude CodeCodex

Handle coffee shop order submissions end-to-end: receive customer requests, check available menu items, create and confirm the order, process updates or special instructions, and escalate to a human staff member when necessary. Activate this flow when the user presents an ordering scenario or asks you to role-play as…

24 1mo ago A 69 tokens original MIT

pdf-to-markdown

08

thangchung/agent-engineering-experiment

Skill Claude CodeCodex

Converts PDF files to Markdown using Microsoft's markitdown package. Use this skill when the user asks to convert a PDF to Markdown, extract text from a PDF, or read/parse PDF content.

24 1mo ago A 45 tokens copy · 97% MIT

calculator-utils

09

thangchung/agent-engineering-experiment

Skill Claude CodeCodex

Performs basic arithmetic calculations including addition, subtraction, multiplication, and division. Use when the user needs to calculate numbers, perform math operations, or compute arithmetic expressions.

24 1mo ago A 36 tokens original MIT

PostToolUse

10

thangchung/agent-engineering-experiment

Hook Claude Code

Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From thangchung/agent-engineering-experiment.

24 1mo ago A tokens not measured original MIT

thangchung/agent-engineering-experiment

Skill Claude CodeCodex

Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining…

24 1mo ago A 52 tokens copy · 100% MIT

aspire-deployment

14

thangchung/agent-engineering-experiment

Skill Claude CodeCodex

WORKFLOW SKILL — Deploy Aspire apps from AppHost models to Docker Compose, Kubernetes, Azure, or AWS. WHEN: "deploy Aspire app", "publish Aspire artifacts", "deploy to Azure Container Apps", "generate Kubernetes artifacts", "tear down Aspire deployment". INVOKES: aspire CLI, Aspire docs, target cloud/container CLIs.…

24 1mo ago A 100 tokens original MIT

aspire-init

15

thangchung/agent-engineering-experiment

Skill Claude CodeCodex

WORKFLOW SKILL - First-run flow for adding Aspire to a repo. Picks aspire new (greenfield) or aspire init (existing repo), drops the AppHost skeleton, then hands off to aspireify for resource wiring. USE FOR: aspire init, aspire new, aspire-starter, aspire-ts-starter, aspire-py-starter, add Aspire to existing repo…

24 1mo ago C 210 tokens original MIT

aspire-monitoring

16

thangchung/agent-engineering-experiment

Skill Claude CodeCodex

ANALYSIS SKILL - Observe Aspire apps: logs, traces, metrics, resource state, telemetry export, browser telemetry, and the standalone dashboard. Routes between local Aspire CLI, AKS workload diagnostics, and deployed Azure resource health. USE FOR: aspire logs, aspire otel logs, aspire otel traces, aspire otel spans…

24 1mo ago A 204 tokens original MIT

thangchung/agent-engineering-experiment

Skill Claude CodeCodex

WORKFLOW SKILL — Manage Aspire AppHost lifecycle and recover from file locks, port conflicts, and orphaned processes. WHEN: "start my Aspire app", "aspire start", "aspire stop", "aspire wait", "restart the API service", "file lock error", "MSB3491", "CS2012", "port already in use", "upgrade Aspire CLI", "aspire update…

24 1mo ago C 168 tokens original MIT

aspire

18

thangchung/agent-engineering-experiment

Skill Claude CodeCodex

WORKFLOW SKILL - Top-level router for Aspire 13.4 distributed apps. Detects the AppHost, enforces safety guardrails, and routes to the right sub-skill. USE FOR: Aspire AppHost detected, aspire CLI, distributed app, cloud-native .NET, aspire start, aspire stop, aspire resource, aspire deploy, aspire destroy, aspire…

24 1mo ago C 224 tokens original MIT

aspireify

19

thangchung/agent-engineering-experiment

Skill Claude CodeCodex

WORKFLOW SKILL - Wire an Aspire AppHost after aspire init drops a skeleton. Scans the repo, proposes a resource graph, edits the AppHost (C#, file-based C#, or TypeScript), wires Aspire.ServiceDefaults + OTel, validates with aspire start, then self-deactivates. USE FOR: wire AppHost, scaffold resource graph, add…

24 1mo ago C 251 tokens original MIT

dotnet-inspect

24

thangchung/agent-engineering-experiment

Skill Claude CodeCodex

Query .NET APIs across NuGet packages, platform libraries, and local files. Search for types, list API surfaces, compare and diff versions, find extension methods and implementors. Use whenever you need to answer questions about .NET library contents.

24 1mo ago A 54 tokens copy · 100% MIT