I was today years old when i found out about this Github Copilot coding agent π€¦ββοΈ
Forwarded from Rust-Script
This media is not supported in your browser
VIEW IN TELEGRAM
How I feel after I gave claude full access
π€£2
https://t.me/computer_science_and_programming/2106
The term "Vibe Coding" has been overused lately, but this post clears up the difference between Vibe Coding and Agentic Engineering.
The term "Vibe Coding" has been overused lately, but this post clears up the difference between Vibe Coding and Agentic Engineering.
Telegram
Computer Science and Programming
Agentic Engineering
Agentic engineering is a disciplined approach to AI-assisted software development that distinguishes itself from "vibe coding" through human oversight and engineering rigor. While vibe coding means accepting AI output without review (usefulβ¦
Agentic engineering is a disciplined approach to AI-assisted software development that distinguishes itself from "vibe coding" through human oversight and engineering rigor. While vibe coding means accepting AI output without review (usefulβ¦
Claude Code Skills
Skills are extensions that teach Claude how to handle specific tasks or workflows reliably. They are defined in a directory with a
π You can invoke a Skill with a slash command like
π Skills live in structured directories (
Why Skills matter:
β’ They make workflows repeatable and consistent (e.g., code review, deployment, translation, component scaffolding).
β’ Allows Claude load instructions and apply on demand, preventing context overload.
β’ They follow an industry open standard (Agent Skills), making them portable across different AI tools.
Where Skills can be stored:
π Personal (
π Project (
π Plugin (
Example use cases:
πΉ /new-component to scaffold a React component
πΉ /api-conventions to enforce your API design patterns
πΉ /deploy to kickoff deployment
πΉ /release-notes to generate changelogs automatically
Skills are extensions that teach Claude how to handle specific tasks or workflows reliably. They are defined in a directory with a
SKILL.md file that contains metadata(frontmatter) and step-by-step instructions. Claude loads them on-demand(only the descriptions defined in the frontmatter), so they donβt bloat your main context unless neededπ You can invoke a Skill with a slash command like
/skill-name, or Claude can auto-load relevant skills based on the skill frontmatter description.π Skills live in structured directories (
.claude/skills/ personal, project, or plugin) and use a frontmatter header to define name, description, and behavior.Why Skills matter:
β’ They make workflows repeatable and consistent (e.g., code review, deployment, translation, component scaffolding).
β’ Allows Claude load instructions and apply on demand, preventing context overload.
β’ They follow an industry open standard (Agent Skills), making them portable across different AI tools.
Where Skills can be stored:
π Personal (
~/.claude/skills/) β available in all projectsπ Project (
.claude/skills/) β scoped to one repoπ Plugin (
<plugin>/skills/) β bundled with a plugin and namespacedExample use cases:
πΉ /new-component to scaffold a React component
πΉ /api-conventions to enforce your API design patterns
πΉ /deploy to kickoff deployment
πΉ /release-notes to generate changelogs automatically
Forwarded from Solomon Insight (Π
ΟβΟΠΌΟΠΈ.G)
Googleβs new Lyria 3 is basically a music studio in your pocket. π§
βGoogle just dropped the Lyria 3 update inside Gemini, and itβs a massive step up. You aren't just getting generic robotic loops anymore you can actually upload a photo of your morning coffee or a video from your last trip, and itβll "compose" a 30-second track with lyrics and vocals that actually fit the vibe.
βIt handles everything from the instruments to the tempo, and it even generates custom album art for your "single." Itβs perfect for making a quick, personalized soundtrack for a reel or just an inside-joke song for the group chat.
β
β@solomon_insight
βGoogle just dropped the Lyria 3 update inside Gemini, and itβs a massive step up. You aren't just getting generic robotic loops anymore you can actually upload a photo of your morning coffee or a video from your last trip, and itβll "compose" a 30-second track with lyrics and vocals that actually fit the vibe.
βIt handles everything from the instruments to the tempo, and it even generates custom album art for your "single." Itβs perfect for making a quick, personalized soundtrack for a reel or just an inside-joke song for the group chat.
β
To try it, just open Gemini and look for
"Create Music" in the tools menu. Itβs surprisingly intuitive just tell it what youβre feeling and let it cook. πΉπ₯
β@solomon_insight
β€1
Practicing your job interview skills from time to time really helps
π€©1
I didn't know Claude Code was supported natively on windows without WSLπ€¦ββοΈ
https://code.claude.com/docs/en/setup
https://code.claude.com/docs/en/setup
Claude Code Docs
Advanced setup - Claude Code Docs
System requirements, platform-specific installation, version management, and uninstallation for Claude Code.
π1
AI Agent => LLM + System Prompt + Tools + Memory + Reasoning Pattern
β€2
You can add better-icons skills or mcp to Claude code(or other coding agents) when dealing with icons. It's effective and saves you a lot of time looking for icons.
Forwarded from DoughNut π©
One thing I've learned about AI lately is that it will definetly replace software engineers, you might say which ones well software engineers who cant code, think, be creative, problem solve, think building a dashboard takes a week, think technical debt is an imaginary term. It honestly feels like having a really cool junior engineer u can tell it to do the boring stuff u dont wanna do while u focus on tough parts. But it doesnt mean u let it go all in without u knowing what to do. If you think a 20 bucks cursor subscription can build ur product end to end well you're a dumbass. But if u believe a 20 bucks subscription can help u move much faster while you are the senior architect welcome to the new era of software engineering.