By cpike5
Development workflow commands for GitHub issue management, requirements gathering, orchestration, release management, and project instruction maintenance
Create a GitHub issue with proper structure and context for efficient implementation.
Take a sparse/brain-dump GitHub issue and flesh it out with proper details, acceptance criteria, technical context, and sub-issues as needed.
Fix a problem: understand it, implement the fix, review, then commit and PR.
You are conducting a requirements gathering session. Your role is to **listen**, **ask clarifying questions**, and **take comprehensive notes** while helping the user articulate their vision.
Switch to orchestrator mode. In this mode, you coordinate specialized sub-agents to complete work rather than doing implementation yourself.
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.
A multi-plugin Claude Code repository bundling domain-specific skill plugins for development. Each plugin provides a comprehensive knowledge base that Claude Code can invoke on demand — no executable code ships with this repo.
Blazor UI development knowledge base covering render modes, component lifecycle, forms, state management, JS interop, routing, styling, DI, authentication, security, and design aesthetics. Targets .NET 8+ Blazor with an emphasis on distinctive, non-generic UI output.
16 docs — render modes, component lifecycle, forms & validation, state management, components, JS interop, routing & navigation, styling, DI, event handling & performance, auth, design aesthetics, security, external auth providers, two-factor authentication, logging & diagnostics.
.NET observability knowledge base covering structured logging, Serilog, Seq, Elastic APM, OpenTelemetry, APM-log correlation, naming conventions, and instrumentation patterns. Targets .NET 8+ (LTS) with a DI-first approach (ITracer, ILogger<T>).
12 docs — structured logging, Serilog configuration, Serilog sinks, Seq, Elastic logging, Elastic APM, OpenTelemetry, OTel-Elastic integration, APM correlation, naming conventions, instrumentation patterns, observability philosophy.
Elasticsearch and Kibana knowledge base covering ES 8.x REST API, Query DSL, aggregations, .NET client integration, Kibana APIs, KQL, ECS logging, data streams, ILM, ingest pipelines, and alerting.
13 docs — Query DSL, search & pagination, index management, document CRUD, aggregations, .NET client, .NET patterns, Kibana API, Kibana visualizations, KQL syntax, ECS logging, data streams & ILM, ingest & alerting.
Knowledge base for building Claude-powered AI agents in .NET using the Anthropic C# SDK, covering tool use, agentic loops, streaming, extended thinking, context management, and architecture patterns.
13 docs — SDK setup, chat completions, tool use, agentic loops, streaming, extended thinking, context management, system prompts, error handling, multi-cloud deployment, MCP integration, Semantic Kernel, architecture patterns.
Huemint API knowledge base for generating constraint-based color palettes and building HTML/CSS prototypes that showcase them.
8 docs — API basics, adjacency matrices, color locking, model selection, palette refinement, natural language translation, HTML/CSS showcases, advanced patterns.
Mermaid diagram generation knowledge base covering syntax, flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, C4, architecture diagrams, git graphs, styling, and .NET architecture patterns.
11 docs — flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, C4 diagrams, architecture diagrams, git graphs, styling & theming, .NET patterns, diagram selection guide.
Avalonia UI knowledge base for building cross-platform desktop applications with MVVM, styling, theming, data binding, animations, platform integration, and deployment.
16 docs — controls, layouts, styling & theming, MVVM, data binding, animations, platform integration, desktop UI design, deployment, dialogs & windowing, data templates, commands & interactions, custom controls, performance, accessibility, testing.
Frontend design knowledge base for engineering distinctive, non-generic interfaces with architectural CSS, editorial typography, and high-fidelity interactions.
8 docs — design language selection, architectural typography, advanced CSS layout, surface & depth, motion & micro-interactions, CSS custom property systems, anti-pattern avoidance, implementation workflow.
Structured roundtable brainstorming facilitation with a BA chair, domain experts, and user persona panels for feature ideation, UX design, and enhancement planning.
4 docs — facilitation framework, expert panel design, user persona panels, session management.
cpike-agent-skills/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest listing all plugins
├── plugins/
│ ├── agent-sdk-skill/
│ ├── avalonia-skill/
│ ├── blazor-skill/
│ ├── elasticsearch-skill/
│ ├── frontend-design-skill/
│ ├── huemint-skill/
│ ├── mermaid-skill/
│ ├── observability-skill/
│ └── roundtable/
└── CLAUDE.md
Each plugin follows the same structure:
plugin-name/
├── .claude-plugin/plugin.json # Plugin manifest with version
├── docs/01-NN.md # Numbered knowledge base docs
└── skills/<name>/SKILL.md # Skill router with trigger phrases
npx claudepluginhub cpike5/cpike-agent-skills --plugin dev-workflowComprehensive .NET observability knowledge base covering Serilog, Seq, Elastic APM, OpenTelemetry, and instrumentation best practices
Structured roundtable brainstorming facilitation with a BA chair, domain experts, and user persona panels for feature ideation, UX design, and enhancement planning
Frontend design knowledge base for engineering distinctive, non-generic interfaces with architectural CSS, editorial typography, and high-fidelity interactions
Comprehensive Elasticsearch and Kibana knowledge base for querying, indexing, .NET client integration, dashboard management, log pipelines, and observability
Huemint API knowledge base for generating constraint-based color palettes and building HTML/CSS prototypes that showcase them
Complete development toolkit - documentation, PRDs, design docs, debugging, PR workflows, and planning
Autonomous C#/.NET code review — fail-fast pipeline with mechanical checks + AI sub-agents (performance, architecture, correctness, UI/Blazor)
AI-first engineering workflow with BDD living documentation. Lean PRD writing, Gherkin generation, and wireframe mockups for Product and Engineer roles.
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Standalone utilities for codebase exploration, web research, git operations, and code maintenance
Structured development skills for any project. Provides brainstorming, planning, parallel agent development, browser testing, systematic debugging, and self-improvement workflows.