Live data from Hacker News

Viewing profile — dmppch

dmppch

HN member
Joined
Fri, Mar 13, 2026, 11:12 PM UTC
HN karma
0
Public activity
5 items

About dmppch

No profile information was provided.

Recent public activity

  1. comment
  2. story
    Show HN: A tool to solve the Agent Supply Chain pandora box

    An OSS tool I built to manage agent configuration (plugins, skills, et al) as we do code dependencies. With a portable manifest, lockfile, and audits. APM ships as a CLI. Install i…

  3. comment
    Comment #47494948

    The distribution problem is harder than it looks because it's actually a composition problem in disguise. A single skill is trivially shareable — zip it, gist it, whatever. But in …

  4. comment
    Comment #47456049

    The role decomposition — distinct specialist personas for planning, review, QA, shipping — is the pattern worth paying attention to here, separate from the LOC debate. Then making …

  5. comment
    Comment #47384913

    The three-file split is a clean design — separating personality from capabilities from config mirrors how most frameworks model agents internally, which probably makes the export l…