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.
npx claudepluginhub narailabs/narai-claude-plugins --plugin feedback-loop-builderMake 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
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.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.