← スキル一覧に戻る

create-from-template
by salieri
Resume for Aleksi Asikainen
⭐ 0🍴 0📅 2026年1月11日
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
- Identify the template to use from
dev/templatesand the target location in the monorepo (dev/appsordev/packages). - Copy the template directory to the target location and rename it appropriately. Skip copying
coverage,dist,node_modules, and.react-routerdirectories. - Update any necessary configuration files (e.g.,
package.json) to reflect the new app or package name. - The template apps and packages are located one level deeper in the directory structure (e.g.,
dev/templates/apps/reactvs.dev/apps/some-app).- Some configuration files referring to shared paths will need to be adjusted. For example, in
.stylelintrc.jsonthe path../../../config/stylelint/.stylelintrc.json=>../../config/stylelint/.stylelintrc.json - Same is true for
tsconfig.json,tsconfig.build.json, andpostcss.config.cjsamong others.
- Some configuration files referring to shared paths will need to be adjusted. For example, in
- Update the
README.mdfile to reflect what you know about the new app or package. - 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
レビュー
💬
レビュー機能は近日公開予定です