← スキル一覧に戻る

create-new-static-website
by regenrek
A curated collection of my agent-skills
⭐ 13🍴 4📅 2026年1月22日
SKILL.md
name: create-new-static-website description: Create a new GitHub repo from instructa/astro-website-starter using gitpick, initialize git, and push to GitHub. Use when asked to spin up a new Astro static/SSR site starter from instructa/astro-website-starter, set repo visibility/owner, and then configure Alchemy.
Create New Static Website
Workflow
- Collect inputs (ask first)
- Project folder name (for
npx gitpick instructa/astro-website-starter <name>) - GitHub owner/org + repo name
- Visibility: public or private
- Whether to push immediately after init (default: yes)
- Scaffold from template
- From
~/projects, run:npx gitpick instructa/astro-website-starter <project-name>cd <project-name>
- If folder exists, ask to rename or delete (use
trash).
- Initialize git + create GitHub repo
git initgit add -Agit commit -m "feat: init"gh repo create <owner>/<repo> --public|--private --source . --remote origin --push- If user says no push: omit
--pushand inform them how to push later.
- If user says no push: omit
- Alchemy config (ask after repo creation)
- Ask if they want to configure Alchemy now.
- If yes:
cp .env.example .env- Set
ALCHEMY_PASSWORDin.env(ask for value or instruct user to set). pnpm exec alchemy login- Confirm any Cloudflare/Alchemy prompts and ensure
pnpm run devworks.
Notes
- Keep commands non-interactive when possible.
- Use
ghfor repo creation. - Don’t delete without confirmation (use
trash).
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です