Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
agencia-conversion avatar

Novo Projeto

  • 1 installs
  • Updated July 31, 2026
  • agencia-conversion/conversion-agent-plugin

novo-projeto is a Claude Code skill that creates a new project in a conversion-agent workspace by running the `conversion proj create` CLI.

About

novo-projeto is a Claude Code slash-command skill that scaffolds a new project inside an active agent workspace by wrapping the `conversion proj create` CLI. A developer invokes it to create a client/site project, and it resolves the target workspace, validates the slug and name, and offers to pull the project locally. It is a thin agent-tooling wrapper around an existing conversion-agent CLI and MCP.

  • Slash-command shortcut for `conversion proj create` inside an agent workspace
  • Resolves target workspace from an active-project MCP or explicit `<ws>/<proj>` arg
  • Portuguese (pt-BR) prompts with 409/403 error handling and a pull follow-up step

Novo Projeto by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #14,102 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 1, 2026 (Skillselion catalog sync)
At a glance

novo-projeto capabilities & compatibility

Capabilities
project scaffold · workspace resolve · cli wrapper
Use cases
devops
From the docs

What novo-projeto says it does

Cria um novo project no workspace ativo (ou em ws explícito).
SKILL.md
Atalho pro `conversion proj create`.
SKILL.md
Nunca crie cross-workspace silenciosamente.
SKILL.md
npx skills add https://github.com/agencia-conversion/conversion-agent-plugin --skill novo-projeto

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
Last updatedJuly 31, 2026
Repositoryagencia-conversion/conversion-agent-plugin

What it does

Scaffold a new project in a conversion-agent workspace via a slash command that wraps the create CLI.

When should I use this skill?

When the user says 'cria um project', 'novo site pra acme', or 'adiciona o cliente X.com.br no acme'.

What you get

A new backend project is created under the resolved workspace and optionally pulled to the local machine.

  • a new project created in the backend workspace
  • optional local pull of the project

By the numbers

  • slug validation: kebab-case 2-80 chars
  • project name 1-200 chars

Files

SKILL.mdMarkdownGitHub ↗

/conversion-skills:novo-projeto [<slug> | <ws>/<proj>] [--name "Nome"]

Atalho pro conversion proj create.

Comportamento

1. Resolução do workspace:

  • Arg com <ws>/<proj> → workspace explícito.
  • Arg só com <proj-slug> → usa workspace ativo (via get_active_project).
  • Sem args → pergunta workspace + project + nome em sequência (1 pergunta por vez, pt-BR).

2. Validações:

  • Slug do project: mesmas regras (kebab-case 2-80, sem acento). Se inválido, explique.
  • Nome: 1-200 chars.

3. Execute Bash conversion proj create <ws>/<proj> --name "<nome>". 4. Tratamento de erro:

  • 409: "<proj> já existe em <ws>. Outro slug?".
  • 403: "Você não é owner de <ws>. Pra criar project, peça pra um owner do ws."

5. Sucesso: confirme + sugira próximo passo:

  • "✓ Project `<ws>/<proj>` criado no backend. Materializar localmente agora? `conversion pull <ws>/<proj>` — ou eu disparo pra você."

6. Se usuário aceitar pull, execute Bash. Após pull bem-sucedido, sugira set_active_project MCP pra ativar.

Regras

  • Confirme cliente/marca uma vez se contexto for ambíguo (ex: ws ativo é "agencia-x" mas pedido cita "y.com.br" — pergunta workspace).
  • Nunca crie cross-workspace silenciosamente.

Related skills

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.