Personal Claude Code configuration directory containing MCP integrations, GitHub templates, and development workflows.
This directory contains configuration files and templates for Claude Code, enhancing AI-assisted development with external tool integrations and structured workflows.
- LinkedIn MCP: Profile management and content posting
- Weather MCP: Weather data and alerts
- GitHub MCP: GitHub API integration via Copilot
- Playwright: Browser automation and testing
- Issue creation with comprehensive research phases
- Pull request templates with quality assurance
- Todo management for complex development tasks
- Project-specific session tracking
- Shell command history persistence
- Cross-session todo state management
.claude/
βββ .mcp.json # MCP server configurations
βββ settings.json # Permissions and user settings
βββ commands/ # GitHub operation templates
β βββ issue.md # Issue creation template
β βββ pr.md # Pull request template
β βββ todos.md # Todo management guide
βββ projects/ # Session histories by project
βββ shell-snapshots/ # Shell session persistence
βββ todos/ # Individual todo tracking files
βββ statsig/ # Analytics cache
The configuration automatically loads when using Claude Code in any project. Templates in commands/
provide structured approaches for GitHub operations and task management.
Personal session data and todos are gitignored. Only shared templates and base configuration are version controlled.