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

Ag 6 Iniciar

skill-andregusman-raiz-a-gusman-claude-ag-6-iniciar · by andregusman-raiz

Maquina autonoma de inicializacao. Projeto novo, setup ambiente, explorar codebase, pesquisar alternativas — produz ambiente pronto para dev.

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

Install

$ agentstack add skill-andregusman-raiz-a-gusman-claude-ag-6-iniciar

✓ 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 No
  • 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-6-iniciar)

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 6 Iniciar? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

INICIAR — Maquina Autonoma de Inicializacao

Pre-Flight Obrigatório (modo projeto)

ANTES de qualquer scaffolding, executar:

# 1. Carregar regras de stack no contexto (Read obrigatório)
Read ~/Claude/.claude/rules/stack-enforcement.md
Read ~/Claude/.claude/rules/package-manager.md
Read ~/Claude/.claude/rules/gha-minimal.md

# 2. Carregar design system Raiz (Read obrigatório se projeto tem UI)
Read ~/Claude/assets/design-library/UI_UX/raiz-educacao-design-system.md

# 3. Validar package manager
test -f bun.lock && PM=bun || PM=npm   # NUNCA pnpm sem ADR

Validações inegociáveis ANTES de scaffolding:

  • [ ] PM = bun OU npm (não pnpm/yarn/turbo)
  • [ ] Framework decidido (Next.js App Router | Vite + React | Astro)
  • [ ] shadcn/ui no plano de instalação
  • [ ] lucide-react no plano (NUNCA emojis em UI)
  • [ ] IBM Plex Sans + Mono no plano de fontes
  • [ ] Tokens Raiz mapeados em tailwind.config (#F7941D, #5BB5A2)
  • [ ] Sentry SDK no plano
  • [ ] Vitest + Playwright no plano
  • [ ] NÃO gerar .github/workflows/ci.yml — Vercel CI cobre. Gerar .husky/pre-commit + vercel.json com buildCommand (ver gha-minimal.md)
  • [ ] Workflow GHA SOMENTE se enquadra na whitelist W1-W4 de gha-minimal.md (com header JUSTIFICATIVA-GHA:)

Se usuário pediu lib FORA whitelist:

  1. PARAR e perguntar: "X não está na whitelist Raiz. Justificativa? Criamos ADR?"
  2. Se autorizado → criar docs/adr/-.md antes de instalar
  3. NUNCA decidir sozinho

Invocacao

/iniciar projeto SaaS com Next.js + Supabase + Clerk
/iniciar ambiente ~/Claude/GitHub/example-platform
/iniciar explorar ~/Claude/GitHub/novo-repo
/iniciar pesquisar alternativas de auth

Inline Stack Decisions (Opus 4.7 ADR-0001 P1.2)

Stack approved (Vercel + Supabase first):

| Necessidade | Canonical | Plugin skill | Alternativa | |---|---|---|---| | Framework | Next.js 16 App Router | vercel:nextjs | — | | Auth | Supabase Auth | supabase:supabase | Clerk via vercel:auth (multi-org) | | DB | Supabase Postgres | supabase:supabase | Neon (branching) via vercel:vercel-storage | | Storage | Supabase Storage | supabase:supabase | Vercel Blob via vercel:vercel-storage | | Cache | Vercel Runtime Cache | vercel:runtime-cache | — | | Email | Resend | — | — | | Styling | Tailwind 4 + shadcn/ui | vercel:shadcn | — | | Forms | React Hook Form + Zod | — | — | | State | Server Components + Zustand | — | — | | AI (single provider) | AI SDK | vercel:ai-sdk | — | | AI (multi/failover) | AI Gateway | vercel:ai-gateway | — | | Chatbot multi-platform | Chat SDK | vercel:chat-sdk | — | | Workflow/durável | Workflow DevKit | vercel:workflow | — | | Charts | Recharts | — | — | | Testes unit | Vitest | — | — | | Testes E2E | Playwright (MCP) | — | — | | Monitoring | Sentry | sentry:sentry-sdk-setup | — | | Deploy | Vercel | vercel:deployments-cicd | Railway via railway:use-railway | | Env vars | Vercel CLI | vercel:env-vars | — |

Bibliotecas REJEITADAS: MongoDB, Firebase, Redux, MUI, Chakra, NextAuth, Prisma (novo projeto), Jest (novo projeto), Cypress.

NUNCA desviar sem ADR + aprovação do usuário.

Pre-Load: Stack Decisions + Design Library

ANTES de criar projeto novo ou pesquisar alternativas:

1. Stack obrigatório (inline acima; /ag-referencia-stack-decisions tem detalhes completos)

  • Vercel + Supabase first — libs avulsas só quando plataforma nativa não resolve
  • Template: Next.js 16 + Tailwind 4 + shadcn/ui + Zod + Supabase (Auth+DB+Storage)
  • NUNCA desviar do stack aprovado sem ADR + aprovação do usuário

2. Design Library (example-catalog.vercel.app)

  • Soluções (24 patterns): dashboard, workflow, chat, etc.
  • Elementos UI (144): referências best-in-class
  • Módulos funcionais (32): auth, LLM router, TOTVS sync, export engine, etc.
  • Se solução/módulo existe → adaptar em vez de criar do zero

Modos

| Modo | Agent interno | O que faz | |------|--------------|-----------| | projeto | ag-criar-projeto + ag-preparar-ambiente | Scaffold + setup (consulta Design Library primeiro) | | ambiente | ag-preparar-ambiente | Dev environment (deps, env vars, dev server) | | explorar | ag-explorar-codigo | Mapear codebase (project-profile, findings) | | pesquisar | ag-pesquisar-referencia | Benchmarks e alternativas com trade-offs |

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.