Claude Stacks automates the import/export of Claude AI configurations, including MCPs, agents, commands, hooks, and settings. Operations teams can quickly migrate or back up configurations across environments. It connects to Claude AI and integrates with existing workflows via CLI.
git clone https://github.com/Commands-com/claude-stacks.gitClaude Stacks is a CLI tool for exporting and importing Claude Code environment configurations as portable stack files. It captures MCP server setups, custom commands, agent configurations, hook scripts, and project settings, enabling teams to quickly migrate or replicate development environments across machines and projects. The tool integrates with Commands.com marketplace for sharing stacks with the community, and includes automated security analysis of hook scripts to identify potential risks before installation.
Install globally via npm (npm install -g claude-stacks) or use npx. Export your current setup with 'claude-stacks export', import with 'claude-stacks import <filename>', and publish to marketplace with 'claude-stacks publish <filename>'. Authentication via OAuth guides you through publishing to Commands.com on first use.
Backup and restore Claude Code configurations across team members
Share MCP server setups and project configurations via Commands.com marketplace
Migrate development environments between projects or machines
Distribute standardized development stacks to new team members
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/Commands-com/claude-stacksCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Export the current Claude AI configuration for [COMPANY] including all MCPs, agents, commands, hooks, and settings. Save the configuration to a file named [CONFIG_NAME].
```json
{
"version": "1.0",
"configurations": {
"mcps": [
{
"name": "Customer Support MCP",
"description": "Handles customer inquiries and support tickets",
"commands": [
{
"name": "create_ticket",
"description": "Creates a new support ticket",
"parameters": {
"priority": "string",
"description": "string"
}
}
]
}
],
"agents": [
{
"name": "Support Agent",
"description": "Assists with customer support tasks",
"hooks": [
{
"name": "ticket_creation_hook",
"description": "Triggers when a new ticket is created",
"actions": [
{
"name": "notify_team",
"description": "Notifies the support team about the new ticket"
}
]
}
]
}
],
"settings": {
"default_language": "English",
"timezone": "UTC"
}
}
}
```Agents that listen, think and act for you.
AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan