claude-skills
🎙️ Enhance Claude's capabilities with specialized agent skills for efficient workflows and deep domain expertise.
claude mcp add --transport stdio hildegaardchiasmal966-claude-skills docker run -i claude-skills-image \ --env CLAUDE_SKILLS_ENV="placeholder or location for config"
How to use
claude-skills is a collection of agent skills designed to extend Claude's capabilities with voice AI, image generation, content creation, and web development assistance. The server exposes a set of modular tools that you can enable and customize to fit your workflow. Once running, you can invoke specific skills to generate visuals, draft content, or automate development tasks, all from an integrated interface. This MCP server focuses on providing a cohesive suite of Claude-enhanced features rather than a single monolithic tool, allowing you to pick the capabilities you need for a given project.
How to install
Prerequisites:
- Docker installed and running on your host
- Access to a network to pull the claude-skills image
Install steps:
-
Pull the claude-skills Docker image (or build it if you have a custom image): docker pull claude-skills-image
-
Run the MCP server using Docker:
Basic run
docker run -it --rm claude-skills-image
-
(Optional) Configure environment variables for authentication or API keys if required by the skills: docker run -it --rm -e CLAUDE_API_KEY=your_key -e OTHER_VAR=value claude-skills-image
-
Verify the server is running by checking logs or hitting the provided health endpoint (if documented): docker logs <container_id>
-
Connect your client to the running server according to the documentation provided with the image.
Additional notes
Notes:
- This MCP server bundles multiple Claude-enhanced skills; review which skills are enabled by default and which require additional configuration or keys.
- If you see connection issues, ensure Docker has network access and the image tag is correct.
- Some features may require API keys or authentication; keep credentials secure and do not expose them in public repos.
- For updates, pull the latest claude-skills-image and recreate containers to pick up changes.
- If problems occur, consult the repository's issues and documentation for troubleshooting steps.
Related MCP Servers
Unity
AI-powered bridge connecting LLMs and advanced AI agents to the Unity Editor via the Model Context Protocol (MCP). Chat with AI to generate code, debug errors, and automate game development tasks directly within your project.
ios-simulator-skill
An IOS Simulator Skill for ClaudeCode. Use it to optimise Claude's ability to build, run and interact with your apps, without using up any of the available token/context budget.
daymon
Daymon puts your favorite AI to work 24/7. It schedules, remembers, and orchestrates your own virtual team. Free.
claude-emporium
🏛 [UNDER CONSTRUCTION] A (roman) claude plugin marketplace
slack
Session-based Slack MCP for Claude and MCP clients: local-first workflows, secure-default HTTP.
ue5 -bridge
MCP server bridging AI assistants to Unreal Engine 5 editor