su-init

Initialize CCB plugin workspaces and verify node manifests.

17|2|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/SeemSeam/agent-roles-spec --skill su-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: su-init
Source: https://github.com/SeemSeam/agent-roles-spec/tree/main/roles/su-ccb/skills/su-init
Command: npx skills add https://github.com/SeemSeam/agent-roles-spec --skill su-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the initialization of a project-level CCB plugin workspace, allowing the plugin to run independently of the Console.

Core Features & Use Cases

  • Automated Workspace Initialization: Initializes a project for CCB plugin functionality, creating necessary directories and configurations.
  • Node Manifest Verification: Installs or validates node manifests for essential project nodes.
  • Project Structure Analysis: Generates project architecture based on source code analysis and user inputs.
  • User Interaction: Interacts with the user for decisions on project structure, file overwrites, and external service introductions.

Quick Start

Run the 'su-init' command with the project name as an argument to initialize a CCB plugin workspace for your project.

Frequently Asked Questions about su-init

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

FAQPage Schema
How do I initialize a CCB plugin workspace to run independently of Console?

To initialize a CCB plugin workspace, run the 'su-init' command with your project name as an argument. This creates necessary directories, verifies node manifests, and allows the plugin to run independently of Console.

What does project structure analysis based on source code involve?

Project structure analysis generates project architecture by analyzing your source code and incorporating user inputs. It interacts with you to make decisions regarding project structure, file overwrites, and external service introductions.

Do I need to manually install node manifests before plugin initialization?

No, you do not need to manually install node manifests. The plugin initialization process verifies and automatically installs or validates node manifests for essential project nodes during setup.

Can I use su-init for automated project setup without user interaction?

No, full automation is not supported. While it automates workspace initialization, it requires user interaction for certain decisions, specifically regarding project structure, file overwrites, and external service introductions.

Why does CCB plugin initialization ask about external service introductions?

CCB plugin initialization asks about external service introductions to accurately map your project architecture. It uses your decisions during source code analysis to configure the workspace according to your specific project needs.