hexcreator

Claude Code Extensions — Development skill for Claude Code

Development community

Add custom tools to Claude Code with simple YAML definitions.

How to install Claude Code Extensions

This entry records only its repository, not the path inside it, so there is no exact command to give. Open hexcreator/claude-code-extensions and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Code Extensions does

Add custom tools to Claude Code with simple YAML definitions. No MCP required.

Alternatives in Development

  • Add Template — /add-template - Register a Custom CV or Cover Letter Template 36.6k ★
  • Getspecstory — Extensions for GH Copilot, Cursor, and Claude Code 1.1k ★
  • Agentlas Browser — Use the Agentlas browser hardpoint for browser-required work 1.1k ★

README

Claude Code Extension Framework

Claude Code Extensions

Add custom tools to Claude Code with simple YAML definitions

Quick StartHow It WorksCreate ExtensionsBuilt-in ToolsCLI Reference

License Node PRs Welcome


✨ Demo

$ claude "use cowsay to say 'Hello from custom extensions!'"

 __________________________________
< Hello from custom extensions!    >
 ----------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
$ claude "roll 4d6 for my D&D character"

Rolled 4d6: [6, 4, 5, 2] = 17
$ claude "what time is it right now?"

It's Monday, January 27, 2025 at 10:42:53 AM.

**These tools don't exist in Claude Code. They were added in 30 seconds.**


🚀 Quick Start

1. Install

git clone https://github.com/hexcreator/claude-code-extensions.git
cd claude-code-extensions
npm install
npm link  # Makes 'claude-ext' available globally

2. Initialize & Start

claude-ext init    # Creates ~/.claude-extensions/
claude-ext start   # Starts the extension proxy

3. Use with Claude Code

ANTHROPIC_BASE_URL=http://localhost:8892 claude "roll a d20"

That's it! Claude Code now has access to custom tools.


🎯 Why This Exists

Claude Code ships with ~3