🎯

claude-code-analyzer

🎯Skill

from nicknisi/claude-plugins

VibeIndex|
What it does

I apologize, but I cannot find a specific description for a "claude-code-analyzer" skill in the provided README. While the repository contains multiple plugins, there is no explicit mention of a "c...

claude-code-analyzer

Installation

Install skill:
npx skills add https://github.com/nicknisi/claude-plugins --skill claude-code-analyzer
11
Last UpdatedJan 23, 2026

Skill Details

SKILL.md

Overview

# Claude Plugins

My personal collection of Claude Code plugins.

Using this marketplace

Add this marketplace to Claude Code:

```bash

/plugin marketplace add nicknisi/claude-plugins

```

Then install plugins:

```bash

/plugin install consultant@nicknisi

```

Plugins

  • [consultant](plugins/consultant/README.md) - Multi-model AI consultation and research with GPT-5/Codex, Gemini, Grok, Perplexity, and Claude (supports both single-agent consultation and parallel multi-agent research)
  • [content](plugins/content/README.md) - Tools for bootstrapping content creation
  • [developer-experience](plugins/developer-experience/README.md) - Tools for the experienced developer experience engineer
  • [essentials](plugins/essentials/README.md) - Core productivity tools and workflows for Claude Code
  • [ideation](plugins/ideation/README.md) - Transform brain dumps into structured contracts, phased PRDs, and implementation specs
  • [meta](plugins/meta/README.md) - Meta-cognitive tools for Claude Code self-improvement. Learn from feedback, optimize configuration, and evolve your AI development workflow.
  • [sandbox](plugins/sandbox/README.md) - Experimental agents, skills, and output styles for unconventional interaction patterns
  • [spec-driven](plugins/spec-driven/README.md) - Transform specifications into executable code with validation-driven development
  • [workos](plugins/workos/README.md) - Enterprise authentication and SSO integration toolkit

Development

This is a pnpm workspace with TypeScript project references.

```bash

# Install dependencies

pnpm install

# Type check everything

pnpm run typecheck

# Build all MCP servers

pnpm run build

# Build and sync marketplace metadata

pnpm run build:all

```

Adding a new plugin

  1. Create plugins/your-plugin/.claude-plugin/plugin.json with metadata
  2. Add components: agents, commands, skills, or MCP servers
  3. If adding an MCP server, update pnpm-workspace.yaml and root tsconfig.json
  4. Run pnpm run sync to auto-discover and add to marketplace

The sync script scans plugins/ and automatically discovers all plugins with valid plugin.json files. Add a plugin directory and it shows up. Remove one and it disappears.

License

MIT

More from this repository10

πŸ”Œ
spec-drivenπŸ”ŒPlugin

Transforms software specifications into executable code through validation-driven development, ensuring code directly matches predefined technical requirements.

🎯
autoskill🎯Skill

I apologize, but I but I cannot find a description description of "autskilloskill" details" the you provided. The README lists several plugins like categories like ", consultant", "content",",", e...

πŸ”Œ
developer-experienceπŸ”ŒPlugin

Enhances developer workflows by providing advanced productivity tools and optimizations specifically tailored for experienced software engineering professionals.

πŸ”Œ
sandboxπŸ”ŒPlugin

Explores and tests unconventional AI interaction patterns, experimental agents, and novel output styles for Claude Code.

πŸ”Œ
contentπŸ”ŒPlugin

Bootstraps and assists with content creation workflows, providing tools to streamline generating, structuring, and developing various types of content.

πŸ”Œ
workosπŸ”ŒPlugin

Provides enterprise authentication and single sign-on (SSO) integration tools for streamlining secure access across different platforms and identity providers.

πŸͺ
nicknisi-claude-pluginsπŸͺMarketplace

Provides a curated marketplace of Claude Code plugins for enhancing AI-powered development workflows, offering tools for consultation, content creation, ideation, and enterprise integration.

🎯
ideation🎯Skill

Transforms unstructured brainstorming notes and ideas into clear, actionable product requirements documents (PRDs) and implementation specifications.

🎯
conference-talk-builder🎯Skill

conference-talk-builder skill from nicknisi/claude-plugins

πŸ”Œ
consultantπŸ”ŒPlugin

Enables multi-model AI consultation and research by coordinating insights from various AI models like GPT-5, Gemini, Grok, Perplexity, and Claude through single or parallel agent interactions.