Agent skill · Workflow & Productivity

continuous-learning

Voyager-inspired continuous learning system with Critic Agent, Reflection Agent, and Discord-based approval workflow for skill proposals.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill continuous-learning-x-mckay-kubani --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/ai-llm/continuous-learning-x-mckay-kubani/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Continuous Learning System The continuous learning system enables agents to improve over time through automated analysis, pattern recognition, and skill synthesis. ## Architecture ``` ┌─────────────────────────────────────────────────────────────────┐ │ Learning System │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ │ │ Critic │───▶│ Reflection │───▶│ Synthesizer │ │ │ │ Agent │ │ Agent │ │ │ │ │ └─────────────┘ └─────────────┘ └─────────────┘ │ │ │ │ │ │ │ ▼ ▼ ▼ │ │ ┌─────────────────────────────────────────────────────────┐ │ │ │ Shared Memory System │ │ │ │ (Qdrant + Neo4j + Redis via Memory MCP) │ │ │ └─────────────────────────────────────────────────────────┘ │ │ │ │ │ ▼ │ │ ┌─────────────────────────────────────────────────────────┐ │ │ │ Discord Approval Workflow │ │ │ │ (Skill proposals → Team review → Auto-deploy) │ │ │ └─────────────────────────────────────────────────────────┘ │ │ │ └─────────────────────────────────────────────────────────────────┘ ``` ## Components ### Critic Agent Evaluates agent executions and provides structured feedback: ```python from kubani.agents.critic import Critic

What's inside
Steps it walks through
  1. Architecture
  2. Components
  3. Critic Agent
  4. Reflection Agent
  5. Skill Synthesizer Agent
  6. Discord Approval Workflow
  7. Skill Proposals
  8. Approval Flow
  9. Configuration
  10. Learning System Syndicate
  11. Event Architecture
  12. Memory Integration
  13. Storing Learnings via MCP
  14. Querying Learnings
Ships with 1 file
  • metadata.json
Commands it runs
View learning system status
kubani learning status
View recent learnings
kubani learning list --agent k8s-monitor --last 24h
View pending proposals
kubani learning proposals
Run critic evaluation manually
kubani learning evaluate --agent k8s-monitor
Run reflection cycle
kubani learning reflect
More from claude-skill-registry
All skills →
About this skill
What does the continuous-learning skill do?

Voyager-inspired continuous learning system with Critic Agent, Reflection Agent, and Discord-based approval workflow for skill proposals.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill continuous-learning-x-mckay-kubani --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going