By nicknisi
Enable Claude Code to self-improve by analyzing coding sessions for corrections and preferences, then proposing targeted updates to Skills and CLAUDE.md. Analyze usage history to detect tech stacks, discover GitHub resources, and generate optimized agent/skill/command configs.
Analyze coding sessions to detect corrections and preferences, then propose targeted improvements to Skills used in the session. Use this skill when the user asks to "learn from this session", "update skills", or "remember this pattern". Extracts durable preferences and codifies them into the appropriate skill files.
Analyzes Claude Code usage patterns and provides comprehensive recommendations. Runs usage analysis, discovers GitHub community resources, suggests CLAUDE.md improvements, and fetches latest docs on-demand. Use when user wants to optimize their Claude Code workflow, create configurations (agents/skills/commands), or set up project documentation.
My personal collection of Claude Code plugins.
Add this marketplace to Claude Code:
/plugin marketplace add nicknisi/claude-plugins
Then install plugins:
/plugin install consultant@nicknisi
This is a pnpm workspace with TypeScript project references.
# 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
plugins/your-plugin/.claude-plugin/plugin.json with metadatapnpm-workspace.yaml and root tsconfig.jsonpnpm run sync to auto-discover and add to marketplaceThe 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.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub nicknisi/claude-plugins --plugin metaAgent dashboard TUI — tracks AI agent state via hooks for the fleet CLI
Skills for summarizing and recalling AI coding sessions across Claude Code, Codex, and Pi.
Transform brain dumps into implementation specs through an evidence-gated interview stress-tested by adversarial plan critics. Interactive HTML contract for planning decisions, Markdown specs for execution. /ideation:autopilot runs all phases on a deterministic workflow engine with overlap-serialized parallel waves; /ideation:retro mines implementation notes into learnings future interviews read.
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Developer tools for maintaining Claude Code plugins. Upgrade skills, audit structure, and align with latest platform capabilities.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Meta-prompting and self-improvement - skill writer, hook writer
Meta-skills infrastructure for Claude Code plugin ecosystem - skill authoring, hook development, modular design patterns, and evaluation frameworks