pascal-agent-skills

pascal-agent-skills is a plugin for Claude Code, Cursor from pascalorg/editor. Its manifest loads nothing; the 2 skills, 2 MCP servers it bundles cost 172 tokens per session together, scanned A, original, MIT.

A coding-agent add-on for creating, checking, validating, and assessing furniture layouts in Pascal, a 3D spatial design tool. It connects to Pascal through MCP, a standard way for software tools to communicate.

In plain words
What is it for?
Use it to create furniture arrangements, inspect existing layouts, validate them, and assess how well they fit. It can work with local Pascal projects or hosted Pascal projects when an API key is provided.
Why use it?
It gives a coding agent a defined way to work with furniture layouts instead of treating them as ordinary text or code. It can also limit suggested follow-up actions to bounded next steps.

Plugin for Claude CodeCursor

Written for Claude Code and Cursor: a Claude Code plugin manifest, but also shipped in a Cursor plugin.

Good fit Use it to create furniture arrangements, inspect existing layouts, validate them, and assess how well they fit. It can work with local Pascal projects or hosted Pascal projects when an API key is provided.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add pascalorg/editor/plugin install pascal-agent-skills
About the project

Pascal Editor is a 3D building editor for creating and sharing architectural projects. It serves people working with building layouts, scenes, and related 3D design workflows.

pascalorg/editor · 23,595 stars · on GitHub · editor.pascal.app

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/pascalorg/editor

Made for: Claude Code, Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pascal-agent-skills

README.md
[![agentmods](https://agentmods.dev/badge/plugins/pascalorg/editor/skills/github.svg)](https://agentmods.dev/plugins/pascalorg/editor/skills)
Your own site
<a href="https://agentmods.dev/plugins/pascalorg/editor/skills"><img src="https://agentmods.dev/badge/plugins/pascalorg/editor/skills/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pascal-agent-skills

Your own site · 80×15
<a href="https://agentmods.dev/plugins/pascalorg/editor/skills"><img src="https://agentmods.dev/badge/plugins/pascalorg/editor/skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 2 skills, 2 MCP servers cost 172 tokens a session between them.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

pascal-agent-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/.claude-plugin/plugin.json · 27 lines

What it actually says

{
  "$schema": "https://json.schemastore.org/claude-code-plugin.json",
  "name": "pascal-agent-skills",
  "displayName": "Pascal",
  "version": "0.1.8",
  "description": "Create, inspect, validate, and assess furniture layouts with bounded next actions in Pascal through MCP.",
  "author": {
    "name": "Pascal",
    "email": "[email protected]",
    "url": "https://pascal.app"
  },
  "homepage": "https://editor.pascal.app/docs/developers/mcp",
  "repository": "https://github.com/pascalorg/editor",
  "license": "MIT",
  "keywords": ["pascal", "3d", "architecture", "mcp", "furniture", "spatial"],
  "userConfig": {
    "pascal_api_key": {
      "type": "string",
      "title": "Pascal API key (hosted)",
      "description": "Paste a key from editor.pascal.app Settings to work on your hosted projects and Capture scans; leave empty to use only the local Pascal CLI.",
      "sensitive": true,
      "required": false
    }
  },
  "skills": ["./pascal-3d", "./furniture-fit"]
}
Contents

What it installs

The manifest is a name and a version. 2 skills, 2 MCP servers travel with it, and installing the plugin installs all of them — 172 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 27 lines scan A fb7dfd052318

Subscribe to this mod's changes

pascal-agent-skills is a plugin published in the GitHub repository pascalorg/editor (23,595 stars, last pushed today), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-12.