mit einem Klick
mit einem Klick
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
コンテキスト圧迫時に次セッションへの引き継ぎファイルを作成する
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
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.
Verify application behavior for a requested scope and report QA results. Use when performing behavioral QA, exploratory E2E checks, test coverage review, or verification reports.
Execute browser operations as instructed and report page state. Use when navigating pages, clicking, filling forms, scrolling, checking page state, or performing other browser interactions without making decisions.
| name | project-setup |
| description | プロジェクトの初期化・設定に関するナレッジ |
| disable-model-invocation | false |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash(pnpm:*, git:*, curl:*, mkdir:*, ls:*, npx:*) |
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 — app.ts, routes.ts, server.ts, main.ts, client.ts + hono-rpc-msw-adapter |
tanstack-spa/ | Frontend SPA — vite.config.ts, index.html, main.tsx, __root.tsx, query client |
shadcn-ui/ | UI components — Tailwind + shadcn init, components.json for shared packages |
cloudflare-workers/ | Cloudflare Workers deploy — wrangler.jsonc, worker.ts, deploy.sh, env management |
tanstack-start-static/ | TanStack Start pre-rendered SPA — vite.config.ts, router.tsx, __root.tsx |
agent-harness/ | CLAUDE.md/AGENTS.md, coding guideline/process, conventions (commit, branch, E2E testing) |
</reference_index>