@smartsoft001-mobilems/claude-plugins 2.62.0 → 2.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plugins/flow/.claude-plugin/plugin.json +1 -1
- package/plugins/flow/agents/angular-component-scaffolder.md +1 -0
- package/plugins/flow/agents/angular-directive-builder.md +1 -0
- package/plugins/flow/agents/angular-guard-builder.md +1 -0
- package/plugins/flow/agents/angular-jest-test-writer.md +1 -0
- package/plugins/flow/agents/angular-pipe-builder.md +1 -0
- package/plugins/flow/agents/angular-resolver-builder.md +1 -0
- package/plugins/flow/agents/angular-service-builder.md +1 -0
- package/plugins/flow/agents/angular-signal-state-builder.md +1 -0
- package/plugins/flow/agents/angular-test-diagnostician.md +1 -0
- package/plugins/flow/agents/angular-testbed-configurator.md +1 -0
- package/plugins/flow/agents/arch-scaffolder.md +1 -0
- package/plugins/flow/agents/shared-agent-evolver.md +1 -0
- package/plugins/flow/agents/shared-build-verifier.md +1 -0
- package/plugins/flow/agents/shared-config-updater.md +1 -0
- package/plugins/flow/agents/shared-coverage-enforcer.md +1 -0
- package/plugins/flow/agents/shared-error-handler.md +1 -0
- package/plugins/flow/agents/shared-file-creator.md +1 -0
- package/plugins/flow/agents/shared-impl-orchestrator.md +1 -0
- package/plugins/flow/agents/shared-impl-reporter.md +1 -0
- package/plugins/flow/agents/shared-linear-subtask-iterator.md +1 -0
- package/plugins/flow/agents/shared-logic-implementer.md +1 -0
- package/plugins/flow/agents/shared-maia-api.md +1 -0
- package/plugins/flow/agents/shared-parallelization-analyzer.md +1 -0
- package/plugins/flow/agents/shared-performance-validator.md +1 -0
- package/plugins/flow/agents/shared-project-standardizer.md +1 -0
- package/plugins/flow/agents/shared-security-scanner.md +1 -0
- package/plugins/flow/agents/shared-style-enforcer.md +1 -0
- package/plugins/flow/agents/shared-tdd-developer.md +1 -0
- package/plugins/flow/agents/shared-test-fixer.md +1 -0
- package/plugins/flow/agents/shared-test-runner.md +1 -0
- package/plugins/flow/agents/shared-ui-classifier.md +1 -0
- package/plugins/flow/agents/shared-verification-orchestrator.md +1 -0
- package/plugins/flow/agents/shared-verification-runner.md +1 -0
- package/plugins/flow/agents/ui-a11y-validator.md +1 -0
- package/plugins/flow/agents/ui-screenshot-reporter.md +1 -0
- package/plugins/flow/agents/ui-web-designer.md +1 -0
package/package.json
CHANGED
|
@@ -3,6 +3,7 @@ name: angular-component-scaffolder
|
|
|
3
3
|
description: Create Angular standalone components with signals and modern patterns. Use when scaffolding new components following Angular 20+ best practices.
|
|
4
4
|
tools: Read, Write, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#DD0031"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at creating Angular standalone components following modern best practices.
|
|
@@ -3,6 +3,7 @@ name: angular-directive-builder
|
|
|
3
3
|
description: Create Angular standalone directives. Use when building attribute or structural directives.
|
|
4
4
|
tools: Read, Write, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#DD0031"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at creating Angular directives following modern best practices.
|
|
@@ -3,6 +3,7 @@ name: angular-guard-builder
|
|
|
3
3
|
description: Create Angular functional guards. Use when building route guards for authentication, authorization, or data protection.
|
|
4
4
|
tools: Read, Write, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#DD0031"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at creating Angular functional guards following modern patterns.
|
|
@@ -3,6 +3,7 @@ name: angular-jest-test-writer
|
|
|
3
3
|
description: Create Jest unit tests for Angular code. Use when writing tests for components, services, pipes, and directives.
|
|
4
4
|
tools: Read, Write, Edit, Glob, Grep, Bash
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#DD0031"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at writing Angular unit tests using Jest.
|
|
@@ -3,6 +3,7 @@ name: angular-pipe-builder
|
|
|
3
3
|
description: Create Angular standalone pipes. Use when building transform pipes for templates.
|
|
4
4
|
tools: Read, Write, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#DD0031"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at creating Angular pipes following modern best practices.
|
|
@@ -3,6 +3,7 @@ name: angular-resolver-builder
|
|
|
3
3
|
description: Create Angular functional resolvers. Use when building route resolvers for data preloading.
|
|
4
4
|
tools: Read, Write, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#DD0031"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at creating Angular functional resolvers following modern patterns.
|
|
@@ -3,6 +3,7 @@ name: angular-service-builder
|
|
|
3
3
|
description: Create Angular injectable services with signals and modern patterns. Use when building services for data management and business logic.
|
|
4
4
|
tools: Read, Write, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#DD0031"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at creating Angular services following modern best practices.
|
|
@@ -3,6 +3,7 @@ name: angular-signal-state-builder
|
|
|
3
3
|
description: Create signal-based state management. Use when building local state services or component state using Angular signals.
|
|
4
4
|
tools: Read, Write, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#DD0031"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at creating signal-based state management in Angular.
|
|
@@ -3,6 +3,7 @@ name: angular-test-diagnostician
|
|
|
3
3
|
description: Diagnose Angular test failures. Use when tests fail unexpectedly and root cause analysis is needed.
|
|
4
4
|
tools: Read, Edit, Bash, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#DD0031"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at diagnosing and fixing Angular test failures with Jest.
|
|
@@ -3,6 +3,7 @@ name: angular-testbed-configurator
|
|
|
3
3
|
description: Create and configure Angular TestBed setups. Use when setting up complex test configurations with providers, imports, and mocks.
|
|
4
4
|
tools: Read, Write, Edit, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#DD0031"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at configuring Angular TestBed for unit tests with Jest.
|
|
@@ -3,6 +3,7 @@ name: arch-scaffolder
|
|
|
3
3
|
description: Create module and component structure for Angular projects. Use when setting up new features, modules, or architectural patterns.
|
|
4
4
|
tools: Read, Write, Glob, Grep, Bash
|
|
5
5
|
model: haiku
|
|
6
|
+
color: "#059669"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert software architect specializing in Angular application structure for this Nx monorepo.
|
|
@@ -3,6 +3,7 @@ name: shared-agent-evolver
|
|
|
3
3
|
description: Analyze user feedback during implementation and file agent improvement suggestions as Linear issues in the "MobileMS Framework" project via linear-suggestion skill.
|
|
4
4
|
tools: Read, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are a meta-agent responsible for improving the agent ecosystem through observed user feedback. You analyze corrections, suggestions, and patterns from implementation sessions and file them as Linear issues for later review and manual application.
|
|
@@ -3,6 +3,7 @@ name: shared-build-verifier
|
|
|
3
3
|
description: Verify that builds complete successfully. Use when checking build output, fixing build errors, or validating production builds.
|
|
4
4
|
tools: Bash, Read, Grep, Glob
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at verifying build processes and fixing build issues.
|
|
@@ -3,6 +3,7 @@ name: shared-config-updater
|
|
|
3
3
|
description: Update configuration files safely. Use when modifying project.json, tsconfig, nx.json, package.json, or ESLint configuration files.
|
|
4
4
|
tools: Read, Edit, Write, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at managing configuration files in this Nx Angular monorepo.
|
|
@@ -3,6 +3,7 @@ name: shared-coverage-enforcer
|
|
|
3
3
|
description: Enforce test coverage requirements. Use when checking coverage levels, identifying untested code, or improving test coverage.
|
|
4
4
|
tools: Bash, Read, Grep, Glob
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at enforcing and improving test coverage.
|
|
@@ -3,6 +3,7 @@ name: shared-error-handler
|
|
|
3
3
|
description: Standardize error handling patterns across the application. Use when implementing or fixing error handling in services, components, and API calls.
|
|
4
4
|
tools: Read, Edit, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at implementing consistent error handling patterns for this Angular frontend application.
|
|
@@ -3,6 +3,7 @@ name: shared-file-creator
|
|
|
3
3
|
description: Create new files with proper templates and boilerplate. Use when creating components, services, modules, or any new source files.
|
|
4
4
|
tools: Read, Write, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at creating new source files with proper templates and boilerplate for this Angular frontend application.
|
|
@@ -3,6 +3,7 @@ name: shared-impl-orchestrator
|
|
|
3
3
|
description: Create implementation orchestration plans. Use before starting implementation to define which agents will be used and in what order. Posts orchestration plan to Linear.
|
|
4
4
|
tools: Read, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an implementation orchestrator responsible for creating agent execution plans before code implementation begins.
|
|
@@ -3,6 +3,7 @@ name: shared-impl-reporter
|
|
|
3
3
|
description: Generate implementation reports for Linear comments. Use after completing implementation to create standardized completion reports.
|
|
4
4
|
tools: Read, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an implementation reporter responsible for generating standardized completion reports for Linear task comments.
|
|
@@ -3,6 +3,7 @@ name: shared-linear-subtask-iterator
|
|
|
3
3
|
description: Manage Linear task and subtask iteration. Use to fetch task details, iterate through subtasks, and manage status updates.
|
|
4
4
|
tools: Read, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are a Linear task iterator responsible for managing the workflow of processing tasks and subtasks from Linear.
|
|
@@ -3,6 +3,7 @@ name: shared-logic-implementer
|
|
|
3
3
|
description: Implement business logic in services, components, and utilities. Use when adding functionality, algorithms, or data processing.
|
|
4
4
|
tools: Read, Edit, Write, Glob, Grep, Bash
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert software developer specializing in implementing clean, well-tested business logic for this Angular frontend application.
|
|
@@ -3,6 +3,7 @@ name: shared-parallelization-analyzer
|
|
|
3
3
|
description: Analyze orchestration plans from /impl executions and identify parallelization opportunities. Use after commit to find false sequential dependencies and propose execution optimizations.
|
|
4
4
|
tools: Read, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are a parallelization analysis agent responsible for examining agent orchestration plans and identifying opportunities to run agents in parallel instead of sequentially.
|
|
@@ -3,6 +3,7 @@ name: shared-performance-validator
|
|
|
3
3
|
description: Validate performance metrics and bundle sizes. Use when checking build output sizes, identifying performance issues, or validating performance budgets.
|
|
4
4
|
tools: Bash, Read, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at validating application performance and bundle sizes.
|
|
@@ -3,6 +3,7 @@ name: shared-project-standardizer
|
|
|
3
3
|
description: Apply project standards and conventions. Use when ensuring code follows project patterns, naming conventions, and best practices.
|
|
4
4
|
tools: Read, Edit, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at enforcing project standards and conventions for this Angular frontend application.
|
|
@@ -3,6 +3,7 @@ name: shared-security-scanner
|
|
|
3
3
|
description: Scan for security vulnerabilities. Use when checking dependencies for vulnerabilities, auditing code for security issues, or validating security best practices.
|
|
4
4
|
tools: Bash, Read, Grep, Glob
|
|
5
5
|
model: haiku
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at identifying and fixing security vulnerabilities.
|
|
@@ -3,6 +3,7 @@ name: shared-style-enforcer
|
|
|
3
3
|
description: Enforce code style with ESLint and Prettier. Use when fixing linting errors, formatting issues, or ensuring code quality.
|
|
4
4
|
tools: Read, Edit, Bash, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at enforcing code style and quality using ESLint and Prettier for this Nx Angular monorepo.
|
|
@@ -4,6 +4,7 @@ description: Develop code using Test-Driven Development (TDD). Use for implement
|
|
|
4
4
|
tools: Read, Edit, Write, Glob, Grep, Bash
|
|
5
5
|
skills: test-unit
|
|
6
6
|
model: opus
|
|
7
|
+
color: "#2563EB"
|
|
7
8
|
---
|
|
8
9
|
|
|
9
10
|
You are an expert software developer practicing strict Test-Driven Development (TDD).
|
|
@@ -3,6 +3,7 @@ name: shared-test-fixer
|
|
|
3
3
|
description: Fix failing tests. Use when tests fail due to code changes, test setup issues, or assertion mismatches.
|
|
4
4
|
tools: Bash, Read, Edit, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at diagnosing and fixing failing tests.
|
|
@@ -3,6 +3,7 @@ name: shared-test-runner
|
|
|
3
3
|
description: Run test suites and report results. Use when executing unit tests, integration tests, or validating test coverage.
|
|
4
4
|
tools: Bash, Read, Glob
|
|
5
5
|
model: haiku
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at running and analyzing test results.
|
|
@@ -3,6 +3,7 @@ name: shared-ui-classifier
|
|
|
3
3
|
description: Classify if a task involves UI changes. Use before implementation to determine if screenshots are required.
|
|
4
4
|
tools: Read, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are a UI change classifier responsible for analyzing implementation plans and determining if they involve visual/UI changes.
|
|
@@ -3,6 +3,7 @@ name: shared-verification-orchestrator
|
|
|
3
3
|
description: Orchestrate the full verification pipeline. Use to run comprehensive verification including linting, testing, building, and security scanning.
|
|
4
4
|
tools: Bash, Read, Glob, Grep
|
|
5
5
|
model: opus
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are the verification orchestrator responsible for running the complete verification pipeline.
|
|
@@ -3,6 +3,7 @@ name: shared-verification-runner
|
|
|
3
3
|
description: Run verification checks for specific stages. Use when running individual verification stages or quick validation checks.
|
|
4
4
|
tools: Bash, Read, Glob
|
|
5
5
|
model: haiku
|
|
6
|
+
color: "#2563EB"
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are an expert at running verification checks efficiently.
|
|
@@ -4,6 +4,7 @@ description: Capture before/after screenshots for UI changes, create visual comp
|
|
|
4
4
|
tools: Read, Glob, Grep, mcp__linear-server__create_comment, mcp__linear-server__get_issue
|
|
5
5
|
skills: browser-capture, maia-files-upload, maia-files-delete
|
|
6
6
|
model: opus
|
|
7
|
+
color: "#7C3AED"
|
|
7
8
|
---
|
|
8
9
|
|
|
9
10
|
# Screenshot Reporter Agent
|
|
@@ -4,6 +4,7 @@ description: Style components and views with Tailwind CSS according to project s
|
|
|
4
4
|
tools: Read, Edit, Write, Glob, Grep
|
|
5
5
|
skills: browser-capture
|
|
6
6
|
model: opus
|
|
7
|
+
color: "#7C3AED"
|
|
7
8
|
---
|
|
8
9
|
|
|
9
10
|
You are an expert web designer specializing in Tailwind CSS styling for Angular components.
|