Agent skill

agent-scaffold

File templates for Claude Agent SDK project scaffolding. Used by /agent-sdk:agent-scaffold command.

Stars 163
Forks 31

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.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results