Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Resource Evaluations

ASecurity

**Date**: 2026-01-24 **Evaluator**: Claude (Sonnet 4.5) **Source**: LinkedIn post claim about self-improving skills **Context**: User reported a plugin announcement for automatic skill improvement via feedback analysis ---

5,994 stars
0 votes
0 copies
5 views
Added 2/7/2026
developmentrustgogitdevopssecuritydocumentation

Works with

claude code

Security Analysis

A100/100

Scanned 2/12/2026

Install to Claude Code

$npx -y skills add FlorianBruniaux/claude-code-ultimate-guide --skill resource-evaluations --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Resource Evaluations?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Resource Evaluations
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/florianbruniaux-resource-evaluations/badge)](https://www.skillsdirectory.com/skills/florianbruniaux-resource-evaluations)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
015-everything-claude-code-github-repo.md
# Resource Evaluation: Self-Improve Skill Pattern

**Date**: 2026-01-24
**Evaluator**: Claude (Sonnet 4.5)
**Source**: LinkedIn post claim about self-improving skills
**Context**: User reported a plugin announcement for automatic skill improvement via feedback analysis

---

## Initial Claim

**Post**: LinkedIn announcement mentioning a skill that automatically improves itself by analyzing Claude's feedback after each session.

**Claimed features**:
- Automatic detection of skill improvement opportunities
- Feedback analysis to refine existing skills
- Self-updating mechanism

---

## Investigation Process

### Phase 1: Repository Search

**Goal**: Locate the announced plugin/skill repository

**Methods used**:
- GitHub search for "self-improve skill claude"
- GitHub search for "claude skill feedback improvement"
- LinkedIn profile analysis for linked repositories
- General web search for recent announcements

**Result**: ❌ **Repository not found**
- No public repository matching the description
- No installation instructions available
- No documentation or source code accessible

### Phase 2: Pattern Validation via Perplexity

**Goal**: Validate if the technical pattern (self-improving skills) exists in production systems

**Perplexity query**: "Claude Code self-improving skills feedback analysis automatic improvement"

**Key findings**:

✅ **Pattern EXISTS and is IMPLEMENTED**:
- **Claude Reflect System** (Haddock Development, 2026)
- Repository: https://github.com/haddock-development/claude-reflect-system
- Marketplace: https://agent-skills.md/skills/haddock-development/claude-reflect-system/reflect
- Status: Production-ready, actively maintained

**Functionality confirmed**:
1. Monitors skill usage via Stop hook
2. Detects improvement opportunities from Claude's feedback
3. Proposes skill modifications with confidence levels
4. **Requires user review** before applying changes
5. Creates Git backups automatically
6. Validates YAML/markdown syntax

**Security considerations documented**:
- Risk: Feedback poisoning (adversarial inputs manipulating improvements)
- Risk: Memory poisoning (malicious edits to learned patterns)
- Risk: Prompt injection (embedded instructions in feedback)
- Risk: Skill bloat (unbounded growth without curation)

**Academic sources cited**:
- Anthropic Memory Cookbook (official documentation)
- Research on AI agent memory systems
- Best practices for self-improving systems

---

## Evaluation Summary

| Criterion | Score | Notes |
|-----------|-------|-------|
| **Availability** | 0/5 | Announced plugin not publicly accessible |
| **Pattern validity** | 5/5 | Pattern proven by Claude Reflect System |
| **Documentation** | 5/5 | Reflect System well-documented (GitHub + Agent Skills) |
| **Security awareness** | 5/5 | Risks documented with mitigations |
| **Community adoption** | 3/5 | Listed on Agent Skills Index, but niche use case |

**Overall score**: 2/5 (announced resource) → **REJECT with REDIRECT**

---

## Decision

### ❌ Do NOT document the announced plugin
- Repository unavailable (cannot verify claims)
- No installation path for users
- No way to validate functionality

### ✅ DO document Claude Reflect System
- Production-ready implementation of the same pattern
- Public repository with installation instructions
- Listed on Agent Skills Index marketplace
- Security warnings properly documented
- Actively maintained (2026)

---

## Implementation Plan

Add new section to `guide/ultimate-guide.md`:

**Location**: After Claudeception section (line 5159), before DevOps & SRE Guide (line 5161)

**Section title**: "Skill Lifecycle: Creation vs Improvement"
- Subsection 1: Automatic Skill Generation: Claudeception (existing)
- Subsection 2: Automatic Skill Improvement: Claude Reflect System (new)

**Content to include**:
- Overview (repo, author, marketplace link)
- How it works (manual /reflect + auto Stop hook)
- Safety features (backups, validation, Git, confidence levels)
- Installation instructions
- Real-world use case
- Security warnings (table format with risks + mitigations)
- Activation/deactivation commands
- Comparison table: Claudeception vs Reflect System
- Recommended combined workflow
- Resources (GitHub, Agent Skills, YouTube, Anthropic Cookbook)

**Estimated length**: ~180-220 lines

---

## Key Sources

1. **Claude Reflect System GitHub**: https://github.com/haddock-development/claude-reflect-system
2. **Agent Skills Index**: https://agent-skills.md/skills/haddock-development/claude-reflect-system/reflect
3. **Anthropic Memory Cookbook**: https://github.com/anthropics/anthropic-cookbook/blob/main/skills/memory/guide.md
4. **Perplexity search**: "Claude Code self-improving skills feedback analysis" (2026-01-24)

---

## Lessons Learned

### Research workflow validated
1. **Initial claim** (LinkedIn post)
2. **Repository search** (GitHub, web)
3. **Pattern validation** (Perplexity for alternatives)
4. **Decision** (document proven implementation instead)

### Curation policy reinforced
- **Availability > Announcement**: Only document publicly accessible resources
- **Verification > Claims**: Validate functionality via source code or trusted sources
- **Alternatives > Gaps**: If announced resource unavailable, search for proven alternatives
- **Security > Features**: Always document risks alongside benefits

### Tools effectiveness
- **WebSearch**: ❌ Failed to find unavailable repository (expected)
- **Perplexity Pro**: ✅ Found production alternative + academic sources
- **GitHub search**: ❌ No results for announced plugin
- **Agent Skills Index**: ✅ Confirmed Reflect System marketplace listing

---

## Next Steps

1. ✅ Create this evaluation report (archive for future reference)
2. ⏳ Add Claude Reflect System section to ultimate-guide.md
3. ⏳ Update machine-readable/reference.yaml with new entries
4. ⏳ Document change in CHANGELOG.md
5. ⏳ Verify with `./scripts/sync-version.sh --check`

---

**Evaluation status**: COMPLETE
**Recommendation**: Document Claude Reflect System as reference implementation for self-improving skills pattern
**Confidence**: HIGH (pattern validated, alternative found and verified)

Attribution

FlorianBruniauxFlorianBruniaux
View sourceMore from FlorianBruniaux →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

284072 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2192 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →