ak-init - Scaffold an Agent Kernel project from scratch.
Interactively gathers requirements to generate a complete Agent Kernel project with agent code, configuration, and deployment files.
Tags
Updated: 2026-09-23Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Gather agent requirements
- Select agent framework
- Select deployment target
- Select session persistence
- Generate project structure
- Generate agent code
- Generate configuration files
- Generate test files
Inputs
- Agent framework selection
- Agent purpose description
- Custom tool requirements
- Deployment target choice
- Session persistence choice
Outputs
- pyproject.toml file
- config.yaml file
- Agent python file
- Tool python file
- Test python file
- Build shell script
- Deployment files
- README.md file
Requirements
- Python >= 3.12
- Agent Kernel >= 0.9.2
- uv package manager
