My Skills
The article introduces 'My Skills', a tool designed for creating, installing, and managing AI instructions without the need for coding. It integrates with various platforms such as VSCode and Cursor, allowing users to easily build and manage their skills. The tool also features a marketplace for community skills and offers installation methods for different operating systems.
- ▪My Skills allows users to create AI instructions without coding.
- ▪It works with platforms like VSCode, Cursor, and Antigravity.
- ▪Users can browse a marketplace to install community skills.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1261318) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Gohit X Posted on May 25 My Skills Create, install, and manage AI instructions for your projects — no code needed. Works with VSCode, Cursor, Antigravity, Kiro, Trae, and more. CREATE Pick a name, choose a category, describe what you want — the wizard builds a SKILL.md for you. Also generates AGENTS.md, CLAUDE.md, or DESIGN.md in one click. INSTALL Browse a marketplace of community skills. Search, filter by category, and install to .agents/skills/ or .claude/skills/ instantly.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).