start

Validate MCP availability, load config and tasks, and output a session summary.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jamiegrand/cleo-web --skill start-jamiegrand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/jamiegrand/cleo-web/tree/main/.claude/skills/start
Command: npx skills add https://github.com/jamiegrand/cleo-web --skill start-jamiegrand

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Starting a cleo-web session requires coordinating multiple MCPs, loading site configuration, and retrieving current tasks. This Skill automates the bootstrap process to ensure MCPs are reachable, the configuration is loaded, and tasks are prepared for action.

Core Features & Use Cases

  • MCP verification: checks for gsc, dataforseo, and scraperapi (analytics-mcp is optional) to ensure data sources are available.
  • Config and task loading: reads .cleo-web/config.json for site settings and .cleo-web/todo.json for current tasks.
  • Session synthesis: produces a concise session summary with MCP status, framework, site URL, and a prioritized list of actions based on audits and task backlog.

Quick Start

Launch a new session by verifying MCP availability, loading configuration and tasks, and presenting the session summary with priorities.

Frequently Asked Questions about start

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

FAQPage Schema
How do I start a cleo-web session and verify MCP availability?

To start a cleo-web session, the bootstrap process verifies mandatory MCPs like gsc, dataforseo, and scraperapi, loads .cleo-web/config.json, and reads .cleo-web/todo.json to output a formatted session summary with prioritized actions.

What configuration files are needed to initialize a cleo-web session?

Initializing a cleo-web session requires reading .cleo-web/config.json for site settings and .cleo-web/todo.json for current tasks to ensure configuration integrity and prepare a ready-to-act session with prioritized actions.

Can I use this session initialization across different frameworks like Astro, Next.js, and Nuxt?

Yes, this cleo-web session initialization is applicable across Astro, Next.js, Nuxt, or generic projects, coordinating MCP checks, configuration loading, and task ingestion to prepare your session regardless of the specific framework.

Is the analytics-mcp required when checking MCPs for a cleo-web session?

No, the analytics-mcp is optional during the MCP verification process, whereas gsc, dataforseo, and scraperapi are mandatory data sources that must be present to successfully launch the cleo-web session.

What information is included in the cleo-web session summary output?

The cleo-web session summary outputs MCP statuses, the detected framework, the site URL, and a prioritized list of actions based on audits and the task backlog loaded from the todo.json file.