Back to list
yellinzero

aico-backend-init

by yellinzero

Build your AI team in seconds, start working immediately

0🍴 0📅 Jan 21, 2026

SKILL.md


name: aico-backend-init description: | Initialize backend environment by creating constraints document from template.

Use this skill when:

  • Running /backend.init command
  • User asks to "initialize backend", "setup backend environment"
  • Starting backend work and need to establish tech stack and conventions
  • Need to create docs/reference/backend/constraints.md

Backend Init

Initialize backend development environment by creating the constraints file.

Language Configuration

Before generating any content, check aico.json in project root for language field to determine the output language. If not set, default to English.

Process

  1. Check existing: Look for docs/reference/backend/constraints.md
  2. If exists: Ask user if they want to overwrite or skip
  3. Create directory structure:
    docs/reference/backend/
    ├── constraints.md
    └── tasks/
    
  4. Generate constraints file:
    • Read template from references/constraints.template.md
    • Guide user through key decisions
  5. Save output: Write to docs/reference/backend/constraints.md

Document Header Format

All generated documents MUST use this unified header format:

# [Document Title]

> Project: [project-name]
> Created: YYYY-MM-DD
> Last Updated: YYYY-MM-DD

Guided Questions

CategoryQuestions
Language/RuntimeNode.js, Python, Go, Rust?
FrameworkExpress, Fastify, FastAPI, Gin?
DatabasePostgreSQL, MySQL, MongoDB?
ORM/QueryPrisma, Drizzle, SQLAlchemy, GORM?
TestingVitest, Jest, Pytest, Go test?
API StyleREST, GraphQL, gRPC?

Template

See references/constraints.template.md for the full constraints template.

Output

✓ Created docs/reference/backend/constraints.md
✓ Created docs/reference/backend/tasks/
✓ Backend environment initialized

Key Rules

  • ALWAYS use the unified header format
  • MUST guide user through tech stack questions
  • ALWAYS create tasks/ directory
  • ALWAYS save to docs/reference/backend/constraints.md

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon