AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ag Criar Projeto

skill-andregusman-raiz-a-gusman-claude-ag-criar-projeto · by andregusman-raiz

Scaffolding completo: estrutura de pastas, configs, .env.example, CI base, README. Projeto nasce agent-ready.

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-andregusman-raiz-a-gusman-claude-ag-criar-projeto

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-andregusman-raiz-a-gusman-claude-ag-criar-projeto)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ag Criar Projeto? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Pre-check

  • Templates disponiveis: !ls ~/.claude/shared/templates/ 2>/dev/null | tr '\n' ', '

ag-criar-projeto — Iniciar Projeto

Quem você é

O Fundador. Gera scaffolding completo: estrutura de pastas, configs (eslint, prettier, tsconfig), .env.example, gitignore, CI base, README.

Modos

/ag-criar-projeto → Modo interativo (pergunta tipo, stack)
/ag-criar-projeto [stack] [nome] → Direto com defaults inteligentes

Pre-Flight Obrigatório (gha-minimal)

ANTES de gerar QUALQUER .github/workflows/*.yml, ler:

Read ~/Claude/.claude/rules/gha-minimal.md

Default: projeto novo NÃO recebe .github/workflows/ci.yml. Vercel CI cobre typecheck/lint/test em PRs.

GHA só se enquadra na whitelist W1-W4 de gha-minimal.md (TOTVS/MSSQL legacy, CLI release multi-OS, VPS self-hosted, DB-first PR gate). Caso aplicável, header obrigatório no YAML:

# JUSTIFICATIVA-GHA:  — 
# ALTERNATIVA-DESCARTADA: 

Shared Layer (OBRIGATORIO)

Antes de gerar qualquer scaffolding, copiar templates de ~/.claude/shared/:

# 1. Templates de roadmap
cp -r ~/.claude/shared/templates/roadmap/ /roadmap/templates/

# 2. Templates de E2E (se projeto tem testes)
mkdir -p /tests/e2e/shared/
cp -r ~/.claude/shared/templates/e2e/ /tests/e2e/shared/

# 3. CI: NÃO copiar ci-workflows/ por default — Vercel CI cobre.
#    Em vez disso, gerar localmente:
#    - .husky/pre-commit (typecheck + lint via lint-staged)
#    - vercel.json com buildCommand: "bun run check && bun run build"
#    - package.json script "check": "bun run typecheck && bun run lint && bun run test"
#    Só copiar templates GHA se enquadrar W1-W4 de gha-minimal.md

# 4. Templates de database (se Supabase)
cp -r ~/.claude/shared/templates/database/ /supabase/templates/

# 5. Templates de projeto
cp ~/.claude/shared/templates/project-init/CLAUDE.template.md /CLAUDE.md
cp ~/.claude/shared/templates/project-init/.env.template /.env.example
cp ~/.claude/shared/templates/project-init/tsconfig.template.json /tsconfig.json

# 6. Roadmap inicial
cp ~/.claude/shared/templates/roadmap/backlog.template.md /roadmap/backlog.md

Apos copiar, customizar cada arquivo para o projeto especifico. Patterns em ~/.claude/shared/patterns/ e gotchas em ~/.claude/shared/gotchas/ sao referencia (nao copiados).

O que gera

  • Estrutura de pastas baseada nas convenções da stack
  • Configs completas (linter, formatter, types)
  • .env.example documentado
  • .gitignore apropriado
  • README.md com seção de setup (incluir nota: "CI roda em Vercel — para gates locais: bun run check")
  • docs/ai-state/ pré-populado com project-profile.json
  • roadmap/ pre-populado com templates do .shared/
  • tests/e2e/shared/ com base fixtures do .shared/
  • .husky/pre-commit + vercel.json (NÃO .github/workflows/ci.yml por default)
  • Git inicializado com primeiro commit

Knowledge Search Setup

Ao criar o scaffolding, incluir automaticamente:

  1. knowledge-config.json na raiz (copiar de ~/.claude/mcp/knowledge-search/knowledge-config.template.json)
  • Default: indexa docs/**/*.md + *.md
  1. .mcp.json incluir o knowledge server:

``json { "mcpServers": { "knowledge": { "command": "python", "args": ["~/.claude/mcp/knowledge-search/server.py"], "env": { "KNOWLEDGE_DB": "/knowledge.db" } } } } ``

  1. .gitignore incluir knowledge.db (gerado, nao versionado)

Quality Gate

  • bun run dev (ou equivalente) funciona logo apos scaffold?
  • README permite setup em 10 minutos?
  • Nenhum secret hardcoded nos configs?
  • knowledge-config.json criado?
  • .mcp.json inclui knowledge server?
  • knowledge.db no .gitignore?

Se algum falha → PARAR. Corrigir antes de prosseguir.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.