Viewing profile — detkin
detkin
HN member- Joined
- Sun, Jul 07, 2013, 9:03 PM UTC
- HN karma
- 56
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About detkin
No profile information was provided.
Recent public activity
- story
-
comment
Comment #48901904
How do you concretely solve this for your marketing team? What’s the tech stack you have in place to support them?
-
comment
Comment #48901891
A repo, if it’s not overly complex, is a great place to store skills for all the reasons you list. It’s just not the only place where skills are super valuable.
-
comment
Comment #48901787
I completely agree and sx tries to make it easier to share, not just on one project/repo but across teams. For example, we have a collection of skills that have to do with brand ma…
-
comment
Comment #48901767
The one place I’ve seen this break down on teams is when a skill gets improved or adjusted. If everyone is copying it you end up not knowing which the best and most accurate. We wo…
-
comment
Comment #48901596
It also wouldn't surprise me if the model companies ship a strong version of this to try to lock us all in a bit more. I hope that's not the case, or at the very least one storage …
-
comment
Comment #48901583
That makes sense. The one thing that really bugs me about git sharing is when you have different repos but want to share the same collection of skills. We have three different gola…
-
comment
Comment #48901571
Very cool, sounds like you have some technically open-minded co-workers. Do you just create a claude or codex plugin in git for them? Since they likely aren't working against any c…
-
comment
Comment #48901558
sx has a git vault storage layer, or a local file layer or a server backed vault. The thing it buys you over vanilla git is that you don't have to sym-link dirs for different AI ha…
-
comment
Comment #48901489
Hey man! Yeah, many of the non-techincal folks I've spoken to are using claude.ai or chatgpt.com. But I've been amazed at how many are using Claude CoWork or even Claude Code. The …
-
comment
Comment #48901414
I agree that that works pretty well for developers who work with a code repository everyday. But, if you're working on a mono-repo, you can end up with more skills loading than you…
- comment
- comment
-
story
Show HN: Sx 2.0 – Share AI skills with your team through a Dropbox folder
Hi all, author here. SX started as a CLI to let developers share skills across AI clients without having to rely on git for storage. This allowed sharing at the Repo/Team/Org and P…
- story
-
comment
Comment #48448358
[flagged]
- story
- story
-
comment
Comment #48171650
Yes. You can just point sx add at your existing skill directories and it will put them into the git vault which you can easily share via Github access control.
-
comment
Comment #48154132
Thank you for sharing, this is exactly the kind of thing I'm interested in learning. Is this just for engineering or is it being used for other functions, like Marketing and HR as …
-
comment
Comment #48154076
Very cool! What would you say is the biggest learning you've had about how people are using it?
-
comment
Comment #48153089
We added the idea of dependencies for exactly that reason. However, honestly, I've not see any usage of it in the wild. Seems like most folks are ok with either bundling them and c…
-
comment
Comment #48152851
Say more, what kind of tools are you thinking about? The tool support is certainly one of the key pillars of the project so we're open to any tool additions that will help people g…
-
comment
Comment #48152839
lol, just s ... x, the two letters. We wanted something short and easy to remember
-
comment
Comment #48152121
The sx vault also stores things in git, I agree that it's a pretty good medium for storage. My main argument is that just using vanilla git where you store it in the directory that…