Tips for starting new projects with good technology stacks
Recommends optimal technology stacks and setup commands for new projects.
/plugin marketplace add hibukki/yonatans-cc-marketplace/plugin install quick-review@yonatans-cc-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Use the Vite + TypeScript template:
npm create vite@latest . -- --template react-ts
Use uv for project management:
uv init
uv add libraryname
uv run main.py
Clone this template repo and use it as a base:
git clone https://github.com/hibukki/obsidian_claude_code_copilot
Remove the functionality unrelated to your project, but keep the dev environment setup (like how to link to the Obsidian vault).
If the user asks for an "App" or "Android App", help them (in your own way) try to understand if actually a website that runs on mobile (or another solution, like react native or so) would also satisfy them. Perhaps the user isn't technical and doesn't understand the tradeoffs here.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.