HackerLangs
TopNewTrendsCommentsPastAskShowJobs

juunge

111 karmajoined 4 years ago

Submissions

Capitalism Gone Wrong

kasperjunge.com
32 points·by juunge·9 hours ago·41 comments

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

kasperjunge.com
65 points·by juunge·9 days ago·110 comments

An Early Example of Super Bad AI Governance

computerlove.tech
2 points·by juunge·24 days ago·0 comments

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

kasperjunge.com
2 points·by juunge·last month·0 comments

Share AI Agent Skills Across Your Team

kasperjunge.github.io
2 points·by juunge·4 months ago·0 comments

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

ralphify.co
1 points·by juunge·4 months ago·1 comments

Skills Are Replacing Commands, Rules, and Subagents

kasperjunge.com
1 points·by juunge·6 months ago·0 comments

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

github.com
1 points·by juunge·6 months ago·1 comments

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

github.com
2 points·by juunge·6 months ago·0 comments

comments

juunge
·4 months ago·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 months ago·discuss
That would be great! And thanks for your take on this problem, I love to see others take on solving it
juunge
·5 months ago·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