HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ryanthedev

no profile record

Submissions

Claude Code Open Source?

1 points·by ryanthedev·4 mesi fa·1 comments

AI Skills Marketplace: A New Digital Economy?

vibeandscribe.xyz
1 points·by ryanthedev·6 mesi fa·1 comments

Claude Code Emergent Behavior: When Skills Combine

vibeandscribe.xyz
92 points·by ryanthedev·6 mesi fa·33 comments

comments

ryanthedev
·mese scorso·discuss
You can also do this cross computer. It’s how I debug problems.

I actually built a memory system off git. https://github.com/ryanthedev/grug-brain.mcp
ryanthedev
·mese scorso·discuss
Finally some sanity when it comes to AI.
ryanthedev
·mese scorso·discuss
You must be new to skill creation.
ryanthedev
·mese scorso·discuss
Your hand rolling skills? You know they created a thing called a skill creator…
ryanthedev
·mese scorso·discuss
I wrote a skill for this! But I’m sure a lot of you have as well lol.

For those curious https://github.com/ryanthedev/oberskills/blob/main/commands/...
ryanthedev
·2 mesi fa·discuss
I believe most detailed prompts are AI generated.
ryanthedev
·3 mesi fa·discuss
> The older I get, the more I appreciate dynamic languages. Fuck, I said it. Fight me.
ryanthedev
·4 mesi fa·discuss
Ahh, I tend to find software based engineering skills and workflows as the agentic engineering patterns.

I distilled multiple software books into these flows and skills. With more books to come.

Here is an example https://github.com/ryanthedev/code-foundations
ryanthedev
·4 mesi fa·discuss
You haven’t heard of spec driven development?!? Haha.
ryanthedev
·4 mesi fa·discuss
CLIs are dead. Long live the skill. Which is a wrapper around the CLI! Haha.
ryanthedev
·5 mesi fa·discuss
Love the article and happy to have a framework but I don’t think those are good SWE skills.

I imagine some more like. https://github.com/ryanthedev/code-foundations

Based of an actual software book.
ryanthedev
·5 mesi fa·discuss
I created my own Claude skill to enforce this and be sure it weaves in all the best practices we learned.

https://github.com/ryanthedev/code-foundations

I’m currently working on a checklist and profile based code review system.
ryanthedev
·6 mesi fa·discuss
Skills? Money?
ryanthedev
·6 mesi fa·discuss
doh! I messed up. Thank you
ryanthedev
·6 mesi fa·discuss
turtle, turtle...

It's really going to be interesting to see how this tech evolves.
ryanthedev
·6 mesi fa·discuss
FUCKING AI HAHAHA, thank you! fixed.
ryanthedev
·6 mesi fa·discuss
ohhh! I'm gonna have to try that out. Thankfully everybody is still playing nice hahah!
ryanthedev
·6 mesi fa·discuss
Ahhhh. I see now.

Now that you mention it, i can see a future where claude may offer a "skills" feature and codex offers a "talent" feature. where they are essentially the same things, but specific to that vendor.

reminds me how each cloud has the same offerings but different products.
ryanthedev
·6 mesi fa·discuss
1000000% agree. That's a problem I'm working on right now. I did learn about hooks, which is a way to constantly remind it. But that's too generic.

At some point I plan to do some ralph wiggum loop stuff maybe to hash out the best way for triggers to work.
ryanthedev
·6 mesi fa·discuss
i see it as skills being logical grouping of a set of prompts, which achieve a goal. Like my optimize-critical-path skill.

It's more than a single prompt, but less than an entire agent. I find skills to be the tools you use on the fly. Like how I might have a wrench,screw-driver, hammer in my tool box.

tools vs skills is all about context efficiency from what I see. and yes, this isn't novel of claude. but they are the first to offer this abstraction.