HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ryanthedev

no profile record

Submissions

Claude Code Open Source?

1 points·by ryanthedev·il y a 4 mois·1 comments

AI Skills Marketplace: A New Digital Economy?

vibeandscribe.xyz
1 points·by ryanthedev·il y a 6 mois·1 comments

Claude Code Emergent Behavior: When Skills Combine

vibeandscribe.xyz
92 points·by ryanthedev·il y a 6 mois·33 comments

comments

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

It's really going to be interesting to see how this tech evolves.
ryanthedev
·il y a 6 mois·discuss
FUCKING AI HAHAHA, thank you! fixed.
ryanthedev
·il y a 6 mois·discuss
ohhh! I'm gonna have to try that out. Thankfully everybody is still playing nice hahah!
ryanthedev
·il y a 6 mois·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
·il y a 6 mois·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
·il y a 6 mois·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.