Skip to content

feat: add library-analyzer plugin#14

Merged
minsoo-web merged 1 commit intomainfrom
feat/library-analyzer-skill
Mar 8, 2026
Merged

feat: add library-analyzer plugin#14
minsoo-web merged 1 commit intomainfrom
feat/library-analyzer-skill

Conversation

@minsoo-web
Copy link
Member

Summary

  • New plugin: library-analyzer — analyzes open-source libraries for contribution readiness using parallel sub-agents
  • 4-step orchestration workflow: Input Parsing → Data Collection → Parallel Analysis (3 agents) → Result Assembly
  • Includes error recovery with WebFetch fallback, null input handling, and enrichment queries
  • Bump marketplace version 1.5.0 → 1.6.0

What's included

File Purpose
SKILL.md Core orchestration with Iron Rules
references/agent-prompts.md Prompt templates for codebase, lifecycle, contribution agents
references/output-template.md Report output format with YAML frontmatter
commands/analyze.md Slash command wrapper (/library-analyzer)
docs/brainstorms/ Initial brainstorm document
docs/plans/ Implementation plan

Test plan

  • Run /library-analyzer facebook/react (URL mode with deepwiki-cli)
  • Run /library-analyzer ./local-repo (Local mode)
  • Verify 3 agents launch in parallel and produce all 8 sections
  • Verify error recovery when deepwiki-cli is unavailable
  • Verify report saves to docs/library-analysis/<name>-<date>.md

🤖 Generated with Claude Code

Adds a new skill that analyzes open-source libraries for contribution
readiness. Produces structured reports covering codebase structure,
lifecycle, and contribution paths using parallel sub-agents.

- SKILL.md with 4-step orchestration workflow and Iron Rules
- Agent prompt templates for codebase, lifecycle, and contribution analysis
- Output template with YAML frontmatter
- Error recovery with WebFetch fallback
- Slash command wrapper (/library-analyzer)
- Bump marketplace version 1.5.0 → 1.6.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@minsoo-web minsoo-web merged commit c8a95e7 into main Mar 8, 2026
3 checks passed
@minsoo-web minsoo-web deleted the feat/library-analyzer-skill branch March 8, 2026 13:33
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