# Claude Code AI Workflow This repository contains configurations, prompts, and tools to improve the Claude Code AI workflow. ## Project Structure - `.claude/` - Claude Code configuration - `commands/` - Custom slash commands (skills) - `prompts/` - Reusable prompt templates - `scripts/` - Automation scripts - `hooks/` - Claude Code hooks (pre/post tool execution) ## Forgejo Integration Uses `fj` CLI (forgejo-cli) for issue/PR management: ```bash # Setup (one-time) brew install forgejo-cli echo "YOUR_TOKEN" | fj -H code.flowmade.one auth add-key username # Token needs scopes: read:user, read:repository, write:issue, write:repository ``` ### Available Commands | Command | Description | |---------|-------------| | `/work-issue ` | Fetch issue, create branch, implement, create PR | | `/dashboard` | Show open issues and PRs | | `/review-pr ` | Review PR with diff and comments | | `/create-issue` | Create single or batch issues | ## Usage This project is meant to be used alongside Claude Code to enhance productivity and maintain consistent workflows.