HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ryanthedev

no profile record

Submissions

Claude Code Open Source?

1 points·by ryanthedev·4 เดือนที่ผ่านมา·1 comments

AI Skills Marketplace: A New Digital Economy?

vibeandscribe.xyz
1 points·by ryanthedev·6 เดือนที่ผ่านมา·1 comments

Claude Code Emergent Behavior: When Skills Combine

vibeandscribe.xyz
92 points·by ryanthedev·6 เดือนที่ผ่านมา·33 comments

comments

ryanthedev
·เดือนที่แล้ว·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
·เดือนที่แล้ว·discuss
Finally some sanity when it comes to AI.
ryanthedev
·เดือนที่แล้ว·discuss
You must be new to skill creation.
ryanthedev
·เดือนที่แล้ว·discuss
Your hand rolling skills? You know they created a thing called a skill creator…
ryanthedev
·เดือนที่แล้ว·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 เดือนที่ผ่านมา·discuss
I believe most detailed prompts are AI generated.
ryanthedev
·3 เดือนที่ผ่านมา·discuss
> The older I get, the more I appreciate dynamic languages. Fuck, I said it. Fight me.
ryanthedev
·4 เดือนที่ผ่านมา·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 เดือนที่ผ่านมา·discuss
You haven’t heard of spec driven development?!? Haha.
ryanthedev
·4 เดือนที่ผ่านมา·discuss
CLIs are dead. Long live the skill. Which is a wrapper around the CLI! Haha.
ryanthedev
·5 เดือนที่ผ่านมา·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 เดือนที่ผ่านมา·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 เดือนที่ผ่านมา·discuss
Skills? Money?
ryanthedev
·6 เดือนที่ผ่านมา·discuss
doh! I messed up. Thank you
ryanthedev
·6 เดือนที่ผ่านมา·discuss
turtle, turtle...

It's really going to be interesting to see how this tech evolves.
ryanthedev
·6 เดือนที่ผ่านมา·discuss
FUCKING AI HAHAHA, thank you! fixed.
ryanthedev
·6 เดือนที่ผ่านมา·discuss
ohhh! I'm gonna have to try that out. Thankfully everybody is still playing nice hahah!
ryanthedev
·6 เดือนที่ผ่านมา·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 เดือนที่ผ่านมา·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 เดือนที่ผ่านมา·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.