Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/d-kimuson/dotfiles --skill project-setupコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Launch Chrome with remote debugging port and connect agent_browser with --auto-connect. Use when you need to reuse the user's existing browser profile (cookies, logins, extensions) for authenticated browsing automation.
agent 向けテキスト指示(skill / slash command / task プロンプト / CLAUDE.md 節 / コード生成プロンプト)を、バイアスを排した実行者に動かしてもらい、両面(実行者の自己申告 + 指示側メトリクス)で評価して反復改善する手法。改善が頭打ちになるまで回す。プロンプトや skill を新規作成・大幅改訂した直後、またはエージェントの挙動が期待通りにならない原因を指示側の曖昧さに求めたいときに使う。
日本語の技術文書・書籍原稿・技術記事の執筆規範。書籍の章や解説文向けの文章規範(整形、パラグラフライティング、論証の厳密さ、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、冗長の排除)と、箇条書きコンテンツを自然な文体の技術記事(ブログ記事)に仕上げるための執筆ガイドラインの両方を定める。日本語で技術書の章、草稿、記事、解説文を書く・推敲・リライトするとき、または箇条書きから技術記事を書き起こすときに使用する。
SOC 職業分類に基づく
SKILL.md を表示中
| name | project-setup |
| description | プロジェクトの初期化・設定に関するナレッジ |
| disable-model-invocation | true |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash(pnpm:*, git:*, curl:*, mkdir:*, ls:*, npx:*, node:*, chmod:*, cp:*, mv:*, rm:*, rg:*) |
Knowledge base for project setup, configuration, and conventions.
Provides reference documents for tooling, frameworks, and workflows. Read the relevant index.md for each topic, then copy and customize template files as documented.
If the user's request matches a workflow, read the workflow file and follow its procedure.
All paths are relative to this skill's directory (references/).
| Workflow | Trigger |
|---|---|
workflows/init.md | New project initialization from scratch |
<reference_index>
All paths are relative to this skill's directory (references/).
| Reference | Description |
|---|---|
core/ | Nix flakes, direnv, GitHub Actions Nix setup, LICENSE, .gitignore — cross-language project foundation |
typescript-package/ | npm + TypeScript + oxc + vitest + dev-tools + CI — all-in-one for TS projects |
workspace/ | Monorepo — pnpm-workspace.yaml, turbo.json, root tsconfig.json |
hono/ | Backend API — Hono app/context, route composition, workflow/service/domain structure, typed client |
tanstack-start/ | Frontend — TanStack Start with selectable prerender (/ + /home) or spa mode |
shadcn-ui/ | UI components — Tailwind + shadcn init, components.json for shared packages |
cloudflare-workers/ | Cloudflare Workers deploy — wrangler.jsonc, worker.ts, D1 migration, manual deploy scripts |
agent-harness/ | CLAUDE.md/AGENTS.md, architecture/process/QA docs, project coding-guideline skill |
</reference_index>