LLMs can't do math... at least in the way we want them to. So I made a math skill for Claude which uses SymPy to give Claude the ability to give accurate math calculations every time.
Sora 2 API launched yesterday. Here's a UI that makes it easy to use the new API! It's free and everything is locally stored.
Here's the repo: https://github.com/ananddtyagi/Sora-Studio
This seems like where most apps will be headed. A mix of specific components and dynamic UIs. I think it could be specifically useful in cases were there's less screen real estate so that's cool that it connects to React Native.
Super cool, will give it a try!
One example I often give is a salesperson out on the road. They could talk to their CRM app:
"Add note to Joe we talked about his son going to college...also he's interested in getting a new tractor...he mentioned his buddy stan is looking at tractors."
The app will generate UI components inline:
Add Note (with generated note to approve/edit).
Add Opportunity (with SKUs filtered to tractors, but needs the user to select which tractor--since the user didn't say)
New Contact (with name generated and linked to Joe, but has some ui elements left blank for the user to enter, contact, company name etc.)
We are already seeing this play out in the developer tool space with OpenAI Codex, Claude Code github actions, etc.
Anthropic recently released https://www.anthropic.com/engineering/desktop-extensions which will allow us to more easily install and distribute all the MCPs we use and make! I have personally made a bunch of MCPs (which you can find here if interested) and didn't want to go through and hand write the manifest, so I to their recommended prompt to give to Claude Code and turned it into a command!
You can download it here https://claudecodecommands.directory/commands/claude-desktop...
I think this is a great move by Anthropic and one that signals they are planning to move towards potentially supporting a whole ecosystem of Apps and MCPs. Having a standard file format makes it easier to share, but it also makes it easier to host. I'm not sure if this will be something Anthropic ends up handling, but it does seem like the direction MCP distribution is headed in.
Hope this command is useful!
I made a directory for Claude Code Slash Commands.
You can download the commands right into your projects with a curl command. I also made it easy to submit any commands you've already been using.
Download a command or submit any you've written yourself!
I made this CLI tool because I kept having to move around files from project to project. Specifically, documentation, config files for how I want Claude Code or Cursor to act, and Github workflow files I like.
I wanted it to be simple and practical. Let me know your thoughts and suggestions!