loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

skill-loop

MCP Tool

stylusnexus/skill-loop

MCP Server for self-improving AI coding skills. Observe → inspect → amend → evaluate loop for SKILL.md files. Works with Claude Code, Codex, and Copilot.

Install

$ npx loaditout add stylusnexus/skill-loop

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "skill-loop": {
      "command": "npx",
      "args": [
        "-y",
        "skill-loop"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

@stylusnexus/skill-loop

Self-improving skills for AI coding tools.

Skills are static prompt files. Codebases are not. skill-loop closes the feedback loop so skills improve automatically when they degrade.

SKILL --> RUN --> OBSERVE --> INSPECT --> FIX
  ^                                       |
  +---------------------------------------+
What it does
  1. Observe -- Automatically logs every skill invocation: what ran, whether it succeeded, and how the user reacted
  2. Inspect -- Detects failure patterns, staleness (dead file references), routing errors, and usage trends
  3. Amend -- Proposes targeted SKILL.md patches grounded in evidence from past runs
  4. Evaluate -- Tests amendments against recent failure cases on a git branch before any human sees a PR
  5. Update/Rollback -- Merges improvements via PR; rolls back if post-merge monitoring shows regression
Packages

| Package | Description | |---------|-------------| | @stylusnexus/skill-loop | Core engine (parser, registry, telemetry, inspector, amender) | | @stylusnexus/skill-loop-cli | CLI (npx skill-loop <command>) + MCP server (serve) | | @stylusnexus/skill-loop-mcp | MCP server (works with any MCP-compatible AI tool) | | @stylusnexus/skill-loop-claude | Claude Code adapter (PreToolUse/PostToolUse hooks) | | @stylusnexus/skill-loop-codex | OpenAI Codex adapter | | @stylusnexus/skill-loop-copilot | GitHub Copilot adapter |

Install
Option 1: MCP Server (recommended — set it and forget it)

Add one block to your MCP config. That's the only setup.

Claude Code (.mcp.json in your project root):

{
  "mcpServers": {
    "skill-loop": {
      "command": "npx",
      "args": ["@stylusnexus/skill-loop-cli", "serve"]
    }
  }
}

Cursor (~/.cursor/mcp.json):

{
  "mcpServers": {
    "skill-loop": {
      "command": "npx",
      "args": ["@stylusnexus/skill-loop-cli", "serve"]
    }
  }
}

Then ask your AI tool: **"Initial

Tags

ai-codingai-toolsclaude-codecodexcopilotmcpmcp-serverobservabilityself-improvingskillstypescript

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated19 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/25/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/stylusnexus/skill-loop)](https://loaditout.ai/skills/stylusnexus/skill-loop)