Really Claude Code banner
hesreallyhim hesreallyhim

Really Claude Code

Development community

Description

Claude Code plugins that explore the possibilities of autonomy and self-guided behavior for coding agents

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README


*Claude Code plugins for those with a healthy sense of curiosity*

Experiments in agent autonomy; at the boundaries of human-agent collaboration


Background

The plugins in this repo are primarily research-oriented - I'm not providing a framework that promises to cover the whole SDLC so that you can "ship while you sleep". There are plenty of those around, and I suspect part of the reason for that is because a lot of them are quite good. But my approach to working with Claude has always been something like this: _If you have a problem, don't bother trying to solve it. Focus on the real problem: figure out how to explain the problem to Claude, give it the resources it needs, and enable Claude to solve it._

Plugins

To use these plugins, you can add the marketplace:

claude plugin marketplace add hesreallyhim/really-claude-code

Then, to install any plugin, either use the interactive mode, or:

claude plugin install context-awareness/really-claude-code

Documentation

For a rich HTML documentation experience, visit the plugin's [GitHub Pages site](https://github.com/nicobailon/visual-explainer), which would not have been possible without the astounding work of @nicobailon and the [visual-explainer](https://github.com/nicobailon/visual-explainer) plugin.

Agent Autonomy

This is a very fascinating topic to me, and it clearly resonates with the methodology alluded to above. There's a weird epistemic gap going on within Claude Code. Because Claude knows quite a lot about LLMs, and context rot, and compaction, and about what goes on in its own session logs. And there's a lot of information being logged that might help it make better decisions about how to manage context, compaction, etc. But it doesn't have direct access to those logs. Well, to be clear, if you're running in `bypassPermissions`, ther