Here are some of the tools you should know about, if you don’t already: Claude Code Remote Control This feature allows you to ship code even from a mobile device. You don’t need any cloud environment or CI tool. Just grab an old machine, keep it running 24/7, and run the command ‘claude remote-control’. This will allow you to operate the Claude session from your mobile app or the web. Claude Skills Anthropic released a 33-page PDF showing how to get the most out of it. When developed properly with your business data and decision framework, Skills can encapsulate deep domain expertise and help automate complex tasks that typically require significant professional experience. Claude Code on Web This lets you operate a Claude session on the cloud. No machine needs to be kept running. You can teleport the cloud session to a local session anytime if required. This comes with your existing Claude subscription. Claude Code Chrome Extension Install their Chrome extension. Open your Claude session and run the ‘/chrome’ command to enable the extension. Your frontend UI and managed state can then be verified by Claude. This provides a great feedback loop to iterate quickly, fix issues, and develop features. Claude on CI/CD This allows you to customize your GitHub workflows with AI intelligence. You can draft custom prompts that review code or generate test cases for committed code. This requires an API token and does not come with the standard subscription. Code Review This is the latest feature from Claude Code, released just a few hours ago. It reviews pull requests thoroughly and provides suggestions. Anthropic has done excellent engineering here, and it can even detect bugs across thousands of lines of code change. You can customize this review using a REVIEW.md file. This requires an API token and does not come with the standard subscription. Claude Code in Slack Fix bugs directly from a Slack channel. You don’t need to open the Claude Code web panel. You can operate everything from Slack. For example, you can create a workflow where any bug reported by the QA team is posted to a Slack channel, picked up by Claude Code, fixed automatically, and turned into a PR. That PR can be reviewed by Claude itself and, if safe, merged back. So far, this is mostly about Claude and its broader ecosystem. After Claude, Opencode is another tool with a similar ecosystem, but it is operated by the open-source community, so it may not be as agentic compared to Anthropic. https://code.claude.com/docs/en/overview submitted by /u/jogikhan
Originally posted by u/jogikhan on r/ClaudeCode
