plugin-navigator — github-pages plugin-navigator, agude.github.io, community, github-pages, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Code Analysis Agents needing advanced plugin and test navigation capabilities. My personal website

# Core Topics

agude agude
[7]
[8]
Updated: 3/18/2026

Agent Capability Analysis

The plugin-navigator skill by agude is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for github-pages.

Ideal Agent Persona

Perfect for Code Analysis Agents needing advanced plugin and test navigation capabilities.

Core Value

Empowers agents to navigate between plugins and tests using Ruby scripts, providing coverage statistics and orphan test detection using `_plugins/src/` and `_tests/src/` directories. It utilizes bash scripts for tasks such as finding tests for plugins and plugins for tests, leveraging the Ruby file structure for precise matching.

Capabilities Granted for plugin-navigator

Automating test discovery for newly created plugins
Generating coverage statistics for plugin domains
Debugging orphan tests without matching plugins

! Prerequisites & Limits

  • Requires Ruby environment
  • Limited to specific directory structure (_plugins/src/ and _tests/src/)
  • Precise naming convention required for plugin and test matching
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

plugin-navigator

Install plugin-navigator, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Plugin Navigator

Tools for navigating between plugins (_plugins/src/) and tests (_tests/src/).

Scripts

Run from project root:

bash
1# Find test(s) for a plugin 2.claude/skills/plugin-navigator/scripts/test-for-plugin _plugins/src/infrastructure/url_utils.rb 3 4# Find plugin for a test 5.claude/skills/plugin-navigator/scripts/plugin-for-test _tests/src/infrastructure/test_url_utils.rb 6 7# Coverage summary 8.claude/skills/plugin-navigator/scripts/coverage-stats 9 10# List untested plugins 11.claude/skills/plugin-navigator/scripts/coverage-stats --list-missing 12.claude/skills/plugin-navigator/scripts/coverage-stats --list-missing --by-domain 13 14# List orphan tests (no matching plugin) 15.claude/skills/plugin-navigator/scripts/orphan-tests

Naming Convention

  • Plugin: _plugins/src/{path}/{name}.rb
  • Test: _tests/src/{path}/test_{name}.rb or _tests/src/{path}/test_{name}_*.rb

Matching is precise: test_user.rb and test_user_integration.rb match user.rb, but test_user_profile.rb does NOT match user.rb (it matches user_profile.rb).

Architecture

Four domains under _plugins/src/:

DomainPurpose
infrastructure/Low-level utilities (logging, URL, text processing, link cache)
content/Domain logic (books, posts, authors, series, short stories)
seo/JSON-LD generators, front matter validation
ui/Generic components (cards, ratings, citations)

Test Review Checklist

When reviewing test comprehensiveness:

  1. Public API coverage - Are all public methods tested?
  2. Edge cases - nil inputs, empty collections, missing data
  3. Error paths - Invalid input, missing dependencies
  4. Boundary conditions - First/last items, single vs multiple
  5. Integration - Does it work with real Jekyll site data?

Known Quirks

  • Some tests in lists/ test renderers in lists/renderers/ (shows as "orphan" but isn't)
  • test_helper.rb is excluded from orphan detection

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is plugin-navigator?

Perfect for Code Analysis Agents needing advanced plugin and test navigation capabilities. My personal website

How do I install plugin-navigator?

Run the command: npx killer-skills add agude/agude.github.io/plugin-navigator. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for plugin-navigator?

Key use cases include: Automating test discovery for newly created plugins, Generating coverage statistics for plugin domains, Debugging orphan tests without matching plugins.

Which IDEs are compatible with plugin-navigator?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for plugin-navigator?

Requires Ruby environment. Limited to specific directory structure (_plugins/src/ and _tests/src/). Precise naming convention required for plugin and test matching.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add agude/agude.github.io/plugin-navigator. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use plugin-navigator immediately in the current project.

Related Skills

Looking for an alternative to plugin-navigator or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI