randomizing-language

A randomizer that selects your next language from a provided list of options, and then applies it to your current session.

3|Updated Jan 19, 2013
One-click install
npx skills add https://github.com/shifumin/dotfiles --skill randomizing-language
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: randomizing-language
Source: https://github.com/shifumin/dotfiles/tree/main/dot_claude/skills/randomizing-language
Command: npx skills add https://github.com/shifumin/dotfiles --skill randomizing-language

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of changing Claude Code's language settings by randomly selecting a configuration from your Obsidian Vault, streamlining the customization of your AI's persona.

Core Features & Use Cases

  • Random Language Selection: Randomly picks a language setting from a predefined list within your Obsidian Vault.
  • Automatic Configuration Update: Updates the language key in your ~/.claude/settings.json file with the selected language.
  • Use Case: Easily switch between different Claude Code language personas for varied conversational experiences or testing purposes without manual file editing.

Quick Start

Run the bash script to update your Claude Code language settings to a random selection.

Frequently Asked Questions about randomizing-language

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I randomly change Claude Code language settings?

You can randomly change Claude Code language settings by running a bash script that selects a configuration from your Obsidian Vault and updates the `language` key in `~/.claude/settings.json`.

What dependencies do I need to update Claude Code settings via bash?

To update Claude Code settings via bash, you need bash, grep, sed, and jq installed for script execution and JSON manipulation of the settings file.

Does this random language selection tool work with Obsidian Vault configurations?

Yes, this random language selection tool works with Obsidian Vault configurations by randomly picking a language setting from a predefined list stored within your vault.

How do I switch Claude Code personas for testing without manual file editing?

To switch Claude Code personas without manual file editing, run the script to automatically update the `language` key in `~/.claude/settings.json` with a random selection from your vault.

What is the best way to automate random language selection for Claude Code?

The best way to automate random language selection for Claude Code is using a script that extracts configurations from an Obsidian Vault and applies them directly to your settings file.