Skip to content

Comments

feat: Add Claude Code framework with agents, skills, and personas#193

Open
dgokcin wants to merge 23 commits intomainfrom
claude-code-integration
Open

feat: Add Claude Code framework with agents, skills, and personas#193
dgokcin wants to merge 23 commits intomainfrom
claude-code-integration

Conversation

@dgokcin
Copy link
Owner

@dgokcin dgokcin commented Jan 23, 2026

Summary

This branch introduces a comprehensive Claude Code integration framework to the dotfiles repo, including specialized agents, reusable skills, personas, configuration files, templates, and supporting scripts. It also cleans up legacy Cursor rules and adds Makefile targets for managing Claude and Cursor tooling.

Changes

  • Add Claude Code framework under ai-stuff/claude/ with agents (GitBoi, JiraGirl, Mega Dev, Steve Square Meter), personas, skills (commit, create-pr, create-story, dev-story, get-story, gitboi, jiragirl, mega-dev, request-viewing, save-property-to-vault), and config files
  • Add house search templates and property frontmatter for Steve agent
  • Add statusline.sh and file-suggestion.sh helper scripts
  • Add settings.json with Claude Code tool permissions and model config
  • Add makefiles/claude.mk and makefiles/cursor.mk with automation targets, wired into the root Makefile
  • Remove legacy Cursor .mdc rules that have been superseded by the new skill/agent system
  • Minor fixes to .bash_profile, .zshrc, and .path for environment improvements
  • Harden usage data fetch and cache validation in statusline script
  • Add glab and gh pr/mr commands to Claude allowed permissions
  • Simplify Steve agent config and drop model override

Additional Notes

The framework is designed to be modular - agents reference personas and configs via absolute paths, and skills are self-contained with their own SKILL.md definitions. The Steve agent handles house search workflows integrated with an Obsidian vault. No breaking changes to existing dotfile setup.

- add gitboi persona for sassy conventional commits
- add jira girl persona for enthusiastic jira management
- add mega-dev agent for full-stack development orchestration
- add commit, create-pr, create-story, dev-story, get-story skills
- add jira and git configuration constants
- add makefile targets for claude code setup
- update shell configs with volta, bun, kubectl-plugins paths
- add gitboi.md agent for git operations with sass enforcement
- add jiragirl.md agent for jira/confluence with enthusiasm
- simplify mega-dev.md to focus on orchestration vs implementation
- update all skill files with agent references and context injection
- enhance commit/create-pr skills with pre-expanded context
- add standalone skill files for gitboi, jiragirl, and mega-dev
- improve makefile claude targets with better skill management

this refactor separates concerns: mega-dev orchestrates, specialists execute
- explain skills, agents, personas, config architecture
- document all available skills and their commands
- detail agent execution environments and tool access
- outline persona personalities and communication styles
- provide usage patterns and extension guidelines
- include workflow examples from story to pr
- add file-suggestion.sh using rg + fzf for fuzzy matching with symlink support
- add settings.json with custom status line, lsp/plugin configs, and file suggestion hook
- update claude.mk to install settings and file-suggestion.sh via claude-settings target
- add cleanup for settings files in claude-clean target
- restrict gitboi skills to read-only and specific git commands
- enhance context injection with full diffs and absolute paths
- clarify permission system messaging in agent config
- fix settings.json indentation
@dgokcin dgokcin changed the title fix(claude): clarify capitalization rules for commits vs PR/MR feat(claude): Add Claude Code skills, personas, and agents framework Jan 26, 2026
- add gh pr edit and glab mr update to allowed tools
- automatically update existing pr/mr instead of prompting user
- add complete command examples for updating prs and mrs
- clarify execution flow handles both create and update paths
- move entire claude framework from claude/ to ai-stuff/claude/
- extract statusline inline bash command into dedicated scripts/statusline.sh
- move file-suggestion.sh to scripts/ directory for better organization
- update all makefile paths to reflect new ai-stuff/claude/ structure
- add scripts directory setup and installation to makefile
- update readme to document new scripts directory
- fix create-pr skill with jira ticket prefix format and improved gitlab hostility
- update commit skill with more aggressive sass in example responses
…skill

- add explicit backtick escaping warnings for gitlab mr commands
- clarify github handles backticks automatically
- update example commands to show proper escape syntax
- prevent glab cli markdown rendering issues
- enforce no jira tickets in conventional commit messages (only in pr/mr titles)
- add conventional commit format as fallback for pr/mr titles without tickets
- simplify get-story skill to show only description and comments
- restrict get-story to single mcp tool for cleaner output
- reorder settings.json and set default model to haiku
@dgokcin dgokcin changed the title feat(claude): Add Claude Code skills, personas, and agents framework feat: integrate claude code skills framework with agents and personas Feb 5, 2026
- standardize all @../ relative paths to @~/.claude/ absolute paths
- ensures consistent reference resolution across all agent and skill definitions
- add comprehensive persistent agent memory for steveaquaremeter with vault structure and analysis history
- improves maintainability and eliminates path resolution ambiguity
- add skills, mcp servers, and memory config to steve agent
- convert relative vault paths to absolute ~/vault/ references
- switch default model from haiku to opus
- reorder settings.json permissions block
- write api response to temp file before promoting to cache
- validate json contains utilization data before updating cache
- replace xargs printf with jq round for percentage calculation
- add fallback for empty percentage values
- add posttooluse hooks to steve for chrome action summaries
- include westerpark in top-tier preferred locations
- update property template to use wiki-link format for neighborhoods
@dgokcin dgokcin changed the title feat: integrate claude code skills framework with agents and personas feat: Add Claude Code framework with agents, skills, and personas Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant