Skip to main content
Glama
AndreyTsibin

mcp-super-app

by AndreyTsibin

Bootstrap project

bootstrap_project

Scaffold a complete project skeleton with configs, docs, and auto-memory in one idempotent call. Optionally installs the fullstack-architect skill for M/L profiles.

Instructions

Materialize a new project skeleton in one call: .gitignore, .editorconfig, .claude/ (settings, hook, CLAUDE.md, HANDOFF), docs/ by profile (S/M/L), and Auto-memory (work-protocol, product-vision, docs-protocol, MEMORY.md). On M/L profiles also installs the fullstack-architect skill (idea → PRD/ARCHITECTURE/PLANNING/TASKS); S skips it and goes straight to code. The report's next_steps then hands you the remaining skill catalog (frontend-design, humanizer-ru, image, ui-ux-pro-max, emil-design-skills) with a one-line description each — judge from the brief's stack/vision which ones this project actually needs, and offer that pick via AskUserQuestion (mark your recommendations) rather than installing the whole catalog by default. Also checks for the global destructive-command guard (~/.claude, same as install_guard target=user) and installs it only if missing — idempotent, never calls install_guard again once it's there. Idempotent: existing files are never overwritten. Collect the brief (name/stack/profile/vision) in chat first, then call. Note: .claude/ settings/hooks and installed skills load only at session start — if working inside the new project right away, ask the user to restart the session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProject name (used in titles and memory).
stackYesFree-text stack, e.g. 'Next.js fullstack' or 'static HTML/CSS/JS'. Drives .gitignore and permissions.
visionYes1–2 sentences: what we're building and for whom.
profileYesSkeleton depth: S = simple landing/script, M = app, L = full product.
project_pathYesAbsolute path to the target project directory.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
guardYesGlobal destructive-command guard (~/.claude, install_guard target=user): checked first, only installed if missing.
createdYesPaths that were created.
skippedYesPaths left untouched because they already existed.
memory_dirYesAuto-memory directory for this project.
next_stepsYesManual follow-ups left to the agent/user.
skills_failedYesSkills that failed to install (e.g. proxied CLI offline) — install by hand later.
skills_installedYesSkills installed by default for this profile (fullstack-architect on M/L).
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description fully discloses behavioral traits: idempotency ('existing files are never overwritten'), conditional install of the destructive-command guard only if missing, the fact that skills load only at session start, and the 'never calls install_guard again once it's there' behavior. This is rich, non-obvious context beyond what any schema could encode.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense paragraph, but every sentence adds a unique behavioral or usage fact. It front-loads the main action and then covers edge cases (guard idempotence, session restart). Slightly long, but the complexity of the tool warrants it; no filler words are present.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (5 params, profiles, skill installation, guard checks, session note) and the presence of an output schema, the description covers all necessary context: it explains the next_steps output, preconditions (collect brief in chat), and post-conditions (restart required). It is complete enough for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds behavioral mapping beyond the schema: profile determines docs/ and skill installation (S vs M/L), stack drives .gitignore and permissions, and vision is used in the brief. This clarifies how parameters influence outcomes, though it doesn't add syntax details. The extra value justifies a 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description starts with a specific verb+resource: 'Materialize a new project skeleton in one call' and enumerates concrete artifacts (.gitignore, .editorconfig, .claude/, docs/, Auto-memory). It clearly distinguishes this from siblings like create_website or install_skill by framing it as a one-call project bootstrapper that also installs skills and a guard.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage guidance is explicit: 'Collect the brief (name/stack/profile/vision) in chat first, then call.' It also explains when to use the S profile vs M/L ('S skips it and goes straight to code'), instructs to offer skill picks via AskUserQuestion rather than installing the whole catalog, and notes the session restart requirement for new projects. This provides clear context and alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AndreyTsibin/mcp-super-app-public'

If you have feedback or need assistance with the MCP directory API, please join our Discord server