$ recombobulate _
~/recombobulate $ tip --list --tag="automation"

// 93 tips tagged "automation"

0
Switch to the Stable Update Channel with autoUpdatesChannel

The autoUpdatesChannel setting pins Claude Code to a stable release track that skips versions with major regressions.

bagwaa @bagwaa · 28 minutes ago
0
Run Setup Scripts on Every Session with the SessionStart Hook

The SessionStart hook fires when any session begins or resumes, making it ideal for loading environment variables and running one-time setup scripts.

bagwaa @bagwaa · 28 minutes ago
0
Control Transcript Retention with cleanupPeriodDays

The cleanupPeriodDays setting controls how long session transcripts are kept, or set it to 0 to disable persistence entirely.

bagwaa @bagwaa · 29 minutes ago
0
Generate GitHub Issue Templates for Your Project with Claude

Ask Claude to read your repo and generate complete GitHub Issue template files in the YAML forms format — bug reports, feature requests, and config.yml all tailored to your actual stack.

bagwaa @bagwaa · 47 minutes ago
0
Generate Ansible Playbooks from a Plain-English Description

Describe your server setup in plain English and let Claude write a complete, idempotent Ansible playbook — modules, handlers, roles, and all the boilerplate you'd otherwise look up.

bagwaa @bagwaa · 48 minutes ago
0
Build a Custom Agent with the Claude Agent SDK in 10 Lines

The Claude Agent SDK gives you Claude Code's full tool suite as a Python or TypeScript library. Build autonomous agents with built-in file, bash, and search tools.

bagwaa @bagwaa · 1 hour ago
0
Set Custom Trigger Phrases for Claude in GitHub PRs

The trigger_phrase parameter lets you change the default @claude mention to any custom keyword, useful for running multiple Claude workflows on the same repo.

bagwaa @bagwaa · 1 hour ago
0
Use otelHeadersHelper for Dynamic Auth Tokens in Telemetry

The otelHeadersHelper setting runs a script to generate fresh authentication headers for your OTel backend, refreshing automatically every 29 minutes.

bagwaa @bagwaa · 1 hour ago
0
Export Claude Code Events with OpenTelemetry Logs

Claude Code exports detailed events via OpenTelemetry logs, giving you a full audit trail of every tool call, API request, and user prompt.

bagwaa @bagwaa · 1 hour ago
0
Use prompt.id to Trace All Activity from a Single User Prompt

Every event emitted while processing a single prompt shares a prompt.id UUID, letting you trace the complete chain of API calls and tool executions.

bagwaa @bagwaa · 1 hour ago
0
Control OTel Metrics Cardinality to Reduce Storage Costs

Three environment variables control which attributes are included in Claude Code OTel metrics, letting you manage cardinality and storage costs.

bagwaa @bagwaa · 1 hour ago
0
Pass CLI Flags to Claude in GitHub Actions with claude_args

The v1 release of Claude Code GitHub Actions consolidates model, max_turns, and other options into a single claude_args parameter that accepts any CLI flag.

bagwaa @bagwaa · 1 hour ago