Claude Profile picture
Claude is an AI assistant built by @anthropicai to be safe, accurate, and secure. Talk to Claude on https://t.co/ZhTwG8dz3D or download the app.
Aug 19 5 tweets 2 min read
How (and why) agents in Claude Code help you write better code, faster:

Agents allow you to deploy specialized experts for every task. It's like managing a team rather than collaborating 1-on-1. Image To get started, launch Claude Code, run /agents and select "Create new agent."

Define it by describing what the agent should do and when it should be used. Be specific but not overly prescriptive.
Aug 14 5 tweets 2 min read
Today we're launching new ways to learn in Claude Code and the Claude app.

First up: Claude Code now lets you customize communication styles with /output-style We're introducing two output styles to help students and developers build skills:

- Explanatory: Claude explains its reasoning step-by-step
- Learning: You take turns coding with Claude
Aug 6 5 tweets 2 min read
We just shipped automated security reviews in Claude Code. Catch vulnerabilities before they ship with two new features:

- /security-review slash command for ad-hoc security reviews
- GitHub Actions integration for automatic reviews on every PR The /security-review command runs security analysis directly from your terminal.

Claude checks for vulnerabilities like:
- SQL injection risks
- XSS vulnerabilities
- Insecure data handling

Found a vulnerability? Simply ask Claude to fix it.