con un clic
prompt-engineering
// Best practices for prompt engineering and context engineering for Coding Agent prompts
// Best practices for prompt engineering and context engineering for Coding Agent prompts
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.
| name | prompt-engineering |
| description | Best practices for prompt engineering and context engineering for Coding Agent prompts |
| disable-model-invocation | false |
| user-invocable | true |
Guidelines for creating and editing Coding Agent prompts (commands, agents, skills, context files).
Important: Always Read the detailed reference for the corresponding prompt type before starting work.
| Type | Location | Invocation | Purpose | Reference |
|---|---|---|---|---|
| Command | .claude/commands/<name>.md | /command-name | Reusable tasks for users | references/command.md |
| Agent | .{.super-agent,.claude}/agents/<name>.md | @agent-name / Task tool | Specialized subagents | references/agent.md |
| Skill | `{.super-agent | .claude | .codex | .github}/skills//SKILL.md` |
| Context File | CLAUDE.md, AGENTS.md etc. | Auto-loaded | Always-needed project context | references/context-file.md |
| Document | Any | Manual reference | Standalone prompts | - |
Other references:
references/orchestration.md - Orchestrator design for calling subagentsreferences/permission-syntax.md - Permission syntax for allowed-toolsreferences/hooks.md - Lifecycle hook configurationEach prompt has one clear purpose.
Avoid references to "orchestrator" or "parent task"; focus on input/output contracts.
Only information necessary for execution. Remove verbose examples, hypothetical paths, and generic patterns.
#description (user-facing metadata).When calling subagents:
Be especially careful since they are always loaded: