agents-sdk-typescript-debugging Skill
Use when troubleshooting an agent built with the Microsoft Agents SDK (@microsoft/agents-hosting and related packages). Trigger on any of these symptoms: build or TypeScript errors, crashes on startup, 401 or auth errors on incoming requests, the bot not responding to messages, .env configuration problems, Azure AD cre Published by microsoft in Agents.
What is agents-sdk-typescript-debugging Skill?
Use when troubleshooting an agent built with the Microsoft Agents SDK (@microsoft/agents-hosting and related packages). Trigger on any of these symptoms: build or TypeScript errors, crashes on startup, 401 or auth errors on incoming requests, the bot not responding to messages, .env configuration problems, Azure AD cre Published by microsoft in Agents. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use agents-sdk-typescript-debugging Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Agents
- Skill file: agent-plugins/agents-for-js/skills/agents-sdk-typescript-debugging/SKILL.md
What it does
Use when troubleshooting an agent built with the Microsoft Agents SDK (@microsoft/agents-hosting and related packages). Trigger on any of these symptoms: build or TypeScript errors, crashes on startup, 401 or auth errors on incoming requests, the bot not responding to messages, .env configuration problems, Azure AD cre
Skill instructions
Debugging Agents Built with Microsoft Agents SDK Overview Most agent failures fall into one of three categories: the code doesn't build or start, the configuration is wrong, or the agent isn't reachable. Work through this checklist in order — each step confirms a prerequisite for the next. Checklist You MUST create a task for each of these items and complete them in order: 1. Make sure the code builds successfully. 2. Make sure the application starts and runs without crashing. 3. Make sure the application opens a port and listens for incoming requests. 4. Validate the .env configuration. 5. Validate the bot's credentials against Azure AD. 6. Use the Agents Playground to test the agent end-to-end locally. --- 1. Build the code bash npm run build Expected: exits with code 0, no errors. Fix any TypeScript or import errors before continuing. --- 2. Start the application Run with debug logging enabled to get detailed output from the SDK internals: bash DEBUG=agents: npm start Or for anonymo
Explore related resources
Frequently asked questions
What is agents-sdk-typescript-debugging?
agents-sdk-typescript-debugging is a open-source AI agent skill with Copy skill directory. Use when troubleshooting an agent built with the Microsoft Agents SDK (@microsoft/agents-hosting and related packages).
Who is agents-sdk-typescript-debugging best for?
agents-sdk-typescript-debugging is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install agents-sdk-typescript-debugging?
Install or run agents-sdk-typescript-debugging using Copy skill directory. Check agents-sdk-typescript-debugging for the latest setup command.
Is agents-sdk-typescript-debugging actively maintained?
agents-sdk-typescript-debugging may need a closer maintenance check before production use.
Auto-fetched from GitHub.