ag-criar-projeto

Generate agent-ready project skeletons with ESLint, Prettier, tsconfig, and CI templates.

19|4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-criar-projeto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ag-criar-projeto
Source: https://github.com/andregusman-raiz/a-gusman-claude/tree/main/skills/ag-criar-projeto
Command: npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-criar-projeto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds a complete, agent-ready project skeleton including folders, configs, environment templates, CI base, and a ready README, so teams can start coding immediately without boilerplate setup.

Core Features & Use Cases

  • Generates a full project scaffold with folder structure and essential configs (eslint, prettier, tsconfig), .env.example, gitignore, and CI templates.
  • Prepares baseline project documentation and templates, including roadmap, tests/e2e skeletons, and GitHub workflows.
  • Supports knowledge-search readiness by provisioning knowledge config and mcp setup, enabling integrated AI-assisted state management.

Quick Start

Run the interactive mode /ag-criar-projeto or pass the target stack and project name to generate a complete agent-ready scaffold.

Frequently Asked Questions about ag-criar-projeto

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

FAQPage Schema
How do I scaffold a TypeScript project with CI templates and linting configs?

Scaffolding a project with this tool generates a complete skeleton including ESLint, Prettier, tsconfig, .env.example, .gitignore, and starter CI workflows, providing everything needed to start coding immediately.

What is an agent-ready project skeleton?

An agent-ready project skeleton is a full directory structure with configs, linting, CI workflows, and knowledge-search readiness provisions like mcp setup, enabling integrated AI-assisted state management for development.

Can I generate e2e test scaffolding and roadmap templates for a new project?

Yes, scaffolding can optionally include e2e test skeletons and roadmap templates alongside baseline project documentation, ensuring your new project has structured testing and planning files from the start.

What's the best way to set up a new codebase for AI-assisted development?

The best way is to provision a project with knowledge-search readiness by generating knowledge config and mcp setup alongside standard configs, enabling integrated AI-assisted state management across your workflows.

Does the project scaffolding work across different tech stacks?

Yes, the scaffolding applies across typical stacks and workflows, generating a full project structure with folders, configs, templates, and starter docs regardless of your specific technology choices.

Why do I need a .env.example and .gitignore in my project scaffold?

A .env.example and .gitignore are enforced in the scaffold to securely manage environment variables and prevent sensitive files from being committed, establishing safe baseline configuration from day one.