Skip to content

Commit df7c4d4

Browse files
authored
Remove improve-skill as it's obsolete (#4)
- Remove reference to abandoned improve-skill (the skill no longer exists on authors repo - mitsuhiko/agent-stuff@3cc092d) - Add two practical tips to the "Agent self-improvement" phase: - Use harness memory features (/memory in Claude Code, Memories in Cursor) to persist lessons across sessions - Try post-mortem diffs to spot recurring antipatterns
1 parent b257f2c commit df7c4d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/becoming-productive.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ This is not a strict scheme you must follow exactly. Phases can be optional or m
2727
5. **Human review** - ultimately, you (a human) are responsible for the code. Invest some time in reviewing it so that (a) you know what’s happening and (b) you won’t waste reviewers’ time.
2828
6. **Agent self-improvement** - talk to your agent: How can you both improve your workflow? What lessons can you learn from recent work? Perhaps some AGENTS.md rule or a new skill needs to be created?
2929
1. _If you use Claude Code, try the `/insights` command._
30-
2. _Check out [https://skills.sh/mitsuhiko/agent-stuff/improve-skill](https://skills.sh/mitsuhiko/agent-stuff/improve-skill)_
30+
2. _Use your harness's memory feature (e.g., `/memory` in Claude Code, Memories in Cursor) to persist lessons learned across sessions._
31+
3. _Try post-mortem diffs: ask the agent to compare its first attempt vs the final version and explain what it got wrong. Great for spotting recurring antipatterns._
3132

3233
### Red/green TDD
3334

0 commit comments

Comments
 (0)