tenfoldmarc

Self Improve Skill — AI skill for Claude Code

AI community

Make any Claude Code skill learn from your feedback.

How to install Self Improve Skill

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

What Self Improve Skill does

Make any Claude Code skill learn from your feedback. It tracks what you approve, change, and reject — then rewrites the skill's instructions to match how you actually want it to work. Your AI gets bet

Alternatives in AI

  • Agentrq — AgentRQ: Human-in-loop realtime conversational task manager for AI Agents 1.1k ★
  • Gptaku Plugins — A Claude Code plugin marketplace for people who want to become AI Native 1.1k ★
  • onWatch — Open-source Go CLI that tracks AI API quota usage across 7 providers (Synthetic, Z.ai, Anthropic, Codex, GitHu 397 ★

README

Self-Improve

A Claude Code Skill by [@tenfoldmarc](https://www.instagram.com/tenfoldmarc)

Make any Claude Code skill learn from your feedback. It tracks what you approve, change, and reject — then rewrites the skill's instructions to match how you actually want it to work. Your AI gets better every time you use it.


What It Does

  1. You use a skill normally (e.g., /script, /viral, /copy)
  2. The skill logs what it generated and how you reacted (approved, modified, or rejected)
  3. When you run /self-improve script, it reads all those logs
  4. Finds patterns: "you always shorten hooks", "you remove rhetorical questions", etc.
  5. Shows you the patterns and proposes specific changes to the skill
  6. After your approval, rewrites the skill so it produces better output next time

Requirements

  • A Mac, Linux, or Windows computer
  • Claude Code installed and working
  • At least one other skill installed that you want to improve

No MCP servers, API keys, or extra tools needed.


Install

Step 1 — Open your terminal

**Mac:** Press `Command + Space`, type **Terminal**, hit Enter. **Windows:** Press `Win + R`, type **cmd**, hit Enter. (If you have Git Bash, use that instead.) **Linux:** Open your terminal app.

Step 2 — Run this command

git clone https://github.com/tenfoldmarc/self-improve-skill ~/.claude/skills/self-improve

Step 3 — Open Claude Code

claude

Step 4 — Run the skill

/self-improve

Usage

**Improve a specific skill:**

/self-improve script

**See which skills have history and need improvement:**

/self-improve

How to Enable Logging on Your Skills

For `/self-improve` to work, your other skills need to log their sessions. Add this as the final step in any skill you want to track:

### Final Step — Log this session

After the user has reviewed your output, append a session log to
~/.claude/skills