Loading...
Loading...
Project setup wizard for AI agents. Use when user requests setup or when .agents/CONTEXT.md is missing or incomplete and setup recovery is needed. Generates .agents/CONTEXT.md with stack, structure, coding rules, and skill mapping.
npx skill4agent add alicoder001/agent-skills project-initRun on setup requests and context-recovery requests such as "Setup project", "Initialize context", "Generate CONTEXT.md", or "CONTEXT.md was deleted".
.agents/CONTEXT.mdCONTEXT_READYproject-init.agents/CONTEXT.mdglobal-configO'zbekcha davom etamizmi?
1) Ha
2) Yo'q (English)
3) Boshqa tilUse {detected_language} for this setup conversation?
1) Yes
2) No (English)
3) Other language3Qaysi tilda davom etamiz?Which language?.agents/CONTEXT.mdpackage.jsontsconfig.jsonvite.config.*next.config.*nest-cli.jsonHere is the quick analysis summary. Continue with this direction or adjust it?
1) Continue
2) I want changes21| Field | Options |
|---|---|
| Project Name | text |
| Project Type | SaaS, E-commerce, Admin Dashboard, Landing Page, API Backend, Mobile App, Portfolio/Blog, Other |
| Frontend Framework | Next.js, Vite + React, Remix, None |
| TypeScript | Yes, No |
| UI Library | Tailwind, shadcn + Tailwind, MUI, Ant Design, None |
| State Management | TanStack Query, Zustand, Redux Toolkit, TanStack + Zustand, None |
| Backend | NestJS, Express, Next.js API Routes, Hono, None |
| Database | PostgreSQL, MySQL, MongoDB, SQLite, Supabase, None |
| ORM | Prisma, Drizzle, TypeORM, None |
| Package Manager | pnpm, npm, yarn, bun |
.agents/CONTEXT.md# {PROJECT_NAME} - Project Context
> Auto-generated by project-init wizard
## Context Checklist (for agents)
- [ ] CONTEXT_READY
- [ ] STACK_CONFIRMED
- [ ] STRUCTURE_CONFIRMED
- [ ] COMMANDS_CONFIRMED
- [ ] SKILLS_MAPPED
- [ ] NOTES_CONFIRMED
- [ ] LOCAL_SKILLS_SYNCED
## Tech Stack
| Category | Technology |
|----------|------------|
| Framework | {FRAMEWORK} |
| Language | {LANGUAGE} |
| Styling | {UI_LIBRARY} |
| State | {STATE_MANAGEMENT} |
| Backend | {BACKEND} |
| Database | {DATABASE} |
| ORM | {ORM} |
| Package Manager | {PACKAGE_MANAGER} |
## Skills
- Core: `global-config`, `errors`, `git`, `solid`
- Frontend: {FRONTEND_SKILLS}
- Backend: {BACKEND_SKILLS}
- Data: {DATA_SKILLS}
- State: {STATE_SKILLS}
- UI: {UI_SKILLS}
- Testing: {TESTING_SKILLS}
## Project Structure
{PROJECT_STRUCTURE}
## Coding Rules
- Components: Keep focused and small
- TypeScript: Strict mode, avoid `any`
- Commits: Conventional Commit format
- Naming: PascalCase components, camelCase utilities
## Commands
# pnpm
pnpm dev
pnpm build
pnpm lint
pnpm test
# npm
npm run dev
npm run build
npm run lint
npm run test
# yarn
yarn dev
yarn build
yarn lint
yarn test
# bun
bun run dev
bun run build
bun run lint
bun run testnextjsreact-corereact-nextjsvitereact-corereact-viteremixreact-coreyestypescripttailwindtailwindshadcnshadcntailwindmuiant-designdesigntanstacktanstack-queryzustandzustandreduxreduxnestjsnestjsapi-patternssecurityexpressnext-apihonoapi-patternssecurityformstestinggitsoliderrorsglobal-configreferences/guide.md