원클릭으로
agent-authoring
How to design, structure, and validate custom Copilot agents for this workspace.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
How to design, structure, and validate custom Copilot agents for this workspace.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guide for using the evaluate_script tool to execute JavaScript on SFCC instances via the script debugger
Guide for creating and maintaining user-facing agent skills
Mandatory preflight for MCP server design/review/audit tasks. Defines production best practices for architecting, securing, testing, and operating TypeScript MCP servers, including transport design, schema validation, error handling, and deployment.
Register SFCC hooks via cartridge package.json and hooks.json. Use when adding hooks or troubleshooting hook registration.
Guide for implementing logging in Salesforce B2C Commerce scripts
Unified caching playbook for SFCC (page cache vs custom cache vs service response cache). Use this when improving performance, reducing external calls, designing cache keys/TTLs, or debugging stale cache behavior.
| name | agent-authoring |
| description | How to design, structure, and validate custom Copilot agents for this workspace. |
Guidelines for creating and maintaining custom GitHub Copilot agents (.agent.md) tailored to this repository.
.github/agents/<agent-name>.agent.md (VS Code auto-detects this folder/extension).name, description, tools, target, infer, mcp-servers, handoffs.name: Display name; defaults to file name if omitted.description: Placeholder text in chat input; keep short.tools: List allowed tools. For MCP servers, use <server>/* to include all tools or enumerate specific ones.target: github-copilot for Copilot agents (default), vscode for VS Code target.infer: Allow subagent use (default true). Set false if you want to restrict subagents.mcp-servers: For Copilot agents, point to MCP server configs (paths to server JSON). Use only if you need to pin servers.handoffs: Optional array of next-step buttons { label, agent, prompt?, send? }.workspace, terminal, search; add fetch for docs; add MCP toolsets only if required.fetch/search.terminal for planning-only agents).Use handoffs to guide sequential flows (e.g., Plan -> Implement -> Review). Keep labels short and make prompts actionable. Use send: false unless you want auto-submit.
argument-hint, etc.).git reset --hard)..github/agents/storybook-interaction-tests.agent.md (interaction test fixer playbook).tools: ['fetch', 'search'], body instructs to gather context and produce a plan, handoff to implementation agent.