スキル一覧に戻る
salieri

create-from-template

by salieri

Resume for Aleksi Asikainen

0🍴 0📅 2026年1月11日
GitHubで見るManusで実行

SKILL.md


name: create-from-template description: Create a new app or package from an existing template in the monorepo. Use when adding new apps or packages to the repository.

Create a New App or Package From a Template

Overview

Create a new app or package in the monorepo using an existing template.

Workflow

  1. Identify the template to use from dev/templates and the target location in the monorepo (dev/apps or dev/packages).
  2. Copy the template directory to the target location and rename it appropriately. Skip copying coverage, dist, node_modules, and .react-router directories.
  3. Update any necessary configuration files (e.g., package.json) to reflect the new app or package name.
  4. The template apps and packages are located one level deeper in the directory structure (e.g., dev/templates/apps/react vs. dev/apps/some-app).
    1. Some configuration files referring to shared paths will need to be adjusted. For example, in .stylelintrc.json the path ../../../config/stylelint/.stylelintrc.json => ../../config/stylelint/.stylelintrc.json
    2. Same is true for tsconfig.json, tsconfig.build.json, and postcss.config.cjs among others.
  5. Update the README.md file to reflect what you know about the new app or package.
  6. Install dependencies and verify the new app or package builds and runs correctly.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です