Claude Code SettingGlobal14 installs

Aws Credentials

Configure AWS credential management for Bedrock integration. Set up custom scripts for credential refresh and export, useful for environments with rotating AWS credentials or SSO integration.

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --setting="global/aws-credentials" --yes

Requires Claude Code. The command adds this setting to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this setting

Component source

{

"description": "Configure AWS credential management for Bedrock integration. Set up custom scripts for credential refresh and export, useful for environments with rotating AWS credentials or SSO integration.",

"awsAuthRefresh": "aws sso login --profile myprofile",

"awsCredentialExport": "/bin/generate_aws_grant.sh"

}

Type
Setting
Category
Global
Installs
14
Source
GitHub ↗

Related Claude Code Settings

SettingGlobal

Git Commit Settings

Configure git commit behavior including the co-authored-by signature. Disable the Claude co-authorship line if you prefer clean commit history or have organizational policies against AI attribution.

266 installsView →
SettingGlobal

Custom Model

Override the default Claude model with a custom or alternative model configuration. Useful for testing new model versions or using organization-specific model deployments.

14 installsView →
SettingGlobal

Company Announcements

Display custom company announcements in Claude Code. Replace the example messages in the 'companyAnnouncements' array with your own organization's announcements, guidelines, or reminders.

3 installsView →
SettingGlobal

Spinner Tips Override

Customize the spinner tips shown while Claude is thinking. Replace the example tip string in the 'tips' array with your own custom messages. Set 'excludeDefault: true' to show only your custom tips, or 'false' to mix them with the built-in ones.

2 installsView →
SettingStatusline

Context Monitor

Real-time Claude Code context usage monitor with visual progress bars, color-coded alerts, session analytics (cost, duration, lines changed), and auto-compact warnings. Tracks conversation context consumption and provides visual feedback to prevent session interruptions.

1.6k installsView →
SettingEnvironment

Performance Optimization

Optimize Claude Code performance by adjusting token limits and disabling non-essential features. Reduces API costs and improves response times for development workflows focused on code quality over conversational features.

710 installsView →

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.