create-client

Create Smart Notes client workspaces with folders, notes, and priority queues.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/PedroPaduelo/nommand-toolkit --skill create-client
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-client
Source: https://github.com/PedroPaduelo/nommand-toolkit/tree/main/skills/create-client
Command: npx skills add https://github.com/PedroPaduelo/nommand-toolkit --skill create-client

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the repeated, manual process of creating a standardized client workspace in Smart Notes by provisioning folders, notes, and priority task queues so teams can onboard clients quickly and consistently.

Core Features & Use Cases

  • Scaffold complete client structure: Creates a client folder, an "Ecosistema" note, and per-product folders with standard notes and subfolders.
  • Parallelized provisioning: Maximizes parallel API calls while preserving parent-child dependencies to speed up large setups.
  • Consistency and reporting: Applies exact icons, colors and names required by the template and returns a summarized report with created IDs and counts.
  • Use Case: Onboard a new customer by generating a ready-to-use project workspace with product directories, docs indexes, and prioritized task queues.

Quick Start

Create a new client environment named Acme Corp with products productA and productB under parent folder ID 12345.

Frequently Asked Questions about create-client

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

FAQPage Schema
How do I automate client onboarding workspace setup in Smart Notes?

This skill scaffolds complete client environments in Smart Notes, creating a client folder, an Ecosystem note, and per-product folders with standard notes and subfolders. It provisions priority task queues to ensure consistent workspace setup across all newly onboarded clients.

What is needed to provision a new client workspace structure with product folders?

You need to provide the client name, a list of products, and the parent folder ID to provision a new client workspace structure. The skill uses these parameters to orchestrate parallel API calls that create the necessary product folders, notes, and priority subfolders.

Can I create multiple product folders and priority task queues at the same time?

Yes, you can create multiple product folders and priority task queues simultaneously. The skill maximizes parallel MCP Smart Notes API calls while preserving parent-child dependencies to speed up the provisioning of large client workspace setups.

Does the Smart Notes client onboarding process return a summary report of created folders?

Yes, the Smart Notes client onboarding process returns a summarized report containing the created IDs and counts. This ensures you have an exact record of all generated folders, notes, and subfolders after the workspace provisioning is complete.