rp-project-intake

rp-project-intake is a skill for Claude Code, Codex from wix/skills. It costs 21 tokens per session (385 once invoked), scanned A, original, MIT.

A project-intake skill for migration work that resolves the active project, delivery type, source mode, and destination decisions.

In plain words
What is it for?
It is for selecting the correct migration project, recording management or website delivery choices, choosing the import mode, and recording an explicitly requested design facelift.
Why use it?
It prevents a migration from using the wrong project or making destination and delivery assumptions before work begins.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Part of the wix plugin — 36 skills, 1 MCP server shipped together

Good fit It is for selecting the correct migration project, recording management or website delivery choices, choosing the import mode, and recording an explicitly requested design facelift.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wix/skills/rp-project-intake
View source ↗ wix/skills
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.

Any agent
npx skills add wix/skills --skill rp-project-intake
Clone the repo
git clone --depth 1 https://github.com/wix/skills

Made for: Claude Code, Codex.

Or install wix, the plugin that ships this one along with the rest of its 36 skills, 1 MCP server.

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 rp-project-intake

README.md
[![agentmods](https://agentmods.dev/badge/skills/wix/skills/rp-project-intake/github.svg)](https://agentmods.dev/skills/wix/skills/rp-project-intake)
Your own site
<a href="https://agentmods.dev/skills/wix/skills/rp-project-intake"><img src="https://agentmods.dev/badge/skills/wix/skills/rp-project-intake/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 rp-project-intake

Your own site · 80×15
<a href="https://agentmods.dev/skills/wix/skills/rp-project-intake"><img src="https://agentmods.dev/badge/skills/wix/skills/rp-project-intake.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 385 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.00385
Opus 5 $0.00010 $0.00192
Sonnet 5 $0.00004 $0.00077
Haiku 4.5 $0.00002 $0.00038

Measured 10d ago against content hash 19d74c13d9b1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

rp-project-intake 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 10d ago.

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.

wix-replatform/resources/rp-project-intake/SKILL.md · 35 lines

What it actually says

rp-project-intake

Use when the router reports unresolved project, delivery mode, destination strategy, or source mode.

Resolve project precedence: explicit user project, current project context, the sole project under the migrations root, otherwise ask the user to choose. Never infer from a sibling project.

Resolve delivery mode before destination creation: default to management; choose website for frontend only; choose management_and_website when the user wants both a backend migration and a customer-facing storefront. Accept both as an input alias for management_and_website, then record the canonical value in orchestration/decisions.json.

For delivery modes that include management, also record managementImportMode. Default to standard; accept an explicit user choice of quick at intake even before the source URL is probed. The later source-inputs/probe result validates whether a matching quick adapter exists; never promise quick support merely from the user's choice.

Record faceliftMode=requested only when the user explicitly asks for a post-clone UI/UX facelift. It is optional, defaults to off, and is not a substitute for normal clone fidelity. In explicit user-requested 1-click mode include this choice in the initial grouped intake so the later, separate facelift stage is authorized without another routine approval.

In normal mode ask only the current missing decision. In explicit user-requested 1-click mode record automationMode=one_click with source=user, collect every still missing intake value together, record the answers, and continue. Never infer one-click from an uploaded file or execution surface. Delegate all destination, source-file, and credential procedures to their dedicated modules.

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. 10d ago First seen · 35 lines · 21 tokens per session scan A 19d74c13d9b1

Subscribe to this mod's changes

rp-project-intake is a skill published in the GitHub repository wix/skills (29 stars, last pushed today), licensed MIT. It adds 21 tokens to every session and 385 once invoked, about $0.0001 per session on Opus 5. 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-08-30.

Related

Other skills, from other repositories