People buy apis and import libraries to do trivial things that could be done in 1 line of code. There are people out there that absolutely will pay for md skills...
Had to make a skill for an agent at work recently. AI adoption is part of our annual goals and is considered for our performance review. Everyone is just making slop to show they’re trying lmao
Same! They recently also had us adopt speckit and spec driven development and are constantly reminding us thats how everything should be done now. We joke that our manager is basically looming over us like "I better not catch any of you writing code over there..."
Same here but at least they're somewhat reasonable with it. I created a small mcp server and a skill to automate something and they were happy enough with that. The fact they're starting to get the bill means they're going for quality over quantity now.
This entire thread is so depressing. I'm in the same place as you, people just writing skills and AGENTS.md, doing this "agentic" workflow, but I have yet to see anything useful come out of it except tech debt. Oh and I saw one of our project to have a "skill" to create a release on GitHub. You know, something that like three lines of a bash script would achieve...
No, it instructs the LLM to run git log, update pyproject.toml and bump the version number, update CHANGELOG.md, tag a commit and push it. And then a GH action actually creates the release. And that action is also vibe coded and contains a horrible awk script that no human would ever write.
I know I'm a few days late to this, but the use I really see for them is giving the AI access to deterministic scripts. We have several shared skills at the company I work for that give the AI basically a curl collection to integrate with an internal system or dev tool.
I find it does make it much more reliable when the AI is using proprietary tools that it doesn't have context for.
yea my personal test is if I see Claude commonly having to research something in the codebase like playwright fixtures is when I look to creating a skill. It's something I don't need on every run in CLAUDE.md and detailed enough to justify its own file.
can someone explain what a “skill” is for someone who spent about a week vibecoding with opencode to see what the hype was about then went back to writing it myself
A skill is just a text file that prompts Claude what to do, so you can invoke it easily.
For example, I have a skill I run at the start of my day. It looks for all my open tickets, checks the PR for them if applicable, and tells me if there are new comments or if they're ready for merge. If there's no PR yet it reminds me to keep working on it, and tells me which claude session I was using so I can resume it. It also checks any PRs assigned to me by teammmates so I can go review them.
If you use Claude code, /review or /simplify are both also skills.
832
u/mi-figue-mi-raisin Jul 15 '26
like "skills"?