Claude Code configuration files, skills, and customizations
Go to file
Cal Corum b2b024f0e3 Replace gitea-create-pr.sh script with tea CLI
Removed custom PR creation script in favor of native tea CLI tool.

Before: /home/cal/.claude/scripts/gitea-create-pr.sh cal/repo branch main "Title"
After: tea pulls create --repo cal/repo --head branch --base main --title "Title"

Benefits:
- No custom script maintenance
- Native Gitea CLI with better error handling
- Support for labels, assignees, milestones
- Consistent with other Gitea operations

Updated CLAUDE.md with tea pulls create examples.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-13 15:20:56 -06:00
agents Initial commit: Claude Code configuration backup 2026-02-03 16:34:21 -06:00
commands Add new skills, commands, scripts; update Paper Dynasty workflows 2026-02-13 14:10:21 -06:00
scripts Replace gitea-create-pr.sh script with tea CLI 2026-02-13 15:20:56 -06:00
skills Replace gitea-create-pr.sh script with tea CLI 2026-02-13 15:20:56 -06:00
usage-data Add new skills, commands, scripts; update Paper Dynasty workflows 2026-02-13 14:10:21 -06:00
.gitignore Add new skills, commands, scripts; update Paper Dynasty workflows 2026-02-13 14:10:21 -06:00
CLAUDE.md Replace gitea-create-pr.sh script with tea CLI 2026-02-13 15:20:56 -06:00
settings.json Replace gitea-create-pr.sh script with tea CLI 2026-02-13 15:20:56 -06:00