Viewing profile — dmppch
dmppch
HN member- Joined
- Fri, Mar 13, 2026, 11:12 PM UTC
- HN karma
- 0
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About dmppch
No profile information was provided.
Recent public activity
-
comment
Comment #47593936
[dead]
-
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…
-
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 …
-
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 …
-
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…