Skip to content

Comments

update#16

Merged
masseater merged 1 commit intomasterfrom
temp
Feb 14, 2026
Merged

update#16
masseater merged 1 commit intomasterfrom
temp

Conversation

@masseater
Copy link
Owner

@masseater masseater commented Feb 14, 2026

Summary by CodeRabbit

  • New Features

    • Added agnix plugin for AI coding assistant settings file linting with 169 verification rules
    • Added swarm plugin for team design, operation, and retrospective practices
    • Added eslint-lsp plugin for ESLint 9 Language Server integration
    • Enhanced Figma screenshot export with REST API support and offline fallback
    • Expanded library research capabilities with multi-registry package metadata fetching
    • Added image analysis with AI-powered features and local processing options
  • Updates

    • Updated plugin versions: mutils, use-codex, psp, progress-tracker
    • Reorganized SDD plugin commands to unified namespace structure
    • Refreshed documentation across repository

@masseater masseater merged commit d211d89 into master Feb 14, 2026
1 of 5 checks passed
@coderabbitai
Copy link

coderabbitai bot commented Feb 14, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This PR introduces two new plugins (agnix and swarm) with version bumps for existing plugins in the marketplace, adds a comprehensive library-research skill with multiple scripts for GitHub/npm analysis, refactors sdd plugin command syntax from colon to space-delimited forms across 40+ documentation files, removes redundant AGENTS.md files in favor of README.md-based documentation, and expands mutils with new skills including image processing and PR management utilities.

Changes

Cohort / File(s) Summary
Marketplace Configuration
.claude-plugin/marketplace.json
Updated plugin versions (mutils 0.8.0→0.9.0, use-codex 0.2.0→0.2.1, psp 0.0.7→0.0.8, progress-tracker 0.1.0→0.1.1) and added two new plugins: swarm v0.0.2 and agnix v0.0.1.
New Agnix Plugin Implementation
plugins/agnix/*
Complete new plugin with MCP server config, TypeScript hook runners, linting hooks for config validation, package manifests, and skill documentation for Claude Code settings file linting with 169 rules.
New Swarm & Progress-Tracker Documentation
plugins/swarm/README.md, plugins/swarm/plugin.json, plugins/progress-tracker/README.md
Added README documentation for swarm (team design/operation) and progress-tracker plugins; removed commands field from swarm plugin.json.
SDD Plugin Command Refactoring
plugins/sdd/skills/*/, plugins/sdd/AGENTS.md
Converted slash command syntax from colon-delimited (/sdd:spec:init) to space-delimited (/sdd:spec init) across 40+ skill documentation files; added new workflow-related skills (workflow, steering, spec-template, validate).
New Library-Research Skill
plugins/mutils/skills/library-research/*
Added comprehensive library research workflow with scripts for cloning/analyzing repositories, fetching package metadata across npm/pypi/crates registries, generating indexed documentation, and tracking visited URLs.
New Image Analysis & Processing Skills
plugins/mutils/skills/image-analyze/scripts/image-process.ts, plugins/mutils/skills/figma-screenshot/scripts/export-screenshot.ts
Implemented local image processing (diff, edge detection, overlay, side-by-side) and REST API support for Figma screenshot export with Desktop MCP fallback.
New GitHub PR Skills
plugins/mutils/skills/github-pr/lib/pr-info.ts, plugins/mutils/skills/github-pr/scripts/get-*.ts
Added shared PR info resolver and new scripts for fetching CI logs and checking PR status with filtering; refactored argument handling to use standardized CLI parsing.
Documentation Restructuring
README.md, AGENTS.md, plugins/*/AGENTS.md, plugins/*/README.md
Converted plugin AGENTS.md files to README.md format; updated root documentation with marketplace examples, plugin lists, and development guide references; removed redundant feature comparison documentation from mutils.
Plugin Configuration Updates
plugins/{mutils,sdd,psp,swarm}/plugin.json
Removed commands field from multiple plugins (mutils, sdd, psp, swarm), shifting focus to skills-based architecture.
Dependency & Documentation Housekeeping
plugins/mutils/package.json, plugins/*/AGENTS.md, plugins/mutils/commands/*
Added image processing dependencies (pixelmatch, sharp, yaml); deleted obsolete command documentation files (check-pr.md, incremental-research.md); removed unused skills (claude-code-features).

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~60 minutes

Possibly related PRs

Poem

🐰 Plugins sprouting left and right,
Agnix lints with all its might!
Commands dance from colon to space,
CLI refactoring at a sprint's pace.
Libraries analyzed, screenshots gleam,
Team swarms forward with SDD's scheme! 🚀

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch temp

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant