10 lines
376 B
Markdown
10 lines
376 B
Markdown
# Refresh Claude Code Local Environment
|
|
|
|
Follow these steps to refresh Claude Code's local environment, ensuring that their agent skills and plugins are fully up-to-date.
|
|
|
|
Use Claude Code's native plugin manager instead of `npx`.
|
|
|
|
1. **Update the Plugin:** Run the specific CLI command to update the Firebase plugin:
|
|
```bash
|
|
claude plugin update firebase@firebase
|
|
``` |