원클릭으로
starter-workspace
starter-workspace에는 pedrogrande에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Design and implement Agent Skills following best practices for VS Code and any Agent Skills-compatible agent. Use this skill when the user wants to create a new skill, improve an existing skill, review a skill for quality, or learn skill authoring best practices. Covers scoping decisions, instruction patterns, progressive disclosure, description optimization, and evaluation workflows.
Design and write VS Code custom agent files (.agent.md) following the minimum-sufficient-context spec: scoped tools, structured instructions, hard-enforcement hooks, and handoffs. Use this skill when creating a new custom agent, reviewing an existing .agent.md for quality, deciding an agent's tool set, writing agent body instructions, adding PreToolUse or PostToolUse hooks to an agent, designing an orchestrator-with-subagents team, or adapting the reference spec to a specific project. Covers frontmatter fields, body section ordering, hook input/output contracts, model fallback chains, and the orchestrator/subagent/handoff patterns.