2 Commits

  • feat: add tinystruct-patterns skill and bootstrapping guidance (#1336)
    * feat: add tinystruct-patterns skill and bootstrapping guidance
    
    * docs(skills): restructuralize tinystruct-patterns to standard skill format
    
    - Reorganize SKILL.md and all reference documents into "When to Use", "How It Works", and "Examples" sections to conform to project standards.
    - Refine data-handling.md example to return Builder objects directly, leveraging framework auto-serialization.
    - Simplify @Action examples in routing.md for better readability.
    - Clarify framework mechanics including CLI bootstrapping via ApplicationManager.init(), event-driven architecture, and regex-based routing.
    
    * Update skills/tinystruct-patterns/references/testing.md
    
    Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
    
    * Update skills/tinystruct-patterns/SKILL.md
    
    Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
    
    * Update skills/tinystruct-patterns/references/routing.md
    
    Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
    
    * Update skills/tinystruct-patterns/references/testing.md
    
    Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
    
    * Update skills/tinystruct-patterns/references/testing.md
    
    Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
    Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>