Source

spjoshis/claude-code-plugins

63 skills · 501 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
excel-analysis Master Excel for data analysis with pivot tables, formulas, Power Query, and advanced Excel techniques.
spjoshis/claude-code-plugins
110
2
flutter-performance Optimize Flutter app performance with widget rebuilds, memory management, rendering optimization, and profiling techn…
spjoshis/claude-code-plugins
17
3
bloc-pattern Master BLoC (Business Logic Component) pattern for Flutter with flutter_bloc. Learn events, states, testing, and adva…
spjoshis/claude-code-plugins
11
4
architecture-documentation Master architecture documentation with C4 model, ADRs, diagrams, and technical documentation for clear architecture c…
spjoshis/claude-code-plugins
10
5
data-visualization Master data visualization with chart selection, dashboard design, Tableau, Power BI, and effective data storytelling.
spjoshis/claude-code-plugins
8
6
flutter-animations Master Flutter animations including implicit, explicit, hero, and physics-based animations. Create smooth, performant…
spjoshis/claude-code-plugins
8
7
manual-testing Master manual testing with exploratory testing, test case execution, bug reporting, and quality validation techniques.
spjoshis/claude-code-plugins
8
8
performance-testing Master performance testing with load testing, stress testing, JMeter, k6, and performance benchmarking.
spjoshis/claude-code-plugins
8
9
process-modeling Master process modeling with BPMN, flowcharts, swimlane diagrams, and process optimization techniques for business pr…
spjoshis/claude-code-plugins
8
10
requirements-gathering Master requirements gathering techniques including interviews, workshops, observation, and documentation for effectiv…
spjoshis/claude-code-plugins
8
11
security-assessment Master security assessments with vulnerability scanning, penetration testing, security testing, and security audits.
spjoshis/claude-code-plugins
8
12
spring-boot Master Spring Boot with auto-configuration, REST APIs, JPA, security, testing, and production-ready features for ente…
spjoshis/claude-code-plugins
8
13
user-guide-writing Master user guide writing with clear instructions, tutorials, screenshots, and end-user documentation.
spjoshis/claude-code-plugins
8
14
user-story-writing Master writing effective user stories with INVEST principles, acceptance criteria, story slicing, and agile best prac…
spjoshis/claude-code-plugins
8
15
business-documentation Master business documentation including BRD, FRD, specifications, and technical documentation for clear communication…
spjoshis/claude-code-plugins
7
16
compliance-management Master compliance management with GDPR, SOC 2, ISO 27001, audit preparation, and regulatory requirements.
spjoshis/claude-code-plugins
7
17
laravel-development Master Laravel 11 with Eloquent ORM, routing, middleware, queues, testing, and modern PHP development patterns.
spjoshis/claude-code-plugins
7
18
product-backlog-management Master product backlog management with prioritization frameworks, refinement techniques, estimation, and continuous b…
spjoshis/claude-code-plugins
7
19
stakeholder-communication Master stakeholder communication with presentations, status updates, expectation management, and effective collaborat…
spjoshis/claude-code-plugins
7
20
test-planning Master test planning with test strategies, test plans, scope definition, and comprehensive testing approaches.
spjoshis/claude-code-plugins
7
21
wireframing Master wireframing with low and high-fidelity mockups, information architecture, and layout design.
spjoshis/claude-code-plugins
7
22
agile-metrics Master agile metrics with velocity, burn-down charts, cycle time, and team health indicators for data-driven improvem…
spjoshis/claude-code-plugins
6
23
api-documentation Master API documentation with REST references, OpenAPI specs, code examples, and developer-friendly API guides.
spjoshis/claude-code-plugins
6
24
docker-containers Master Docker with containers, images, multi-stage builds, Docker Compose, networking, and production-ready container…
spjoshis/claude-code-plugins
6
25
express-api-development Master Express.js API development with middleware, routing, validation, authentication, and production best practices…
spjoshis/claude-code-plugins
6
26
flutter-state-management Master Flutter state management with BLoC, Riverpod, Provider, and GetX. Learn when to use each solution and implemen…
spjoshis/claude-code-plugins
6
27
nestjs-patterns Master NestJS framework with modules, controllers, services, dependency injection, guards, interceptors, and microser…
spjoshis/claude-code-plugins
6
28
product-roadmapping Master product roadmapping with strategic planning, OKRs, feature prioritization, timeline management, and stakeholde…
spjoshis/claude-code-plugins
6
29
project-reporting Master project reporting with status reports, dashboards, metrics, and executive presentations for effective communic…
spjoshis/claude-code-plugins
6
30
react-hooks-patterns Master React hooks patterns including useState, useEffect, useContext, custom hooks, and advanced patterns for buildi…
spjoshis/claude-code-plugins
6
31
rxjs-patterns Master RxJS in Angular with observables, operators, subjects, error handling, and reactive patterns for building resp…
spjoshis/claude-code-plugins
6
32
scalability-patterns Master scalability patterns with load balancing, caching, database scaling, microservices, and horizontal scaling str…
spjoshis/claude-code-plugins
6
33
security-documentation Master security documentation with security policies, incident response plans, security procedures, and compliance do…
spjoshis/claude-code-plugins
6
34
threat-modeling Master threat modeling with STRIDE, attack trees, risk assessment, and identifying security threats in systems and ap…
spjoshis/claude-code-plugins
6
35
vue-composition-api Master Vue 3 Composition API with setup, ref, reactive, computed, watch, and composables for building scalable reacti…
spjoshis/claude-code-plugins
6
36
aspnet-core Master ASP.NET Core with minimal APIs, MVC, middleware, dependency injection, and production-ready web applications.
spjoshis/claude-code-plugins
5
37
async-python-patterns Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when b…
spjoshis/claude-code-plugins
5
38
cloud-architecture Master cloud architecture with AWS, Azure, GCP, cloud-native patterns, migration strategies, and cost optimization.
spjoshis/claude-code-plugins
5
39
coroutines-kotlin Master Kotlin coroutines with suspend functions, flows, channels, and structured concurrency for building async appli…
spjoshis/claude-code-plugins
5
40
daily-standups Master daily standup facilitation with focus, time management, and effective patterns for team synchronization and im…
spjoshis/claude-code-plugins
5
41
docs-as-code Master docs-as-code with Git workflows, Markdown, static site generators, and automated publishing pipelines.
spjoshis/claude-code-plugins
5
42
go-concurrency Master Go concurrency with goroutines, channels, select, sync primitives, and patterns for building concurrent applic…
spjoshis/claude-code-plugins
5
43
kubernetes-orchestration Master Kubernetes with pods, deployments, services, ingress, ConfigMaps, secrets, and production cluster management.
spjoshis/claude-code-plugins
5
44
phoenix-framework Master Phoenix framework with LiveView, channels, contexts, Ecto, and real-time web applications with Elixir.
spjoshis/claude-code-plugins
5
45
project-planning Master project planning with WBS, Gantt charts, resource allocation, scheduling, and comprehensive planning technique…
spjoshis/claude-code-plugins
5
46
prototyping Master prototyping with interactive mockups, user flows, animations, and high-fidelity prototypes for user testing.
spjoshis/claude-code-plugins
5
47
python-performance-optimization Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging…
spjoshis/claude-code-plugins
5
48
rails-patterns Master Rails 7+ patterns with MVC, Active Record, Hotwire, Action Cable, and modern Rails development practices.
spjoshis/claude-code-plugins
5
49
retrospectives Master sprint retrospectives with various formats, action planning, and continuous improvement techniques for team ef…
spjoshis/claude-code-plugins
5
50
risk-management Master risk management with identification, analysis, mitigation strategies, and monitoring techniques for proactive …
spjoshis/claude-code-plugins
5
Page 1 · 63 total Next