claude-code-analyzer
π―Skillfrom nicknisi/claude-plugins
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...
Installation
npx skills add https://github.com/nicknisi/claude-plugins --skill claude-code-analyzerSkill Details
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
- Create
plugins/your-plugin/.claude-plugin/plugin.jsonwith metadata - Add components: agents, commands, skills, or MCP servers
- If adding an MCP server, update
pnpm-workspace.yamland roottsconfig.json - Run
pnpm run syncto 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
Transforms software specifications into executable code through validation-driven development, ensuring code directly matches predefined technical requirements.
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...
Enhances developer workflows by providing advanced productivity tools and optimizations specifically tailored for experienced software engineering professionals.
Explores and tests unconventional AI interaction patterns, experimental agents, and novel output styles for Claude Code.
Bootstraps and assists with content creation workflows, providing tools to streamline generating, structuring, and developing various types of content.
Provides enterprise authentication and single sign-on (SSO) integration tools for streamlining secure access across different platforms and identity providers.
Provides a curated marketplace of Claude Code plugins for enhancing AI-powered development workflows, offering tools for consultation, content creation, ideation, and enterprise integration.
Transforms unstructured brainstorming notes and ideas into clear, actionable product requirements documents (PRDs) and implementation specifications.
conference-talk-builder skill from nicknisi/claude-plugins
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.