Agent skill
agent-scaffold
File templates for Claude Agent SDK project scaffolding. Used by /agent-sdk:agent-scaffold command.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/agent-scaffold
SKILL.md
Agent Scaffold Skill
Provides file templates for generating Claude Agent SDK projects.
When to Use
Automatically invoked by /agent-sdk:agent-scaffold command.
Templates
Core Files
- resources/typescript/package.json - Node.js package config
- resources/typescript/agent.ts - TypeScript agent entry point
- resources/python/pyproject.toml - Python package config
- resources/python/agent.py - Python agent entry point
Environment
- resources/env-anthropic.example - Anthropic API key config
- resources/env-bedrock.example - AWS Bedrock config
- resources/env-vertex.example - Google Vertex AI config
- resources/gitignore - Standard gitignore
Claude Code Files
- resources/claude/example-subagent.md - Subagent template
- resources/claude/example-skill.md - Skill template
- resources/claude/example-command.md - Command template
- resources/claude/settings.json - Hooks configuration
Tool Mapping
| User Selection | SDK Tools |
|---|---|
| File Operations | Read, Write, Edit, Glob, Grep |
| Code Execution | Bash |
| Web Search | WebSearch, WebFetch |
| MCP Tools | (configured via mcpServers) |
System Prompts
Coding Agent:
You are a coding assistant that helps developers write better code.
Analyze code for bugs, security issues, and best practices.
Business Agent:
You are a business analyst assistant.
Help with document analysis, data extraction, and report generation.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?