---
title: "case-convert"
description: "Converts text between UPPER, lower, Title, snake, and kebab case"
canonical: https://agentpluginsdirectory.com/plugins/case-convert
last-updated: 2026-09-25
---

# case-convert
Converts text between UPPER, lower, Title, snake, and kebab case
- Slug: case-convert
- Publisher: ankmay0
- Repository: https://github.com/ankmay0/case-convert
- Manifest: plugins/case-convert/plugin.json
- Version: 0.1.0
- Category (editorial): other
- Skills: 0
- MCP servers: 1 (caseconv)
- Stars: 0
- Repository created: 2026-09-23
- Repository last pushed: 2026-09-23
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/case-convert
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What case-convert does, in the publisher's words

A GitHub Copilot Agent Plugins 1.0 marketplace with one plugin: Case Converter.

Converts text to UPPER, lower, Title, snake_case, kebab-case, or camelCase. The agent calls a bundled, zero-dependency MCP tool, so its work shows up as a concrete result in Copilot chat.

- Agent: Case Converter (appears in the Copilot agent picker)
- MCP tool: convert_case: returns the text in the requested style
- Set chat.plugins.enabled to true in VS Code settings.
- Add this marketplace to chat.plugins.marketplaces: json { "chat.plugins.marketplaces": ["ankmay0/case-convert"] }
- Open the Extensions view, search @agentPlugins, and install case-convert.
- Select Case Converter in the Copilot agent picker and try: > Convert "hello world example" to snake case

The plugin's MCP server is trusted automatically (no startup prompt).

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/ankmay0/case-convert/HEAD/README.md

## MCP servers

- caseconv: transport: stdio; command: node ${CLAUDE_PLUGIN_ROOT}/servers/caseconv/index.mjs

Read from the plugin's own mcp.json. Environment variable names only, never values.
