how to use skills from Claude Code A.K.A Claudinho.
As a start to using Claude, I’ve been trying to make the most of its features. While talking with a...
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 === 210156) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } CunhaDaniel Posted on Apr 28 how to use skills from Claude Code A.K.A Claudinho. #ai #claude #agents #tutorial As a start to using Claude, I’ve been trying to make the most of its features. While talking with a friend, we started discussing skills. In the Claude docs, skills are more personalized agents with a bit more context.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.