setup

Explain MCP project structure, conventions, and skill-sync model after init.

148|28|Updated Mar 20, 2025
One-click install
npx skills add https://github.com/cyanheads/mcp-ts-core --skill setup-cyanheads
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/cyanheads/mcp-ts-core/tree/main/skills/setup
Command: npx skills add https://github.com/cyanheads/mcp-ts-core --skill setup-cyanheads

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orient new MCP server projects after init by explaining the project structure, conventions, and skill-sync model to accelerate productive onboarding.

Core Features & Use Cases

  • Post-init orientation for developers to understand CLAUDE.md and AGENTS.md usage, the location of skills/, and the scaffolded directory structure; ideal for onboarding and knowledge transfer.
  • Guidance on how to bootstrap and maintain agent protocols and project scaffolding using the included lifecycle of skills and maintenance workflows.

Quick Start

Run the MCP init workflow and review the generated CLAUDE.md and AGENTS.md to understand the project structure.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is project onboarding for a new MCP server after running init?

Project onboarding for a new MCP server involves orienting developers to the scaffolded directory structure, conventions, and skill-sync model to accelerate productive setup after running the init CLI.

How do I use CLAUDE.md and AGENTS.md in my project structure?

You use CLAUDE.md and AGENTS.md as generated guidance files to understand your project structure, locate the skills/ directory, and bootstrap agent protocols for ongoing maintenance workflows.

What's the best way to understand the scaffolded directory structure of my MCP server?

The best way to understand the scaffolded directory structure is to review the post-init artifacts generated by the init CLI, which map out the repository structure and skills directory for knowledge transfer.

Do I need the init CLI to set up agent protocols and project scaffolding?

Yes, you need to run the MCP init CLI workflow first to generate the scaffolding and lifecycle artifacts, which this onboarding guide then explains to help you bootstrap and maintain agent protocols.

What does the skill-sync model do for MCP server maintenance?

The skill-sync model provides a lifecycle framework for maintaining and synchronizing skills within the scaffolded project structure, ensuring continuous knowledge transfer and protocol consistency.