HackerLangs
トップ新着トレンドコメント過去質問紹介求人

juunge

111 カルマ登録 4 年前

投稿

Capitalism Gone Wrong

kasperjunge.com
32 ポイント·投稿者 juunge·10 時間前·42 コメント

We Don't Have to Be This Bad at Improving Society

kasperjunge.com
65 ポイント·投稿者 juunge·9 日前·110 コメント

An Early Example of Super Bad AI Governance

computerlove.tech
2 ポイント·投稿者 juunge·24 日前·0 コメント

Everyone got excited they can suddenly code, and missed the point

kasperjunge.com
2 ポイント·投稿者 juunge·先月·0 コメント

Share AI Agent Skills Across Your Team

kasperjunge.github.io
2 ポイント·投稿者 juunge·4 か月前·0 コメント

Ralph.md: A Markdown format for autonomous coding-agent loops

ralphify.co
1 ポイント·投稿者 juunge·4 か月前·1 コメント

Skills Are Replacing Commands, Rules, and Subagents

kasperjunge.com
1 ポイント·投稿者 juunge·6 か月前·0 コメント

Show HN: NPM/uv for Claude Code – install skills from GitHub with one command

github.com
1 ポイント·投稿者 juunge·6 か月前·1 コメント

Show HN: Skill-Add – Share and Install Claude Code Skills from GitHub

github.com
2 ポイント·投稿者 juunge·6 か月前·0 コメント

コメント

juunge
·4 か月前·議論
RALPH.md is a skill-like format for reusable agent loops. It defines the outer loop around an agent run: the agent command, the commands to run between iterations, the arguments for steering, and the prompt body. That makes it possible to package and share loops that run repeatedly until stopped. I’ve been writing down example patterns and use cases in the cookbook as I learn what works well: https://ralphify.co/docs/cookbook/
juunge
·5 か月前·議論
That would be great! And thanks for your take on this problem, I love to see others take on solving it
juunge
·5 か月前·議論
I really like the idea of an agent package manager! I built something similar aiming to be like uv but for AI agents https://github.com/kasperjunge/agent-resources