--- name: caterpi11ar-assets description: Use when working on a caterpi11ar or affiliated project and need brand assets such as logos, contact information, or copyright notices. Use when adding branding, an about page, footer, or any visual identity element to a project under the caterpi11ar or locusify brand. --- # caterpi11ar Assets Centralized brand assets for caterpi11ar projects — logos, contact info, and copyright — available via raw GitHub URLs without cloning. ## Asset URLs | Asset | Format | Raw URL | |-------|--------|---------| | caterpi11ar logo | JPG 1024×1024 | `https://raw.githubusercontent.com/caterpi11ar/assets/main/logo/caterpi11ar.jpg` | | locusify logo | PNG 1024×1024 | `https://raw.githubusercontent.com/caterpi11ar/assets/main/logo/locusify.png` | ## Contact | Channel | Address | |---------|---------| | Email | daiqin1046@gmail.com | ## Copyright © 2026 caterpi11ar. For internal caterpi11ar projects only. ## Usage Examples **Markdown:** ```markdown ![caterpi11ar](https://raw.githubusercontent.com/caterpi11ar/assets/main/logo/caterpi11ar.jpg) ``` **HTML:** ```html caterpi11ar ``` **Git submodule (full local access):** ```bash git submodule add https://github.com/caterpi11ar/assets.git assets ```