CtrlK
BlogDocsLog inGet started
Tessl Logo

mps-aspect-actions

Use when defining or editing MPS node factories (the "actions" aspect) — `NodeFactories` roots, per-concept `NodeFactory` setup functions that initialize a freshly created node and optionally copy data from a replaced `sampleNode`, plus the actions aspect's `CopyPasteHandlers` and `PasteWrappers` roots. Reach for this skill when a substitution, side transform, completion replacement, or `add new initialized(...)` should preserve fields from the node it is replacing, or when defaults set in a constructor are not enough.

78

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is a tight, actionable overview with a validated multi-step workflow and well-signaled one-level-deep references to genuine bundle files. It assumes competence and routes detail to references rather than inlining it.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — it conveys dense domain knowledge (pre-attach timing, sampleNode narrowing, SPropertyAccess vs SLinkAccess) without padding or explaining concepts Claude already knows.

3 / 3

Actionability

Gives concrete MCP tool calls (`mps_mcp_insert_root_node_from_json`, `mps_mcp_update_node`, `mps_mcp_check_root_node_problems`, `mps_mcp_parse_java_and_insert` with `featureKind: "STATEMENTS"`), exact model-naming rules, and a runnable setup-body pattern, with copy-paste JSON routed to real blueprint references.

3 / 3

Workflow Clarity

A numbered Common-Path Workflow (steps 1–5) ends in an explicit validation checkpoint — `mps_mcp_check_root_node_problems`, rebuild, sandbox — and the Critical Directives reinforce validate-after-edit for this risky language-model editing.

3 / 3

Progressive Disclosure

A Reference Index signals exactly when to open each one-level-deep reference (node-factories-and-triggers, setup-function-bodies, json-blueprints, copy-paste-and-paste-wrappers, concept-reference, common-failures), all of which are real files in ./references/.

3 / 3

Total

12

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific, third-person, and fully answers both what the skill does and when to reach for it. It carries strong, natural trigger terms and a distinct niche with low conflict risk.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: defining/editing `NodeFactories` roots, per-concept `NodeFactory` setup functions that initialize a fresh node and copy from `sampleNode`, plus `CopyPasteHandlers` and `PasteWrappers` roots.

3 / 3

Completeness

Explicitly answers both what (node factories, setup functions, copy/paste handlers) and when ("Use when...", "Reach for this skill when...") with explicit trigger guidance.

3 / 3

Trigger Term Quality

Surfaces natural MPS trigger phrases a user would say — "substitution", "side transform", "completion replacement", "add new initialized(...)", "preserve fields from the node it is replacing", and "defaults set in a constructor are not enough".

3 / 3

Distinctiveness Conflict Risk

A clear niche — the MPS actions aspect and factory sampleNode carry-over — distinct from sibling aspects, even carving constructor-vs-factory boundaries, so it is unlikely to trigger the wrong skill.

3 / 3

Total

12

/

12

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

relative_links

Relative link issues: 1 suspicious

Warning

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

13

/

16

Passed

Repository
JetBrains/MPS
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.