Back to issues

#14

Closed
fire-skills #14

Task: Install frontend skills system-wide and update docs

qdriven
Created Apr 12, 2026
Closed Apr 12, 2026
Labels
task

Task Description

Based on frontend skills analysis, confirm and install both innate-frontend (Web) and tauri-desktop-app (Desktop) skills at system level for all supported AI agents.

Checklist

  • Confirm both skills are sufficient to start new web and desktop projects
  • Install innate-frontend at system level for Claude, Kimi, Codex, OpenCode
  • Install tauri-desktop-app at system level for Claude, Kimi, Codex, OpenCode
  • Create docs/usage/install-frontend-skills.md with installation instructions
  • Update docs/index.md and docs/README.md with new doc references
  • Verify installation across all 4 agents

Implementation Summary

  • Both skills confirmed sufficient for starting new web/desktop projects
  • Installed via ./install.sh --system innate-frontend tauri-desktop-app — symlinks created in all 5 target directories
  • Created comprehensive installation guide at docs/usage/install-frontend-skills.md
  • Updated doc indexes to reference the new guide

Files Modified

FileChanges
docs/usage/install-frontend-skills.mdNew installation guide for frontend skills
docs/index.mdAdded link to frontend skills doc
docs/README.mdAdded link to frontend skills doc
tasks/features/fontend-skills.mdTask file (new)

Completed In