NAME
App::karr::Cmd::Init - Initialize a new karr board
VERSION
version 0.101
SYNOPSIS
karr init --name "My Project"
karr init --statuses backlog,todo,in-progress,review,done
karr init --name "Client Work" --claude-skill
DESCRIPTION
Creates a new board inside refs/karr/* in the current Git repository. The command writes the initial config and metadata refs and can optionally install the bundled Claude Code skill into the repository.
OPTIONS
--nameSets the board name stored in
board.name.--statusesReplaces the default status list with the comma-separated statuses you supply.
--claude-skillCopies the bundled skill file to .claude/skills/karr/SKILL.md.
SEE ALSO
karr, App::karr, App::karr::Cmd::Config, App::karr::Cmd::Create, App::karr::Cmd::Skill
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-app-karr/issues.
IRC
Join #ai on irc.perl.org or message Getty directly.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <torsten@raudssus.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.