mcpbeat Sign in

Grad Pls Sem Agent Skill

Apply Partial Least Squares SEM (PLS-SEM) with reflective and formative measurement models to maximize explained variance in endogenous constructs. Use this skill when the user has small samples, formative indicators, or exploratory models, needs to assess AVE/CR/HTMT, or when they ask 'should I use PLS or CB-SEM', 'how do I handle formative constructs', or 'what is the path coefficient significance'.

3k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
223
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/asgard-ai-platform/skills --skill grad-pls-sem

What comes with it

7 339 bytes besides the instruction
examples/sample_scenario.md

The instruction itself

13 sections, as written by the author

PLS-SEM 偏最小平方法結構方程模型

Overview

PLS-SEM (Wold, 1982; Hair et al., 2017) is a variance-based approach to structural equation modeling that estimates composite-based path models. Unlike CB-SEM, it maximizes explained variance in endogenous constructs and readily handles both reflective and formative measurement models.

When to Use

  • Formative measurement models are part of the research design
  • Sample size is small (PLS works with N ≥ 10× the largest number of paths pointing to any construct)
  • Research goal is prediction and variance explanation rather than theory confirmation
  • The structural model is complex with many constructs and indicators

When NOT to Use

  • Research goal is strict theory testing and model fit assessment
  • All constructs are reflective and sample size is adequate for CB-SEM
  • You need global model fit indices (chi-square, CFI, RMSEA)
  • Circular relationships (non-recursive models) are hypothesized

Assumptions

IRON LAW: PLS-SEM maximizes VARIANCE EXPLAINED, not model fit — it does NOT
test overall model fit like CB-SEM. A high R² does not mean the model
structure is correct.

Key assumptions:

  • Predictor specification — each construct must be correctly specified as reflective or formative
  • No circular (non-recursive) relationships in the structural model
  • Observations are independent (no nested structure without extensions)
  • Data need not be normally distributed (PLS is distribution-free)

Methodology

Step 1 — Specify Measurement Models

Classify each construct as reflective (arrows from construct to indicators) or formative (arrows from indicators to construct). Formative constructs require at minimum two indicators and a theoretical rationale.

Step 2 — Assess Reflective Measurement

Evaluate indicator reliability (loadings ≥ 0.70), internal consistency (CR ≥ 0.70), convergent validity (AVE ≥ 0.50), and discriminant validity (HTMT < 0.90).

Step 3 — Assess Formative Measurement

Check indicator weights for significance via bootstrapping. Examine VIF among indicators (VIF < 5.0). Assess content validity — dropping a formative indicator changes the construct meaning.

Step 4 — Evaluate Structural Model

Report path coefficients, R², f² effect sizes, Q² predictive relevance (via blindfolding), and bootstrapped confidence intervals. See references/ for algorithm details.

Output Format

## PLS-SEM Analysis: [Study Title]

### Reflective Measurement Assessment
| Construct | Indicator | Loading | CR | AVE | HTMT |
|-----------|-----------|---------|-----|-----|------|
| [name] | [item] | x.xx | x.xx | x.xx | x.xx |

### Formative Measurement Assessment
| Construct | Indicator | Weight | VIF | p-value |
|-----------|-----------|--------|-----|---------|
| [name] | [item] | x.xx | x.xx | x.xx |

### Structural Model
| Path | β | t-value | p-value | f² | Supported? |
|------|---|---------|---------|-----|------------|
| X → Y | x.xx | x.xx | x.xx | x.xx | [Yes/No] |

### Model Quality
| Endogenous Construct | R² | Q² |
|---------------------|-----|-----|
| [name] | x.xx | x.xx |

### Limitations
- [Note any assumption violations]

Gotchas

  • PLS-SEM is NOT a silver bullet for small samples — it still requires adequate statistical power
  • Misspecifying reflective as formative (or vice versa) fundamentally changes results
  • HTMT is preferred over Fornell-Larcker for discriminant validity in PLS-SEM
  • PLS overestimates loadings and underestimates path coefficients (consistency at large corrects this)
  • Blindfolding Q² > 0 shows predictive relevance but does not validate the model structure
  • Reporting PLS results using CB-SEM criteria (CFI, RMSEA) is methodologically incorrect

References

  • Hair, J. F., Hult, G. T. M., Ringle, C. M., & Sarstedt, M. (2017). *A Primer on Partial Least Squares Structural Equation Modeling* (2nd ed.). Sage.
  • Henseler, J., Ringle, C. M., & Sarstedt, M. (2015). A new criterion for assessing discriminant validity. *Journal of the Academy of Marketing Science*, 43(1), 115-135.
  • Hair, J. F., Risher, J. J., Sarstedt, M., & Ringle, C. M. (2019). When to use and how to report PLS-SEM. *European Business Review*, 31(1), 2-24.

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take asgard-ai-platform/grad-pls-sem from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.