HackerTrans
TopNewTrendsCommentsPastAskShowJobs

juunge

112 karmajoined قبل 4 سنوات

Submissions

Capitalism Gone Wrong

kasperjunge.com
35 points·by juunge·قبل 12 ساعة·42 comments

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

kasperjunge.com
65 points·by juunge·قبل 9 أيام·110 comments

An Early Example of Super Bad AI Governance

computerlove.tech
2 points·by juunge·قبل 24 يومًا·0 comments

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

kasperjunge.com
2 points·by juunge·الشهر الماضي·0 comments

Share AI Agent Skills Across Your Team

kasperjunge.github.io
2 points·by juunge·قبل 4 أشهر·0 comments

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

ralphify.co
1 points·by juunge·قبل 4 أشهر·1 comments

Skills Are Replacing Commands, Rules, and Subagents

kasperjunge.com
1 points·by juunge·قبل 6 أشهر·0 comments

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

github.com
1 points·by juunge·قبل 6 أشهر·1 comments

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

github.com
2 points·by juunge·قبل 6 أشهر·0 comments

comments

juunge
·قبل 4 أشهر·discuss
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 أشهر·discuss
That would be great! And thanks for your take on this problem, I love to see others take on solving it
juunge
·قبل 5 أشهر·discuss
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