skills/smithery.ai/aico-frontend-implement

aico-frontend-implement

Installation
SKILL.md

Implement

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. Read task file (MANDATORY):
    • Look for task file in docs/reference/frontend/tasks/
    • Accept either:
      • Story-based: story-{story-name}.md with task number
      • Standalone: standalone-{task-name}.md with task number
    • User must specify task number (e.g., "implement story-user-profile Task 1" or "implement standalone-fix-login Task 1")
    • Both formats contain multiple tasks, just different naming
    • If NOT exists or task number not specified → STOP and ask user which task to implement
Installs
1
First Seen
Apr 12, 2026
aico-frontend-implement from smithery.ai