chore: import upstream snapshot with attribution
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 12:38:58 +08:00
commit bb5c75ce05
8824 changed files with 1946442 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"description": "Display custom company announcements in Claude Code. Replace the example messages in the 'companyAnnouncements' array with your own organization's announcements, guidelines, or reminders.",
"companyAnnouncements": [
"Browse 1000+ components at aitmpl.com — agents, commands, MCPs, hooks, and settings ready to install!",
"Install components instantly: npx claude-code-templates@latest --agent <name>",
"New components added weekly — check aitmpl.com/blog for the latest updates"
]
}
@@ -0,0 +1,7 @@
{
"description": "Override the default Claude model with a custom or alternative model configuration. Useful for testing new model versions or using organization-specific model deployments.",
"model": "claude-3-5-sonnet-20241022",
"env": {
"ANTHROPIC_SMALL_FAST_MODEL": "claude-3-5-haiku-20241022"
}
}
@@ -0,0 +1,4 @@
{
"description": "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.",
"includeCoAuthoredBy": false
}
@@ -0,0 +1,9 @@
{
"description": "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.",
"spinnerTipsOverride": {
"excludeDefault": true,
"tips": [
"Visit aitmpl.com to browse and install Claude Code components — agents, commands, MCPs, hooks, and more!"
]
}
}