@meltstudio/meltctl
v4.20.1
Published
AI-first development tools for teams - set up AGENTS.md, Claude Code, Cursor, and Copilot standards
Maintainers
Readme
@meltstudio/meltctl
CLI tool for setting up AI-first development standards in your project.
Installation
npm install -g @meltstudio/meltctlUsage
# Authenticate (required)
meltctl login
# Initialize your project
meltctl project init
# Select specific tools
meltctl project init --claude # Claude Code only
meltctl project init --cursor # Cursor only
meltctl project init --claude --cursor # Both
# Re-initialize
meltctl project init --force
# Fetch latest templates (used by /melt-update)
meltctl project templates
# Submit daily standup report
meltctl standup
# Send feedback and coins to a teammate
meltctl feedback
# Check your coin balance or team leaderboard
meltctl coins
meltctl coins --leaderboard
# Other commands
meltctl logout
meltctl version --checkWhat Gets Created
AGENTS.md— AI agent instructions and project standards.claude/settings.json— Claude Code permissions.claude/skills/melt-{setup,plan,...,update}/SKILL.md— Claude Code workflow skills.cursor/commands/melt-{setup,plan,...,update}.md— Cursor workflow commands.mcp.json— MCP server configuration (Chrome DevTools)
Requirements
- Node.js 20+
@meltstudio.coGoogle Workspace account
License
Proprietary. All rights reserved.
