Install
$ agentstack add skill-andregusman-raiz-a-gusman-claude-ag-criar-projeto ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.exampledocumentado.gitignoreapropriadoREADME.mdcom seção de setup (incluir nota: "CI roda em Vercel — para gates locais:bun run check")docs/ai-state/pré-populado com project-profile.jsonroadmap/pre-populado com templates do .shared/tests/e2e/shared/com base fixtures do .shared/.husky/pre-commit+vercel.json(NÃO.github/workflows/ci.ymlpor default)- Git inicializado com primeiro commit
Knowledge Search Setup
Ao criar o scaffolding, incluir automaticamente:
knowledge-config.jsonna raiz (copiar de~/.claude/mcp/knowledge-search/knowledge-config.template.json)
- Default: indexa
docs/**/*.md+*.md
.mcp.jsonincluir o knowledge server:
``json { "mcpServers": { "knowledge": { "command": "python", "args": ["~/.claude/mcp/knowledge-search/server.py"], "env": { "KNOWLEDGE_DB": "/knowledge.db" } } } } ``
.gitignoreincluirknowledge.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.
- Author: andregusman-raiz
- Source: andregusman-raiz/a-gusman-claude
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.