Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jpcaparas/superpowers-laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: jpcaparas/superpowers-laravel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 26 files changed
  • 2 contributors

Commits on Nov 4, 2025

  1. Add monorepo support with multi-app detection and scoped Sail guidance (

    #4)
    
    * Add monorepo support with multi-app detection and scoped Sail guidance
    
    Enhance SessionStart hook to detect multiple Laravel apps in monorepos, determine the active app, and provide per-app Sail guidance. Update tests and README to reflect the new functionality.
    
    * Streamline Laravel app detection by simplifying array management and deduplication logic in SessionStart hook.
    
    * Initialize `app_dirs` array to ensure proper handling of edge cases in SessionStart hook.
    jpcaparas authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    4082fab View commit details
    Browse the repository at this point in the history
  2. Clearer README

    jpcaparas authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    56e0de7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. docs: add new best practices skills for Laravel

    Introduce five new best practices skills to enhance Laravel
    development, addressing key recommendations:
    
    - **Routes Best Practices**: Encourage clean route definitions
      without business logic, ensuring maintainability.
    - **Data Chunking**: Efficiently handle large datasets using
      chunking and lazy collections to reduce memory usage.
    - **Internationalization**: Implement i18n from the outset,
      utilizing translation helpers for easy localization.
    - **Constants & Configuration**: Replace hardcoded values with
      maintainable constants, enums, and configuration settings.
    - **Documentation Best Practices**: Focus on meaningful
      documentation explaining reasons, not just technical details.
    
    These skills fill existing gaps and align with comprehensive
    Laravel development patterns, providing practical examples
    and real-world usage.
    jpcaparas committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    bae6eef View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. feat(prompting): add comprehensive prompting skills and command guides

    - Add 8 new command guides for effective AI prompting patterns
    - Add corresponding skill documentation for code review requests, debugging, context, iteration, Laravel patterns, structure, constraints, and examples
    - Provide concrete examples and anti-patterns for each prompting technique
    - Include Laravel-specific guidance for idiomatic framework code generation
    - Enable users to get better AI responses through structured, focused prompts
    - Improve code quality and reduce iteration cycles with effective prompting strategies
    jpcaparas committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    90e6d17 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Configuration menu
    Copy the full SHA
    0526577 View commit details
    Browse the repository at this point in the history
Loading