From Foldspace: Add to Your App
Help someone new to Foldspace figure out the next step for adding an agent to their app. Use when the user asks where to start, says they are new to Foldspace, wants to integrate an AI agent, is unsure what to do first, or wants a guided path.
How this skill is triggered — by the user, by Claude, or both
Slash command
/foldspace-codebase-plugin:foldspace-get-startedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill as the entry point when someone wants to add a Foldspace agent to
Use this skill as the entry point when someone wants to add a Foldspace agent to an app they can edit and is not sure what to do next. Your job is to orient them and point to exactly one next step, not to do the work here.
Foldspace adds an AI agent (a "Copilot") to your product. The agent can chat with users and, more importantly, take real actions in your app. Getting there has a few milestones: get the agent on the page, tell it who is logged in, decide what it should be able to do, build those actions, and check it before going live.
foldspace-get-started -> foldspace-setup-agent -> foldspace-discover-actions -> foldspace-plan-action -> foldspace-build-action -> foldspace-verify-actions.
If the user skipped a step, route them to the earliest incomplete one.
This plugin is for websites where the user can edit the code. If any of these are true, they likely need the other Foldspace marketplace listing instead:
If so, respond with:
### Wrong plugin?
It sounds like you need **Foldspace: Browser Extension** from the Cursor marketplace, not this plugin.
This plugin is for adding Foldspace to a website whose code you can edit.
Install that listing instead, then run its **Start here** skill.
Do not try to run extension-building steps from this plugin.
As you route the user, make sure they come away understanding, in plain language:
Tell the user that each skill in this plugin explains the Foldspace terms it uses as it works, so they pick up the concepts while building rather than up front.
Keep these key terms in mind; explain any of them in plain language if the user is unsure:
foldspace.identify) — telling Foldspace who is signed in (user.id + subscription.id) so the agent can personalize.MCP setup is needed when the agent should list existing Foldspace agents/actions or create/update action metadata. Ask the user to:
.env.foldspace at the root of the project open in Cursor with:FOLDSPACE_API_KEY=xxxxxxxx
Missing MCP setup does not block installing the SDK snippet, but it blocks MCP-backed action discovery, creation, and updates.
.env.foldspace is configured for Foldspace MCP, if action discovery or creation is needed.## Foldspace Starting Point
### What I Need From You
- <current setup state, agent snippet, Agent API Name, action ideas, approval status, or launch state>
### Next Skill
Run `<namespaced foldspace skill command>` because <one-sentence reason>.
### Full Path
- <short ordered list of remaining skills>
Always end with:
Summary:
- Completed: identified the user's starting point and path.
- Concepts: <any Foldspace terms you introduced, e.g. agent, action>
- If you did this yourself: skim the Foldspace setup docs and pick the first milestone you have not finished.
- Next step: <exact `/foldspace-*` skill command and concrete input>
- Blockers: <missing agent snippet, Agent API Name, action idea, approval, or None>
npx claudepluginhub eucera/mcp-plugins --plugin foldspace-codebase-pluginCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.