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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub narailabs/claude-feedback-loop-builderDocumentation wiki generator and maintainer for Claude Code. Bootstrap, ingest, query, lint, refresh — all driven by the doc-wiki skill and 10 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.
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 skill engine for Claude Code. Creates, scores, repairs, and hardens skills autonomously through recursive improvement cycles.
Open collection of AI agent skills — reusable, framework-agnostic SKILL.md packages
Ultimate Claude Code skill creator. Design, scaffold, build, review, evolve, and publish production-grade AI agent skills following the Agent Skills open standard and 3-layer architecture.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
建立新技能、修改和改進現有技能、衡量技能效能。用於從零開始建立技能、編輯或優化現有技能、執行評估測試、基準測試效能分析、或優化技能描述以提升觸發準確度
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.