By narailabs
Retrofit self-improving feedback loops into existing skills or agents. Makes any skill/agent learn from usage and mistakes, improving itself every run — without ever changing its scope.
Make any Claude skill or agent self-improving. Retrofits a feedback loop that learns from usage and mistakes, getting smarter with every run — without ever changing the skill/agent's scope.
feedback/patterns.md and feedback/run-log.jsonl, never the core behaviorEvery Run:
@BOOT → Load learned patterns silently
[... normal skill/agent work ...]
@REVIEW → Self-assess: what worked, what didn't, user corrections
@EVOLVE → Propose improvements → User approves/rejects → Patterns saved
After a few runs, your skill/agent accumulates domain-specific wisdom:
## Anti-Patterns (avoid these)
- Do NOT use pypdf for text extraction on scanned PDFs — use pdfplumber with OCR fallback
## Preferred Approaches
- When merging PDFs with different page sizes, normalize to first document's page size
## Edge Cases & Gotchas
- Password-protected PDFs: try empty string password before asking user
/plugin marketplace add narailabs/narai-claude-plugins
/plugin install feedback-loop-builder@narai
/plugin install narailabs/claude-feedback-loop-builder
mkdir -p .claude/skills/feedback-loop-builder
curl -o .claude/skills/feedback-loop-builder/SKILL.md \
https://raw.githubusercontent.com/narailabs/claude-feedback-loop-builder/main/skills/feedback-loop-builder/SKILL.md
# Retrofit a skill
/feedback-loop-builder path/to/my-skill
# Retrofit an agent
/feedback-loop-builder path/to/my-agent-project
The skill will:
feedback/ infrastructure (patterns.md + run-log.jsonl)| Target Type | Config File | Detection |
|---|---|---|
| Skill | SKILL.md | Automatic |
| Agent | CLAUDE.md | Automatic |
| Agent | AGENTS.md | Automatic |
| Agent | agent.md | Automatic |
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub narailabs/claude-feedback-loop-builderBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Documentation wiki generator and maintainer for Claude Code. Atlas (full-codebase docs with ER diagrams and a cross-service map), ingest, query, lint — all driven by the doc-wiki skill and 8 namespaced slash commands.
Enforced Test-Driven Development with Claude Code agent teams. Fullstack unit pipeline (backend+frontend in one unit), TypeScript verification scripts enforce anti-cheat via Bash with tsc compilation checks built-in. Script output visible in conversation — cannot be fabricated.
Recursive Language Model integration for Claude Code - intelligent multi-provider routing and unbounded context handling
AI-powered QA agent that uses Chrome browser tools to intelligently browse web applications, discover all screens and interactive elements, test them systematically, and automatically fix bugs it finds. Supports targeted workflow testing and bug fix cycles.
Self-evolving skills for your coding agent. Auto-creates and auto-improves skills as you work — no trigger needed.
Per-symbol maintenance optimizer for an agent's skill layer — learns skills from real runs and keeps them by adherence in use, not by an offline eval score.
Self-evolving skill engine for Claude Code. Creates, scores, repairs, and hardens skills autonomously through recursive improvement cycles.
Create, edit, evaluate, and package Claude Code agent skills — full draft→test→review→improve lifecycle.
Open collection of AI agent skills — reusable, framework-agnostic SKILL.md packages
4 persona Agent Team skill builder — spawn real agents to analyze and debate, then build working skills with auto eval/benchmark, description optimization via run_loop, and .skill packaging