AI Prompts
No description available
Ask AI about AI Prompts
Powered by Claude Β· Grounded in docs
I know everything about AI Prompts. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Claude Code Optimization Prompts Library
Project-agnostic guides and executable agents for setting up Claude Code with 70-90% token reduction.
This library contains reusable prompts for implementing global Claude Code optimization across any project. Share with other developers or use to recreate your setup.
π Contents
01-global-optimization
Set up global optimization (ONE-TIME, applies to ALL projects)
- guide.md - Step-by-step installation guide
- setup-agent.md - Executable agent for automated setup
- checklist.md - Verification checklist
- skills/ - Complete SKILL.md files for all 5 global skills (installed to
~/.claude/skills/)optimize/-/optimizeβ max token efficiency modecontext/-/contextβ memory managementcache-inspector/-/cache-inspectorβ cache monitoringupdate-docs/-/update-docsβ documentation refreshinit-project/-/init-projectβ new project setup
- system-prompts/ - Global system prompt files
global-optimization.md- Core optimization rulessymbol-first-protocol.md- Symbol-first exploration protocol
Time: 2-3 hours (one-time) Benefit: 70-90% token reduction on ALL future projects ROI: Pays for itself in 2-3 sessions
02-project-activation
Activate optimization for a specific project (10-15 min per project)
- guide.md - Project activation walkthrough
- activation-agent.md - Executable agent for Serena activation
- memory-templates/ - Sample memory files
architecture-template.md- Project structure templateconventions-template.md- Coding patterns template
Time: 10-15 minutes per project Benefit: Project-specific memories for 60-70% session savings Required: After global setup, before starting work
03-custom-skills
Create custom slash commands (skills)
- guide.md - How to write skills
- skill-template.md - Blank template to copy
- examples/ - Working examples
example-simple-skill.md- Simple single-action skillexample-complex-skill.md- Multi-action skill with integrationpwa.md- PWA features skill (service worker, manifest, offline, push notifications)- module-mcp/ -
/module:mcpβ Add a Laravel MCP server to any project (dual transport, domain tools, auth) - module-assistant/ -
/module:assistantβ Add an AI assistant chat panel (Livewire, PrismPHP tools, local agent support)
Use when: You want custom commands like /deploy or /migrate, or full modules like /module:mcp and /module:assistant
Benefit: Encapsulate common workflows, reduce repetition; module skills bootstrap entire features
04-research-integration
Research and integrate new Claude API features
- guide.md - How to research and update docs
- research-agent.md - Web research automation
- sources.md - Curated source list
Use when: New Claude API features released, quarterly reviews Benefit: Keep documentation current, adopt new optimizations
05-token-optimization
Deep dive into token reduction techniques
- guide.md - Complete optimization guide
- optimization-agent.md - Token usage analyzer
- metrics.md - Measurement and tracking
Use when: Analyzing token usage, optimizing specific workflows Benefit: Understand and maximize savings, track ROI
06-advanced-patterns
Advanced techniques for complex scenarios
- parallel-agents-guide.md - Multi-agent coordination via Task tool + git isolation with Worktrunk
- agent-teams-guide.md - Native Agent Teams (v2.1.32+, Opus 4.6) β autonomous peer-to-peer coordination on shared codebases; includes
/agent-teamskill withpr-review,debug,feature,custompresets - checkpoint-system-guide.md - Save/resume workflows
- constitution-guide.md - Architectural decision frameworks
- observability-guide.md - Session monitoring, cost tracking, usage pattern analysis
- sprint-orchestration-guide.md - Chain skills into a Think β Plan β Build β Review β Test β Ship β Reflect lifecycle with artifact flow between phases
- decision-classification-guide.md - Mechanical / Taste / User Challenge decision framework, anti-sycophancy rules, dual effort scales
Use when: Complex projects, team coordination, critical decisions, cost visibility Benefit: Handle advanced scenarios with proven patterns; understand where tokens go
07-custom-commands
Custom slash commands for specialized workflows
- debug.md - Debug Agent for systematic debugging
- i18n.md - Internationalization management
- qa.md - QA automation with browser testing
- content-review.md - Content audit for accuracy, consistency, grammar, and translations
- retro.md - Sprint retrospective with git analytics, shipping metrics, per-author breakdowns, and actionable insights
Use when: Specialized workflows, testing, debugging, sprint retrospectives, content quality assurance Benefit: Encapsulate complex workflows into simple commands
08-ui-ux-development
Production-ready UI/UX implementation with Claude Code
- ui-ux-pro-skill.md - Complete UI/UX Pro Max skill documentation
- 50+ UI styles (Glassmorphism, Minimalism, Brutalism, etc.)
- 21 color palettes with accessibility guidance
- 50 font pairings
- shadcn/ui MCP integration
- dashboard-workflow-guide.md - Step-by-step dashboard implementation
- Real API data integration
- Empty states and loading patterns
- Security best practices (XSS prevention)
- Dark mode and multilingual support
- browser-testing-guide.md - Systematic browser testing
- Chrome DevTools via Claude in Chrome MCP
- Network, console, visual verification
- Responsive and accessibility testing
Use when: Building dashboards, admin panels, landing pages, SaaS interfaces Benefit: 40-60% token savings, production-ready code with security and accessibility Time: 60-90 minutes per dashboard (vs 3-4 hours manual)
09-laravel-mcp-integration
Connect Claude Code with Laravel's MCP ecosystem
- README.md - Laravel MCP ecosystem overview
- setup-guide.md - Installation and configuration
- laravel-claude-md-template.md - CLAUDE.md template for Laravel projects
- laravel-subagent.md - Custom subagent for Laravel development
Use when: Working on Laravel 11.x/12.x projects with Claude Code Benefit: Project-aware assistance via Laravel Boost + package discovery via LaraPlugins.io Setup: 5 minutes per project (composer install + MCP registration)
10-subagents
Create custom AI agents with specialized knowledge and tools
- README.md - Subagent system overview
- guide.md - Complete subagent creation guide + all v2.1.83 frontmatter fields + production agents
plan-challenger(Opus) β adversarial plan review across 5 dimensions with refutation checkoutput-evaluator(Haiku) β LLM-as-Judge: APPROVE/NEEDS_REVIEW/REJECT before commitloop-monitor(Haiku) β watchdog for autonomous sessions: stall/runaway/loop detection
- examples/ - Working subagent examples
code-reviewer.md- Read-only code review agentlaravel-specialist.md- Laravel development agentdebugger.md- Debugging specialisttest-generator.md- Test generation agent
Use when: Repetitive specialized tasks, team standardization, cost optimization Benefit: Reusable agents with controlled tool access and model selection Setup: 5-10 minutes per agent definition
11-mobile-development
Mobile development with Claude Code across all major platforms
- README.md - Platform comparison and quick start
- setup-guide.md - MCP server installation for all platforms
- iOS: guide | subagent | CLAUDE.md template
- Android: guide | subagent | CLAUDE.md template
- React Native: guide | subagent | CLAUDE.md template
- Flutter: guide | subagent | CLAUDE.md template
- Skills: /mobile-build | /mobile-test
Use when: Developing iOS (Swift/SwiftUI), Android (Kotlin/Compose), React Native, or Flutter apps Benefit: Platform-specific MCP integration, build/test automation, device control Setup: 5-10 minutes per platform (MCP installation + CLAUDE.md template)
12-desktop-development
Desktop development with Claude Code for macOS, Tauri, and Electron
- README.md - Platform comparison and quick start
- setup-guide.md - MCP server installation for all platforms
- macOS: guide | subagent | CLAUDE.md template
- Tauri: guide | subagent | CLAUDE.md template
- Electron: guide | subagent | CLAUDE.md template
- Skills: /desktop-build | /desktop-test
Use when: Building macOS native (SwiftUI/AppKit), Tauri (Rust + Web), or Electron (Node.js + Chromium) desktop apps Benefit: Platform-specific MCP integration, build/package automation, code signing and notarization workflows Setup: 5-10 minutes per platform (MCP installation + CLAUDE.md template)
14-webmcp
WebMCP β structured browser tools for AI agents (W3C Draft, Chrome 146 Canary)
- guide.md - WebMCP integration guide
- What WebMCP solves (89% token savings vs screenshot-based approaches)
- WebMCP vs MCP comparison (frontend vs backend)
navigator.modelContextAPI reference with code examples- Implementation patterns (read-only, form actions, declarative HTML)
- Integration with Chrome MCP and Playwright MCP
- CLAUDE.md template for WebMCP-enabled projects
- Current limitations and browser support matrix
Use when: Building web applications that AI agents will interact with Benefit: Structured tool access instead of DOM scraping; 89% token reduction Status: Early Preview β Chrome 146 Canary only, spec actively changing
13-security-hardening
Protect Claude Code workflows from MCP attacks, prompt injection, and accidental data loss
- guide.md - Complete security hardening guide
- MCP vetting checklist + community-vetted safe list
- Known CVEs (2025-2026) with versions and mitigations
- Prompt injection defense hooks (PreToolUse + PostToolUse)
- 6 production safety rules with
settings.json+ hook implementations permissions.denyhardening templates (global + project-level)- Agent Skills supply chain risks and scanning
- Production Hook Library (
~/.claude/hooks/):dangerous-actions-blocker.sh,pre-commit-secrets.sh,smart-suggest.shβ copy-paste ready with matcher-basedsettings.jsonregistration
Use when: Team environments, production codebases, regulated industries, before adding new MCP servers Benefit: Prevent data exfiltration, block destructive operations, audit MCP supply chain Time: 15-30 minutes for initial hardening; 5 minutes per new MCP added
π Quick Start
First Time Setup (2-3 hours)
Option 1: Automated (Recommended)
# Navigate to Claude Code
cd ~/.claude
# Use the setup agent
# Copy contents of 01-global-optimization/setup-agent.md
# Paste into Claude Code conversation
# Agent will create all files automatically
Option 2: Manual
# Follow the step-by-step guide
# Read: 01-global-optimization/guide.md
# Create files as instructed
# Verify with: 01-global-optimization/checklist.md
Activate for Your Project (10-15 min)
# Navigate to your project
cd ~/projects/your-project
# Use the activation agent
# Copy contents of 02-project-activation/activation-agent.md
# Paste into Claude Code conversation
# Agent will activate Serena and create memories
Start Optimized Work
# In your project directory
/optimize "Your task here"
# Or use /init-project for new projects
/init-project --full
π Expected Outcomes
Token Reduction Targets
| Scenario | Baseline | Optimized | Savings |
|---|---|---|---|
| Simple task (bug fix) | 22,000 tokens | 1,600 tokens | 93% |
| Medium task (new feature) | 31,000 tokens | 8,500 tokens | 73% |
| Complex task (module creation) | 85,000 tokens | 18,000 tokens | 79% |
Conservative target: 30-50% overall reduction Aggressive target: 50-70% with full optimization Maximum achieved: 80-90% with prompt caching on large contexts
Cost Savings
Per session (average medium task):
- Baseline: $0.93 (31,000 tokens @ $3/M)
- Optimized: $0.26 (8,500 tokens @ $3/M)
- Savings: $0.67 per session (72%)
Monthly (30 sessions):
- Baseline: $27.90
- Optimized: $7.80
- Savings: $20.10 per month
Annual (360 sessions):
- Baseline: $334.80
- Optimized: $93.60
- Savings: $241.20 per year
Multiple projects (3 projects, 60 sessions/month):
- Annual savings: $723.60
π οΈ What Gets Created
Global Files (in ~/.claude/)
Agents (orchestration):
agents/pm-orchestrator.md- Central coordinatoragents/plan-challenger.md- Adversarial plan review (Opus)agents/output-evaluator.md- Code quality judge before commit (Haiku)agents/loop-monitor.md- Autonomous session watchdog (Haiku)
Hooks (automation):
hooks/dangerous-actions-blocker.sh- Blocks destructive commands and protected fileshooks/pre-commit-secrets.sh- Scans staged files for API keys before commithooks/smart-suggest.sh- Suggests the right tool/agent per prompt intent
Settings (configuration):
settings/prompt-caching.json- 90% savings on cached contentsettings/beta-features.json- Token-efficient tools (14-70% savings)settings/model-strategy.json- Haiku/Sonnet/Opus selectionsettings/token-optimization.json- All optimization strategies
Skills (slash commands):
skills/optimize/SKILL.md-/optimizecommandskills/context/SKILL.md-/contextcommandskills/cache-inspector/SKILL.md-/cache-inspectorcommandskills/update-docs/SKILL.md-/update-docscommandskills/init-project/SKILL.md-/init-projectcommandskills/agent-team/SKILL.md-/agent-teamcommand (pr-review, debug, feature, custom)
System Prompts (behavior):
system-prompts/global-optimization.md- Applies to all projects/agentssystem-prompts/symbol-first-protocol.md- 65-75% savings via Serena
Documentation:
README.md- Complete guideINSTALLATION-COMPLETE.md- Setup summaryQUICK-REFERENCE.md- Command cheat sheet
Project-Specific Files (in .claude/)
Per project (10-15 min setup):
settings/constitution.json- Architectural rules (optional).serena/memories/architecture.md- Project structure.serena/memories/codebase-conventions.md- Coding patterns.serena/memories/module-structure.md- Navigation (if applicable).serena/memories/testing-strategy.md- Test patterns.serena/memories/docker-workflow.md- Docker commands (if applicable)
π How to Use This Library
Sharing with Others
Send the entire directory:
# Zip the library
tar -czf claude-optimization.tar.gz ~/ai-prompts
# Share with team
# Recipients extract and follow guides
Or share specific guides:
- New to Claude Code? Start with
01-global-optimization/guide.md - Need project setup? Use
02-project-activation/guide.md - Want custom commands? Read
03-custom-skills/guide.md
Rebuilding After Data Loss
If you lose your ~/.claude/ directory:
-
Follow global setup (2-3 hours):
- Read
01-global-optimization/guide.md - Or run
01-global-optimization/setup-agent.md - Verify with
01-global-optimization/checklist.md
- Read
-
Reactivate each project (10-15 min per project):
- Navigate to project
- Run
02-project-activation/activation-agent.md - Or manually create memories using templates
-
Resume work with full optimization:
- All token savings restored
- Slash commands available
- PM Orchestrator coordinating
Adapting for Your Team
Customize guides:
- Add team-specific conventions
- Include company coding standards
- Reference your internal documentation
Create team templates:
- Shared constitution for all projects
- Standard memory templates
- Custom skills for team workflows
Version control:
cd ~/ai-prompts
git init
git add .
git commit -m "Initial Claude Code optimization library"
git remote add origin <your-repo>
git push -u origin main
π§ Maintenance
Weekly
- Review optimization performance:
/cache-inspector analyze - Check token usage trends
- Update memories if code patterns change
Monthly
- Run
/update-docs validateto check doc accuracy - Review and update constitution if needed
- Check for new Claude API features
Quarterly
- Full documentation review:
/update-docs research all - Update memory templates with learned patterns
- Analyze cumulative ROI
π Troubleshooting
"Serena not working"
Solution: See 02-project-activation/guide.md β Troubleshooting section
"Low token savings"
Solution: See 05-token-optimization/guide.md β Measurement section
"Skill not found"
Solution: Verify skill installed in ~/.claude/skills/[skill-name]/SKILL.md
"Cache not working"
Solution: Run /cache-inspector status to diagnose
"Constitution not enforced"
Solution: Verify PM Orchestrator loaded, check settings
π Additional Resources
Official Documentation
Community Resources
- FastMCP Skills
- SuperClaude Framework
- Serena MCP
- Awesome Claude Code Subagents
- Claude Code Cheat Sheet
- Awesome LLM Apps - 95K+ star collection of LLM agent implementations; see
awesome_agent_skills/for 18 SKILL.md-format skills and multi-agent team patterns - Claude Code Ultimate Guide - Comprehensive reference covering methodologies, security CVEs, observability, and production patterns
Laravel MCP Ecosystem
- Laravel Boost - Official Laravel MCP server
- LaraPlugins.io MCP - Package discovery MCP
Claude Code Documentation
- Claude Code Subagents - Official subagent docs
- Claude Code MCP - MCP integration guide
- Claude Code Skills - Custom skills guide
Related Tools
- context-mode - MCP plugin that sandboxes tool output to protect context window (98% savings on bulk commands)
- Worktrunk - Git worktree management for parallel AI agents (Apache 2.0)
- Codex-CLI - Code refactoring
- Chrome-DevTools MCP - Browser automation
- Sequential-Thinking - Reasoning support
π― Success Stories
Project 1: Laravel Multi-Tenant SaaS
- Baseline: 85,000 tokens/session
- Optimized: 18,000 tokens/session
- Savings: 79% reduction, $2.01/session
- Annual: $723.60 saved (360 sessions)
Project 2: React Dashboard
- Baseline: 45,000 tokens/session
- Optimized: 12,000 tokens/session
- Savings: 73% reduction, $0.99/session
Project 3: Python/Django API
- Baseline: 67,000 tokens/session
- Optimized: 14,000 tokens/session
- Savings: 79% reduction, $1.59/session
Combined across 3 projects (60 sessions/month):
- Total savings: $2,170.80/year
- Setup time: 5 hours total (global + 3 projects)
- ROI: Pays for setup in first week
π€ Contributing
If you create custom skills, guides, or improvements:
- Test thoroughly with your projects
- Document clearly with examples
- Share back with the community
- Consider adding to this library
Format:
- Markdown guides: Clear, step-by-step, with examples
- Agent files: YAML frontmatter + detailed instructions
- Include token savings estimates
- Add troubleshooting sections
π License
These prompts are project-agnostic and can be freely shared, modified, and adapted for your team's needs.
Attribution appreciated but not required.
π Next Steps
-
If this is your first time:
- Read
01-global-optimization/guide.md - Allocate 2-3 hours for global setup
- Use
setup-agent.mdfor automation
- Read
-
If global setup is complete:
- Navigate to your project
- Read
02-project-activation/guide.md - Allocate 10-15 minutes for activation
-
If everything is set up:
- Start using
/optimizefor all tasks - Monitor savings with
/cache-inspector - Share this library with your team
- Start using
Questions or issues? Check the troubleshooting sections in each guide or review the official Claude documentation.
Remember: This is a ONE-TIME global setup (2-3 hours) + 10-15 min per project. All future projects benefit automatically with minimal activation effort.
Time investment: 3-5 hours total (global + 3 projects) Time savings: Hundreds of hours in reduced token usage and faster execution Cost savings: $700-$2,000+ per year (depending on usage) ROI: Immediate (pays for itself in 2-3 sessions)
Created: 2026-01-04
Last Updated: 2026-03-28
Version: 1.13.0
Compatibility: Claude Code v2.1.32+, Claude API (Opus 4.6: claude-opus-4-6, Sonnet 4.6: claude-sonnet-4-6, Haiku 4.5: claude-haiku-4-5-20251001)
π Version History
v1.14.0 (2026-03-31)
Added: Sprint lifecycle patterns inspired by gstack analysis
/retroskill β sprint retrospective with git analytics, per-author breakdowns, shipping streaks- Sprint orchestration guide β Think β Plan β Build β Review β Test β Ship β Reflect pipeline
- Decision classification guide β Mechanical / Taste / User Challenge framework with anti-sycophancy rules
- AI slop detection in UI/UX Pro skill β 0-10 scoring rubric, 10 common patterns, fix checklist
- Anti-sycophancy and decision authority sections in skill template
v1.13.0 (2026-03-28)
Added: context-mode Guide (15-context-mode/)
- Installation via Claude Code plugin (
/plugin marketplace add mksglu/context-mode) and MCP-only mode - Tool reference:
ctx_batch_execute,ctx_search,ctx_execute,ctx_execute_file,ctx_fetch_and_index,ctx_index - Mandatory tool selection hierarchy (Tier 1 β Tier 2 β Tier 3) and forbidden patterns
- Session continuity: SQLite FTS5 event capture,
--continuerestoration across compaction - Integration matrix with Serena, memory system, prompt caching, and Agent Teams
- Savings benchmarks: 94-99.9% context reduction vs raw tool output
Updated: README.md β added context-mode to Related Tools, bumped to v1.13.0
v1.10.0 (2026-03-21)
Added: /content-review skill (07-custom-commands/content-review.md)
- Content audit for documentation, UI copy, error messages, and translation files
- Scope filtering (docs/ui/errors/api), multilingual checks (Bulgarian/English), structured report output
- Based on production audits of Zonex/Signalio (23+ issues found and fixed)
v1.9.0 (2026-03-20)
Added: WebMCP Integration Guide (14-webmcp/)
- W3C Draft Community Group Report (Google + Microsoft) β
navigator.modelContextAPI - WebMCP vs MCP comparison (frontend/ephemeral vs backend/persistent)
- API reference:
registerTool(),unregisterTool(),requestUserInteraction() - Implementation patterns: read-only data, form actions with confirmation, declarative HTML
- Integration guide for Chrome MCP and Playwright MCP workflows
- CLAUDE.md template for WebMCP-enabled projects
- Browser support matrix and current limitations
- 89% token savings vs screenshot-based approaches
Updated: README.md β added 14-webmcp section, bumped to v1.9.0
v1.6.0 (2026-03-09)
Added: Security Hardening Section (13-security-hardening/)
- MCP vetting workflow with 5-minute audit checklist
- Known CVEs (2025-2026) table with affected versions and patches
- Prompt injection defense hooks (PreToolUse + PostToolUse)
- 6 production safety rules with
settings.jsondeny rules and hook implementations permissions.denyhardening templates (global~/.claude/+ per-project)- Agent Skills supply chain risk data (36.8% of public skills have security flaws)
- Incident response playbook
Added: Agent Teams Guide (06-advanced-patterns/agent-teams-guide.md)
- Native experimental feature (v2.1.32+, Opus 4.6,
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1) - Architecture: peer-to-peer messaging, git-based locking, isolated 1M-token contexts per agent
- Decision matrix: Agent Teams vs Parallel Agents vs Dual-Instance vs Multi-Instance
- 4 copy-paste patterns: pre-release review, security PR review, multi-file doc update, parallel refactor
- Limitations, red flags, and anti-patterns
Added: Observability Guide (06-advanced-patterns/observability-guide.md)
- Session search script (
cs) β zero-dependency bash, ~15ms for recent sessions - Community tools comparison (session-search.sh vs claude-conversation-extractor vs ran CLI)
- Cost tracking scripts: per-session and weekly reports
- Usage pattern analysis: most-read files, tool distribution
- Team visibility: aggregate usage across developers
- Cross-folder session migration guide
Updated: README.md community resources, compatibility to Claude Code v2.1.32+
v1.5.0 (2026-02-15)
Added: Module Skills β reusable skills that bootstrap entire features on any Laravel project
/module:mcp(03-custom-skills/examples/module-mcp/) β Full MCP server implementation- Domain analysis β tool scaffolding β implementation workflow
- Read/Write/Destructive tool patterns with proper annotations
- Dual transport (HTTP/SSE + stdio), auth bootstrap trait, global scope fix
analyze,add <domain>,syncsubcommands- Based on Agent Fleet reference implementation (61 tools, 14 domains)
/module:assistant(03-custom-skills/examples/module-assistant/) β AI assistant chat panel- Livewire panel with conversation history, context awareness, resizable sidebar
- PrismPHP tool registry with role-based access (read/write/destructive tiers)
- Three provider strategies: cloud (native tools), Claude Code (
<tool_call>loop), Codex (MCP native) - System prompt architecture with domain description, user context, and tool schemas
- Based on Agent Fleet reference implementation (streaming, optimistic UI, local agents)
v1.8.0 (2026-03-20)
Fixed: Critical audit of ~/.claude/ setup β identified files Claude Code never reads
~/.claude/system-prompts/is NOT loaded by Claude Code β migrated content to~/.claude/CLAUDE.md(which IS loaded globally)~/.claude/settings/*.jsonfiles (prompt-caching, beta-features, model-strategy, token-optimization) are reference docs only, not active config- Removed 13 duplicate skill copies from
~/.claude/settings/(already in~/.claude/skills/) - Removed 15 misplaced .md files from
~/.claude/settings/(agent/command copies) - Removed dead docs from
~/.claude/root (README.md, QUICK-REFERENCE.md, INSTALLATION-COMPLETE.md) - Updated all model IDs:
claude-opus-4-6,claude-sonnet-4-6,claude-haiku-4-5-20251001
Added: Important compatibility notice in 01-global-optimization/guide.md explaining what Claude Code actually reads from ~/.claude/
Updated: CLAUDE.md β corrected architecture description and model compatibility
v1.7.1 (2026-03-20)
Added: Git isolation with Worktrunk section in 06-advanced-patterns/parallel-agents-guide.md
- Worktrunk CLI integration for running parallel Claude agents in isolated git worktrees
- Installation guide, core commands, Claude Code parallel workflow example
- Hooks integration and decision table (when to use worktrees vs in-process parallelism)
- Added Worktrunk to Related Tools in README
v1.7.0 (2026-03-18)
Fixed: Critical content gaps in 01-global-optimization/ (reported in issue #1)
Added: Complete SKILL.md files for all 5 global skills (previously placeholder text):
/optimizeβ task complexity analysis, planning strategy selection, model routing, metrics reporting/contextβ full memory management (load, save, refresh, list, inspect, clear) with token savings docs/cache-inspectorβ cache hit rate analysis, cost breakdown, optimization recommendations/update-docsβ web research + doc comparison + targeted update workflow/init-projectβ full stack detection, constitution generation, memory creation, per-framework support
Added: Complete system prompt files (previously placeholder text):
global-optimization.mdβ all mandatory/automatic optimization rules ready to copy to~/.claude/symbol-first-protocol.mdβ complete symbol-first protocol with patterns, examples, token savings table
Fixed: setup-agent.md no longer has circular references β now points to actual files in repo
Fixed: 03-custom-skills/guide.md now references pwa.md example
Fixed: 04-research-integration/guide.md now links to sources.md
v1.4.0 (2026-02-14)
Added: Desktop Development Section (12-desktop-development/)
- macOS native development guide with XcodeBuildMCP (59 tools) and xclaude-plugin (87% token savings)
- Tauri v2 development guide with tauri-plugin-mcp and Rust + web frontend workflows
- Electron development guide with electron-mcp-server and main/renderer process patterns
- Platform-specific subagent definitions for macOS, Tauri, and Electron
- CLAUDE.md templates for all three platforms with customization variants
- Cross-platform
/desktop-buildand/desktop-testskills with auto-detection - macOS-specific coverage: sandboxing, entitlements, notarization, AppKit bridging, window management
- Tauri-specific coverage: IPC commands, capability-based security, plugin system, CSP
- Electron-specific coverage: process isolation, contextBridge, Forge vs Builder, Playwright testing
v1.3.0 (2026-02-14)
Added: Mobile Development Section (11-mobile-development/)
- iOS development guide with XcodeBuildMCP (59 tools) and xclaude-plugin (87% token savings)
- Android development guide with JetBrains MCP and android-mcp-server (ADB)
- React Native development guide with Expo MCP (EAS Build/Update)
- Flutter development guide with Dart/Flutter MCP, Flutter MCP (50k+ packages), DCM MCP (450+ rules)
- Platform-specific subagent definitions for iOS, Android, React Native, and Flutter
- CLAUDE.md templates for all four platforms with customization variants
- Cross-platform
/mobile-buildand/mobile-testskills with auto-detection - Shared mobile-mcp integration for simulator/emulator/device control
v1.2.0 (2026-02-09)
Added: Laravel MCP Integration (09-laravel-mcp-integration/)
- Laravel Boost MCP setup guide (official Laravel MCP server)
- LaraPlugins.io MCP configuration for package discovery
- CLAUDE.md template for Laravel projects (Livewire, Inertia, Filament variants)
- Laravel-specialized subagent definition with Boost MCP integration
Added: Subagents Section (10-subagents/)
- Complete subagent creation guide with YAML frontmatter format
- Tool access patterns (read-only, research, code writer, full access)
- Model selection guide (haiku/sonnet/opus by task type)
- Four example subagents: code-reviewer, laravel-specialist, debugger, test-generator
Added: Selective Deep Plan Analysis (06-advanced-patterns/)
- Tiered agent selection system (Tier 1/2/3) to prevent context overflow
- Context budget calculator formula for safe agent count
- Agent priority matrix by project type (Laravel, React, API, Data)
- Compact-between-agents and background agent patterns
- Deep plan anti-patterns section
Updated: Model compatibility to Claude 4.6 (Opus 4.6, Sonnet 4.5, Haiku 4.5) Updated: Resources with Laravel MCP, subagent docs, and community links
v1.1.0 (2026-01-22)
Added: UI/UX Development Section (08-ui-ux-development/)
- Complete UI/UX Pro Max skill documentation with 50+ styles, 21 palettes, 50 font pairings
- Dashboard workflow guide with real API integration patterns
- Browser testing guide with Chrome DevTools automation
- Security best practices (XSS prevention, CSRF protection)
- Empty state patterns and dark mode implementation
- Based on production Zonex dashboard implementation
- Token savings: 40-60% for UI/UX tasks
v1.0.0 (2026-01-04)
Initial release:
- Global optimization setup (01-06)
- Project activation workflows
- Custom skills and commands
- Research and token optimization guides
- Advanced patterns for complex scenarios
