alex
alexvue.bsky.social
alex
@alexvue.bsky.social
simple dev
currently learning react native
you can check out my blog
https://alexop.dev/
The output when Oxlint finds an error looks so good.
November 13, 2025 at 4:00 PM
People sometimes ask me how I have the time, besides a full-time job, to write so many blog posts. I have a strong team behind me; its name is Claude Code.
November 13, 2025 at 7:00 AM
VSCode Copilot is awesome. It now has all the tools that you need to be productive. I would say, with AI coding tools, I am 3 to 5 times more productive compared to not using AI.
November 12, 2025 at 5:24 PM
its worth to read the source code of vscode copilot. they for example use classes and tsx to define prompts
November 12, 2025 at 4:00 PM
Created my own script that is using the Claude AI SDK to generate a newsletter for Vue Nuxt automatically. I will improve it and then maybe host it and run it automatically. My goal is just to get better with Ai Engineering.
November 12, 2025 at 11:00 AM
Good overview of when to use what features from Claude Code.
November 11, 2025 at 11:00 AM
Skills change how I use code. Here, you see a skill that helps my blog find related links and add them. Claude code will activate the skill automatically much better than MCPS if you don't need external sources.
November 11, 2025 at 6:00 AM
Skills are better than MCPS most of the time. Here, I created a Nuxt Content skill that will force Cloud Code to read the Nuxt Content documentation before it does something.
November 10, 2025 at 8:34 PM
claudeskip -p "just do it" is so powerful
November 10, 2025 at 4:00 PM
Is anyone doing something like that with Cloud code? Using it as a linter?
November 10, 2025 at 11:00 AM
Created my custom Claude Code slash command that will save Claude Code conversations in a nice way. I just type /save-chat-history
November 10, 2025 at 1:00 AM
this is what claude skills is all about
November 9, 2025 at 2:51 PM
Spec-driven development is funny. I just watch Claude code do all the work.
November 9, 2025 at 9:40 AM
me and claude code
November 9, 2025 at 8:08 AM
Create my first Claude code plugin. This slash command can help create new commands quickly, subagents, skills, and more.

you can install it like

/plugin install claude-code-builder@claude-code-builder
November 8, 2025 at 8:12 PM
this is how 10 x devs use claude code
November 8, 2025 at 8:02 PM
best resource when it comes to AI coding. I am thinking of buying his course.
November 8, 2025 at 6:29 PM
Knowing when to use subagents in Claude code is a skill itself. Here, I know I needed to change the format and structure of 6 files at the same time.
November 8, 2025 at 5:41 PM
Using something like cloud code feels like a new way of coding.
November 8, 2025 at 4:00 PM
LOL
November 8, 2025 at 1:06 PM
when claude code is more then a llm for you
November 8, 2025 at 10:37 AM
This is a good example of a useful skill for cloud code. With this, when you work on something, Cloud Code will directly ask you if it should use Git worktrees.
November 7, 2025 at 10:23 PM
Ok, I found the best way to use claud code to work on any project. You can define a skill and write exactly how you like to write code. Here, I have written a skill that describes how I think you should write Vue applications.
November 7, 2025 at 4:00 AM
This is how my library will look that can be used to interact with SQLite on the browser.

Under the hood its using webassembly and opfs
November 3, 2025 at 7:46 PM
I vibe coded my first custom eslint plugin . A plugin that can help to enforce bondariews if you use nuxt layers
November 2, 2025 at 3:47 PM