<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: detkin</title><link>https://news.ycombinator.com/user?id=detkin</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 18 May 2026 08:07:32 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=detkin" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by detkin in "Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands"]]></title><description><![CDATA[
<p>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.</p>
]]></description><pubDate>Sun, 17 May 2026 18:20:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48171650</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=48171650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48171650</guid></item><item><title><![CDATA[New comment by detkin in "Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands"]]></title><description><![CDATA[
<p>Thank you for sharing, this is exactly the kind of thing I'm interested in learning.<p>Is this just for engineering or is it being used for other functions, like Marketing and HR as well?</p>
]]></description><pubDate>Fri, 15 May 2026 21:28:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48154132</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=48154132</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48154132</guid></item><item><title><![CDATA[New comment by detkin in "Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands"]]></title><description><![CDATA[
<p>Very cool! What would you say is the biggest learning you've had about how people are using it?</p>
]]></description><pubDate>Fri, 15 May 2026 21:24:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48154076</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=48154076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48154076</guid></item><item><title><![CDATA[New comment by detkin in "Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands"]]></title><description><![CDATA[
<p>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 calling it a day or not really worrying about it.<p>Very interesting about the domain and workflows. Do you think domain could map to a team or is it different?<p>At your company how are you shipping your assets? How do you do the domain and workflow grouping?</p>
]]></description><pubDate>Fri, 15 May 2026 19:58:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48153089</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=48153089</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48153089</guid></item><item><title><![CDATA[New comment by detkin in "Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands"]]></title><description><![CDATA[
<p>Say more, what kind of tools are you thinking about?<p>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 get value from the project.</p>
]]></description><pubDate>Fri, 15 May 2026 19:35:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48152851</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=48152851</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48152851</guid></item><item><title><![CDATA[New comment by detkin in "Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands"]]></title><description><![CDATA[
<p>lol, just s  ...  x, the two letters.<p>We wanted something short and easy to remember</p>
]]></description><pubDate>Fri, 15 May 2026 19:34:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48152839</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=48152839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48152839</guid></item><item><title><![CDATA[New comment by detkin in "Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands"]]></title><description><![CDATA[
<p>The sx vault also stores things in git, I agree that it's a pretty good medium for storage.<p>My main argument is that just using vanilla git where you store it in the directory that the AI coding agent expects means that you can't share across teams or orgs.<p>Also, not every kind of team is comfortable with git. How would you distribute these assets to a Marketing team?</p>
]]></description><pubDate>Fri, 15 May 2026 18:33:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48152121</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=48152121</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48152121</guid></item><item><title><![CDATA[New comment by detkin in "Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands"]]></title><description><![CDATA[
<p>Hi HN — I'm one of the maintainers.<p>The short version: sx treats skills, MCP server configs, slash commands, agents, hooks, and rule files as versioned packages. You define them once, push them to a vault (a local folder, a git repo, or our hosted backend), and install them where they belong. There's a lockfile so installs are reproducible, scope levels for org / team / repo / individual, and the CLI translates the same asset into the format each AI client expects.<p>Supported clients today: Claude Code, Cursor, GitHub Copilot, Cline, Codex, Gemini (CLI / VS Code / JetBrains / Android Studio), Kiro, claude.ai, chatgpt.com. The last two are what let non-engineering teams (marketing, legal, ops) use the same primitive instead of being locked out of the AI-assets ecosystem.<p>The thing I'd most like feedback on is whether the scope model is the right shape. Org → team → repo → path → individual is what's emerged from talking to ~60 teams over the last six months, but I expect bigger orgs will surface scopes we haven't modeled (sub-team, environment, etc.).<p>Why this and not just plugins / vendor marketplaces? Claude Code plugins are real and a good step up over raw git-checked-in CLAUDE.md files. The limitations show up at scale: each plugin is scoped to its publishing repo, so teams duplicate skills across plugins, and you're still locked to a single vendor's client. Full writeup with the technical details: <a href="https://www.sleuth.io/post/there-s-an-npm-shaped-hole-in-the-ai-tooling-stack/" rel="nofollow">https://www.sleuth.io/post/there-s-an-npm-shaped-hole-in-the...</a></p>
]]></description><pubDate>Fri, 15 May 2026 17:04:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48151086</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=48151086</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48151086</guid></item><item><title><![CDATA[Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/sleuth-io/sx">https://github.com/sleuth-io/sx</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48151058">https://news.ycombinator.com/item?id=48151058</a></p>
<p>Points: 49</p>
<p># Comments: 27</p>
]]></description><pubDate>Fri, 15 May 2026 17:03:22 +0000</pubDate><link>https://github.com/sleuth-io/sx</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=48151058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48151058</guid></item><item><title><![CDATA[Agent Skills move too fast for Git]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.sleuth.io/post/agent-skills-move-too-fast-for-git/">https://www.sleuth.io/post/agent-skills-move-too-fast-for-git/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47835181">https://news.ycombinator.com/item?id=47835181</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 20 Apr 2026 14:46:46 +0000</pubDate><link>https://www.sleuth.io/post/agent-skills-move-too-fast-for-git/</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=47835181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47835181</guid></item><item><title><![CDATA[New comment by detkin in "Without RBAC for Skills and MCP, your org has root access to your company"]]></title><description><![CDATA[
<p>At some of the larger orgs that I've worked at each individual system had some level of RBAC. Often they would try to centralize around an Okta-style system, but the roles in there infrequently matched what was needed. In the places you are describing what have they done around security? Even without AI it sounds like they didn't have a feasible solution?</p>
]]></description><pubDate>Mon, 13 Apr 2026 19:34:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47756829</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=47756829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47756829</guid></item><item><title><![CDATA[Without RBAC for Skills and MCP, your org has root access to your company]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.sleuth.io/post/without-rbac-for-agent-skills-and-mcp-your-entire-organization-basically-has-root-access-to-your/">https://www.sleuth.io/post/without-rbac-for-agent-skills-and-mcp-your-entire-organization-basically-has-root-access-to-your/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47756723">https://news.ycombinator.com/item?id=47756723</a></p>
<p>Points: 3</p>
<p># Comments: 3</p>
]]></description><pubDate>Mon, 13 Apr 2026 19:23:22 +0000</pubDate><link>https://www.sleuth.io/post/without-rbac-for-agent-skills-and-mcp-your-entire-organization-basically-has-root-access-to-your/</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=47756723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47756723</guid></item><item><title><![CDATA[New comment by detkin in "[dead]"]]></title><description><![CDATA[
<p>Machine assisted, not fully machine generated ¯\_(ツ)_/¯</p>
]]></description><pubDate>Tue, 10 Mar 2026 15:05:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47324275</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=47324275</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47324275</guid></item><item><title><![CDATA[New comment by detkin in "[dead]"]]></title><description><![CDATA[
<p>You're right, I used AI to help organize the content but we have spoken to almost 50 companies over the last 5 months and the messages and pains they have conveyed are real.<p>How are you handing distributing your Agent Skills and MCP's? Is this a problem you're seeing?</p>
]]></description><pubDate>Tue, 10 Mar 2026 15:05:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47324265</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=47324265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47324265</guid></item><item><title><![CDATA[New comment by detkin in "[dead]"]]></title><description><![CDATA[
<p>I hear you, results is a gray area. However, with the companies we spoke to results looks like increased productivity for their developers.<p>It was a constant with all that they felt like 2 - 7 percent of their developers had made huge productivity gains but that the rest were not really seeing any, despite having access to the same tools.</p>
]]></description><pubDate>Tue, 10 Mar 2026 15:03:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47324238</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=47324238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47324238</guid></item><item><title><![CDATA[New comment by detkin in "Show HN: Sx – I fixed Claude Code for teams"]]></title><description><![CDATA[
<p>Seems very interesting.</p>
]]></description><pubDate>Mon, 12 Jan 2026 20:15:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46593613</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=46593613</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46593613</guid></item><item><title><![CDATA[New comment by detkin in "Skills for organizations, partners, the ecosystem"]]></title><description><![CDATA[
<p>Skills have been really helpful in my team as we've been encoding tribal knowledge into something that other developers can easily take advantage of. For example, our backend architecture has these hidden patterns, that once encoding in a skill, can be followed by full stack devs doing work there, saving a ton of time in coding and PR review.<p>We then hit the problem of how to best share these and keep them up to date, especially with multiple repositories. It led us to build sx -  <a href="https://github.com/sleuth-io/sx" rel="nofollow">https://github.com/sleuth-io/sx</a>, a package manager for AI tools.</p>
]]></description><pubDate>Thu, 18 Dec 2025 22:49:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46319918</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=46319918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46319918</guid></item><item><title><![CDATA[New comment by detkin in "Show HN: Automate best practices across your toolchain – Sleuth Automations"]]></title><description><![CDATA[
<p>Hey all, Dylan here, co-founder of Sleuth (<a href="http://sleuth.io" rel="nofollow noreferrer">http://sleuth.io</a>), along with Don and Michael. We just launched a powerful automations framework and marketplace that allows dev teams to discover and implement best practice workflows with a single click. We’re excited to share and to make life easier for developers and teams.<p>For background, Sleuth makes improving engineering efficiency easy and continuous. We started by focusing on tracking DORA metrics to give teams useful insight they can act on to improve (<a href="https://news.ycombinator.com/item?id=27974573">https://news.ycombinator.com/item?id=27974573</a>). We built first-class integrations that span your entire software delivery tech stack, from ticketing and change management all the way through to CI/CD and observability tools.<p>Now, we’re leveraging that foundation to allow teams to improve engineering efficiency even more rapidly, continuously and easily with automation. We’ve built a bunch of engineering best practices into no-code automations that you can install via a single click from our Automations Marketplace (<a href="https://marketplace.sleuth.io/" rel="nofollow noreferrer">https://marketplace.sleuth.io/</a> ). These will help your teams drive improvements across their entire engineering tech stack.<p>We built this to give software teams the capabilities they’ve always wanted, but that are often too much lift to invest in. We see four key categories of these capabilities:<p>PR Checks – They’re like linters for your PR process. They let you analyze pull requests to ensure they conform to industry best practices, cutting down review time and improving morale by relieving reviewers of the onus of “policing” best practices.<p>Notifications – drive awareness, nudge things in the right direction and help teams respond quickly by automatically alerting them when Sleuth determines there’s something they need to know.<p>Actions – provide a variety of simple, if-this-then-that automations targeted across your software delivery tool chain, that allow you to modify a state in an external system — like automatically transitioning or commenting on a Jira issue to let stakeholders know immediately when a change they care about has deployed to its target environment.<p>Workflows – provide advanced automations that can evaluate conditions and perform actions across multiple integrated tools. If you’ve ever wanted Slack-based approvals for deploys moving from staging to production, now you have have it with a single click.<p>We’d love for you to check them all out in our Marketplace and let us know what feedback you have. Thanks in advance!<p>You can check out Sleuth by going to our website (<a href="https://www.sleuth.io" rel="nofollow noreferrer">https://www.sleuth.io</a> ) or better yet, watching us in action in Sleuth (<a href="https://app.sleuth.io/sleuth/sleuth/metrics/" rel="nofollow noreferrer">https://app.sleuth.io/sleuth/sleuth/metrics/</a>). Or, you can try our 30-day trial.</p>
]]></description><pubDate>Thu, 14 Sep 2023 15:16:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=37510141</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=37510141</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37510141</guid></item><item><title><![CDATA[Show HN: Automate best practices across your toolchain – Sleuth Automations]]></title><description><![CDATA[
<p>Article URL: <a href="https://marketplace.sleuth.io/">https://marketplace.sleuth.io/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37510140">https://news.ycombinator.com/item?id=37510140</a></p>
<p>Points: 20</p>
<p># Comments: 3</p>
]]></description><pubDate>Thu, 14 Sep 2023 15:16:19 +0000</pubDate><link>https://marketplace.sleuth.io/</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=37510140</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37510140</guid></item><item><title><![CDATA[New comment by detkin in "Ask HN: Who is hiring? (May 2022)"]]></title><description><![CDATA[
<p>Sleuth | Remote (US and Europe) | Full Time | <a href="https://www.sleuth.io/careers" rel="nofollow">https://www.sleuth.io/careers</a><p>We're a series A company, Sleuth makes engineering efficiency measurable and easy to improve. We give teams a complete and accurate view into DORA metrics, insights on where the bottlenecks lie, and tools to automate workflows for efficiency.<p>We are hiring in Sales, Engineering, & more!<p>See more details on our open roles via the careers page linked above and you can apply by sending an email with your resume to jobs@sleuth.io</p>
]]></description><pubDate>Mon, 02 May 2022 22:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=31242222</link><dc:creator>detkin</dc:creator><comments>https://news.ycombinator.com/item?id=31242222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31242222</guid></item></channel></rss>