From Foldspace: Add to Your App
Find useful things a Foldspace agent should be able to do in the user's product. Use when the user asks what actions to build, wants to make their app more agentic, wants the agent to do real tasks, does not know where to start with capabilities, or wants ideas scanned from their frontend code. Not for defining schemas or writing handler code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/foldspace-codebase-plugin:foldspace-discover-actionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user does not yet know what to build. The goal is to
Use this skill when the user does not yet know what to build. The goal is to understand the frontend product, find useful agentic workflows, and produce prioritized Foldspace action opportunities.
foldspace-get-started -> foldspace-setup-agent -> foldspace-discover-actions -> foldspace-plan-action -> foldspace-build-action -> foldspace-verify-actions.
You are here: step 2 — discover useful actions.
Prerequisites: A frontend codebase to inspect. The agent snippet and user context help but are not required to brainstorm.
Skipped a step? Ask what is already complete and route the user to the earliest incomplete prerequisite.
As you present candidates, explain these to the user in plain language so they understand the recommendations and could spot opportunities themselves:
If the app has no source available, the user is on the wrong plugin — point them to the Foldspace: Browser Extension marketplace listing instead.
Do not define detailed schemas or implement handlers in this skill. Hand off
selected ideas to foldspace-plan-action, then foldspace-build-action.
Always read action-design.md before ranking action candidates. Use it to
connect each recommendation to user outcomes, current flow, AI-enabled flow,
interaction mode, success metrics, business KPIs, loop-safe exit criteria, and
the candidate scorecard, so candidates are bounded, product-grounded, feasible,
and distinct from nearby actions.
Use this skill when the user says things like:
If the user already has one action idea and wants inputs, schema, modality, or
behavior defined, use foldspace-plan-action instead.
Clarify the product goal.
Use subagents for broad codebase scanning when available.
foldspace-product-scout subagent. It is specialized for
finding Foldspace action, Chatterblock, Shared State, and navigation
opportunities in frontend codebases.Synthesize action opportunities.
action-design.md.Rank the candidates.
Present the recommendations.
foldspace-plan-action.Use this structure:
## Recommended Actions
### Quick Wins
- `action_id`: short explanation, modality, likely files, why now.
### High-Impact Workflows
- `action_id`: short explanation, modality, likely files, why now.
### Chatterblock Candidates
- `action_id`: what the user would review or edit in chat.
### Shared State Candidates
- `state_key`: which page/form state the agent should understand.
## Recommended First Build
Name the best first action and why.
## Next Step
Ask which action to turn into a Foldspace-ready plan with `foldspace-plan-action`.
Recommended next-step routing: Ask which candidate action to turn into a plan
with foldspace-plan-action.
Always end with:
Summary:
- Completed: <what was discovered>
- Concepts: <Foldspace terms introduced, e.g. action, modality, Chatterblock, Shared State>
- If you did this yourself: scan your app for repeated manual work and multi-step flows; those are usually the best first actions.
- Next step: <one recommended `foldspace-*` skill with concrete inputs>
- Blockers: <missing source access, unclear product goal, 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.