<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: hatappo</title><link>https://news.ycombinator.com/user?id=hatappo</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 17:47:30 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=hatappo" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by hatappo in "Show HN: SmallDocs – Markdown without the frustrations"]]></title><description><![CDATA[
<p>I am excited about this really cool idea. I read the update, but does it mean there are two approaches: one where you pack all the content into fragments, and another where you encrypt it on the client side, save it to the server, and reduce the content to data containing only the key?<p>Also, wouldn't it be better if the encryption and fragmented compression could also be handled on the web client side?</p>
]]></description><pubDate>Sun, 19 Apr 2026 13:45:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47824274</link><dc:creator>hatappo</dc:creator><comments>https://news.ycombinator.com/item?id=47824274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47824274</guid></item><item><title><![CDATA[New comment by hatappo in "Show HN: MinimumReleaseAge-style protection for Agent Skills"]]></title><description><![CDATA[
<p>I’ve been building `agent-skill-porter`, a CLI for managing AI agent Skills across ecosystems:<p><a href="https://github.com/skill-mill/agent-skill-porter" rel="nofollow">https://github.com/skill-mill/agent-skill-porter</a><p>One thing that bothered me is that Skills usually sit outside normal package-manager protections.<p>Package ecosystems are increasingly using ideas like pnpm’s `minimumReleaseAge` and uv’s `--exclude-newer` to avoid pulling in artifacts that are too new. But Skills often aren’t package-managed at all, even
though they may include helper scripts, downloaded artifacts, and even binaries.<p>Given recent supply-chain incidents like the axios compromise, and research like Snyk’s ToxicSkills report, that felt like a real gap.<p>So I added a cooldown mechanism based on the Git tree hash of the skill directory.<p>The CLI now resolves a Skill from Git history, treats the skill directory tree as the release unit, and only installs/updates to a tree that is older than a configured minimum age. If the latest one is too new,
it falls back to the newest eligible older tree.<p>This is implemented as `--min-age` for add/download/update. ex. `sk add <a href="https://github.com/remotion-dev/skills" rel="nofollow">https://github.com/remotion-dev/skills</a> --min-age 30`<p>I’d be especially interested in feedback on whether “directory tree hash” seems like the right trust/version boundary for non-package-managed AI artifacts.</p>
]]></description><pubDate>Wed, 01 Apr 2026 17:54:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47604207</link><dc:creator>hatappo</dc:creator><comments>https://news.ycombinator.com/item?id=47604207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47604207</guid></item><item><title><![CDATA[Show HN: MinimumReleaseAge-style protection for Agent Skills]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/skill-mill/agent-skill-porter">https://github.com/skill-mill/agent-skill-porter</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47604187">https://news.ycombinator.com/item?id=47604187</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 01 Apr 2026 17:52:26 +0000</pubDate><link>https://github.com/skill-mill/agent-skill-porter</link><dc:creator>hatappo</dc:creator><comments>https://news.ycombinator.com/item?id=47604187</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47604187</guid></item><item><title><![CDATA[New comment by hatappo in "Show HN: Agent Skill Harbor – a GitHub-native skill platform for teams"]]></title><description><![CDATA[
<p>I think TanStack Intent is quite close to that direction.<p>Packaging skills with libraries/CLIs and letting agents discover them from installed packages makes a lot of sense. I see Harbor as addressing a different layer on top
of that: organizational collection, cataloging, provenance, governance, and safety.</p>
]]></description><pubDate>Thu, 26 Mar 2026 14:42:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47531052</link><dc:creator>hatappo</dc:creator><comments>https://news.ycombinator.com/item?id=47531052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47531052</guid></item><item><title><![CDATA[New comment by hatappo in "Show HN: Agent Skill Harbor – a GitHub-native skill platform for teams"]]></title><description><![CDATA[
<p><p><pre><code>  Yes, I agree that MCP-based prompt/skill delivery would be a very interesting direction.

  If tooling vendors broadly supported MCP prompts, an MCP server could become a dynamic distribution layer for team-managed skills, which would remove a lot of sync-oriented workflow.

  My current assumption is that we still need something Git-native today because:
  - skills are mostly authored and reviewed in Git
  - teams need provenance and governance around them
  - tool support for MCP prompt delivery is still incomplete

  So I see Harbor more as a practical system for the current ecosystem, not necessarily the final shape.</code></pre></p>
]]></description><pubDate>Thu, 26 Mar 2026 14:33:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47530957</link><dc:creator>hatappo</dc:creator><comments>https://news.ycombinator.com/item?id=47530957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47530957</guid></item></channel></rss>