Build AI agents with Claude Agent SDK in TypeScript. Covers V1 query() API for batch workflows and V2 session API for interactive apps. Includes tool configuration, hooks, MCP servers, and...
Build evaluation frameworks for agent systems. Use when testing agent performance, validating context engineering choices, or measuring improvements over time.
|
Use when you have a spec or requirements for a multi-step task, before touching code
Use when you have a spec or requirements for a multi-step task, before touching code
Cloud-native infrastructure management with Crossplane using Kubernetes APIs. Build internal platform APIs for self-service infrastructure provisioning. Use when implementing infrastructure as...
Workflow automation is the infrastructure that makes AI agents reliable. Without durable execution, a network hiccup during a 10-step payment flow means lost money and angry customers. With it,...
Execute the implementation planning workflow using the plan template to generate design artifacts.
Run Claude Code CLI with GLM-4.7 model for AI code generation. Use when you need to generate code, debug, analyze files, or get AI programming assistance. Requires: Claude Code CLI + GLM-4.7 API...
>
>
Dynamically generate and execute a specialized agent for any task. Use when the user has an arbitrary task that would benefit from a custom-generated agent.
>
Scan lyrics for pronunciation risks, prevent Suno mispronunciations
>
Reviews code for bugs, security issues, performance problems, and best practices. Use when reviewing PRs, checking code quality, or auditing changes.
Use when implementing any feature or bugfix, before writing implementation code
Review a pull request for bugs, style issues, and guideline compliance. Local review - does not post to GitHub.
Semantic code analysis via LSP. Navigate code (definitions, references, implementations), search symbols, preview refactorings, and get file outlines. Use for exploring unfamiliar codebases or...
Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration