How this skill is triggered — by the user, by Claude, or both
Slash command
/tamil-claw:setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install Tamil spinner verbs into `~/.claude/settings.json`.
Install Tamil spinner verbs into ~/.claude/settings.json.
Find available groups: Use Glob to list all .json files in ${CLAUDE_SKILL_DIR}/../../vaarthaigal/.
Determine which groups to install:
$ARGUMENTS is empty or blank: install ALL groups.$ARGUMENTS is provided: treat it as a comma-separated list of group names (e.g., tamil_software,movie_dialogs). Only install those groups.Read each selected group file: Read each JSON file and extract the verbs array.
Merge verbs: Combine all verb arrays into a single array. Remove any duplicates.
Update settings:
~/.claude/settings.json (create it if it doesn't exist, starting with {}).spinnerVerbs to: { "mode": "replace", "verbs": [<merged verbs>] }~/.claude/settings.json with 2-space indentation.Confirm: Tell the user which groups were installed and how many verbs total. Mention they need to restart Claude Code for the spinner verbs to take effect.
npx claudepluginhub sureshdsk/tamil-claw --plugin tamil-clawInteractive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.
Guides interactive installation of Everything Claude Code skills/rules to user-level (~/.claude) or project-level (.claude) directories, verifies paths, and optimizes files. Use for 'configure ecc' or setup requests.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.