makigjuro

46 mods across 1 repository, 1 stars between them.

lint

25

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Run all linters and formatters -- dotnet format, ESLint, helm lint, and terraform validate. Use to verify formatting before a PR. Note that hooks auto-fix on save/commit; this skill is for explicit verification across the full codebase. For infrastructure-only changes, use /infra-lint instead.

1 1mo ago A 67 tokens original MIT

plan-feature

26

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Break down a feature into a structured plan with acceptance criteria, affected services, and implementation tasks. Use for simple features that don't need a full PRD -- or when the user describes what they want to build and needs a task breakdown. For complex features needing full requirements, success metrics, and…

1 1mo ago A 69 tokens original MIT

prd

27

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Generate a Product Requirements Document through guided discovery questions and codebase analysis. Use for complex features that need structured requirements, success metrics, and technical planning before implementation.

1 1mo ago A 34 tokens original MIT

run-local

28

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Start the local development environment. Supports .NET Aspire AppHost or Docker Compose based on project configuration. Use to spin up all services locally for manual testing.

1 1mo ago A 34 tokens original MIT

run-tests

29

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Run .NET tests with smart change detection -- auto-detects changed files via git diff and runs only affected test projects. Use whenever the user wants to run tests, verify changes, check if tests pass, run unit tests, integration tests, or test a specific service.

1 1mo ago A 58 tokens original MIT

start-work

30

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Create a feature branch from a GitHub issue and set up the working context. Use whenever starting implementation on a new issue -- creates the branch, fetches requirements, and begins building automatically.

1 1mo ago A 41 tokens original MIT

task-check

31

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

QA check to verify implementation matches GitHub issue requirements. Use to validate that all acceptance criteria from the linked issue are met before creating a PR.

1 1mo ago A 32 tokens original MIT

dotnet-architect

32

makigjuro/cloudstack-ai-plugins

Plugin Claude Code

Hexagonal architecture scaffolding and enforcement for .NET microservices — CQRS commands/queries, domain entities, EF Core migrations, architecture validation, and deep code review.

1 1mo ago A tokens not measured original MIT

reviewer

33

makigjuro/cloudstack-ai-plugins

Agent

Deep PR-level code review for security, architecture, and quality. The thorough gate -- /check-architecture is the quick local check.

1 1mo ago A 30 tokens original MIT

add-command

34

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Scaffold a new CQRS command with handler, validator, and POST endpoint following project conventions. Use whenever the user wants to add a write operation, mutation, POST/PUT/DELETE endpoint, or any state-changing action to a microservice.

1 1mo ago A 52 tokens original MIT

add-entity

35

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Scaffold a new domain entity with value object ID, aggregate root, factory method, and domain event. Use whenever the user wants to add a new domain concept, database table, persisted object, or aggregate root to the system.

1 1mo ago A 50 tokens original MIT

add-event-handler

36

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Scaffold a WolverineFx event handler for domain events or integration events. Use whenever the user wants to react to domain events, publish messages, send notifications, update read models, or add async side effects.

1 1mo ago A 45 tokens original MIT

add-migration

37

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Create an EF Core migration for a specific microservice. Use after adding or modifying entities, DbSets, or entity configurations -- migration creation is mandatory for any schema change.

1 1mo ago A 38 tokens original MIT

add-query

38

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Scaffold a new CQRS query with handler and GET endpoint following project conventions. Use whenever the user wants to add a read endpoint, GET route, list/detail view, or search/filter capability to a microservice.

1 1mo ago A 46 tokens original MIT

check-architecture

39

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Verify hexagonal architecture layer rules, Result pattern usage, and coding conventions. Use as a quick local check during development -- fast and focused on architecture rules only. For full security + quality review, use /code-review instead.

1 1mo ago A 49 tokens original MIT

generate-tests

40

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Generate unit and integration tests for commands, queries, entities, and event handlers. Use when the user wants to add tests, increase coverage, write specs, or test a handler they just created.

1 1mo ago A 42 tokens original MIT

react-developer

41

makigjuro/cloudstack-ai-plugins

Plugin Claude Code

React + TypeScript frontend scaffolding and browser verification — feature modules, Playwright screenshots, smoke testing, and visual regression checks.

1 1mo ago A tokens not measured original MIT

frontend-reviewer

42

makigjuro/cloudstack-ai-plugins

Agent

Frontend-focused code review for React applications. Checks accessibility, performance, React anti-patterns, and security. Lighter than the full reviewer — only examines frontend code.

1 1mo ago A 37 tokens original MIT

add-feature

43

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Scaffold a new frontend feature module with page, components, API service, and hooks. Use whenever the user wants to add a new page, dashboard section, UI module, or frontend feature to the React app.

1 1mo ago A 46 tokens original MIT

screenshot

44

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Capture a screenshot of a URL or route with one command. Use whenever the user wants to take a screenshot, capture a page, see what a route looks like, or visually verify a page. Supports mobile viewport with --mobile and unauthenticated mode with --no-auth.

1 1mo ago A 58 tokens original MIT

smoke-test

45

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Smoke test the running frontend and API by navigating key routes with Playwright, checking for console errors and broken pages. Use after starting the dev server or to verify the app works before creating a PR.

1 1mo ago C 44 tokens original MIT

verify-feature

46

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Auto-detect changed frontend routes, navigate them with Playwright, take screenshots, and check for console/network errors. Use after implementing a frontend feature to verify it works visually — auto-detects routes from git changes or accepts a route argument. Supports --responsive for mobile testing and…

1 1mo ago A 65 tokens original MIT

At most 3 mods per repository are shown here — the rest are on their repository pages: