Skip to content

Latest commit

 

History

History
137 lines (94 loc) · 6.48 KB

File metadata and controls

137 lines (94 loc) · 6.48 KB

Credits & Acknowledgements

Sources, inspirations, and third-party resources incorporated into or referenced by the AI DevOps framework.

Design System

DESIGN.md Standard

Design Library (Brand Examples)

  • VoltAgent/awesome-design-md (MIT License) -- Curated collection of DESIGN.md files extracted from popular websites.

Disclaimer: The brand DESIGN.md examples in library/brands/ are extracted from publicly visible CSS values of third-party websites. They are provided for educational and design inspiration purposes only. We do not claim ownership of any brand's visual identity. All trademarks, logos, and brand names belong to their respective owners.

Nothing Design Skill

Hallmark

  • Nutlope/hallmark (MIT License, copyright 2026 Hallmark contributors) — Structure-first composition, brief-specific design critique, and build/audit/ redesign/study concepts adapted into .agents/tools/design/distinctive-ui.md and its composition/audit references, not vendored or installed wholesale.

Taste Skill

  • Leonxlnx/taste-skill (MIT License, copyright 2026 Leonxlnx) — Brand concept boards, optional visual-concept handoff and coherent mobile journeys adapted into .agents/tools/design/brand-concepts.md and .agents/tools/design/visual-concepts.md, not installed or vendored wholesale.

Logo & Brand Identity Tools

  • Brandmark -- AI logo maker that generates logo, typography, and colour schemes from keywords.

  • Looka -- AI logo and brand kit generator with business card, social media, and stationery mockups.

Colour, Typography & Palette Tools

UI & Frontend

UI Skills

Component Libraries

  • shadcn/ui -- Re-usable components built with Radix UI and Tailwind CSS.

Agent & Prompt Engineering

Upstream Prompt Base

  • anomalyco/Claude -- The original system prompt template (anthropic.txt @ 3c41e4e8f12b) from which build.txt was derived.

Agent Architecture & Quality Patterns

mngr

  • imbue-ai/mngr (MIT License) -- Unix-style tool for managing coding agents at scale. Agents as tmux sessions on SSH-accessible hosts with pluggable providers (Docker, Modal, SSH, local), idle detection, and convention-based state discovery.
    • Repository: https://github.com/imbue-ai/mngr/
    • Patterns adopted/referenced:
      • Ratchet pattern (test_ratchets.py) -- Quality metrics that can only stay the same or decrease, never increase. Adopted as .agents/configs/ratchets.json baseline tracking in linters-local.sh (t1878).
      • Structured code review categories (.reviewer/code-issue-categories.md) -- 18 categorised issue types with examples, exceptions, and severity levels. Adapted as .agents/tools/code-review/review-categories.md (t1877).
      • Conversation review / instruction_to_save (.reviewer/conversation-issue-categories.md) -- Detecting when users provide persistent guidance that should be captured in instruction files. Adopted as session miner signal source (t1876).
      • tmux/provider/idle-detection architecture -- Agent process management via tmux sessions, provider abstraction for compute backends, and idle detection modes for cost control. Referenced as design input for SaaS agent hosting research (t1879).
    • Relationship: mngr manages agent processes; aidevops manages agent intelligence and workflow. Complementary, not competing.

Design Inspiration Resources

See .agents/tools/design/design-inspiration.md for the full catalogue of 60+ curated UI/UX galleries, screenshot libraries, and pattern references.

Video & Media

HeyGen

  • HeyGen -- AI avatar video creation API.

Remotion

  • Remotion -- Programmatic video creation with React.

Contributing

When ingesting external resources, tools, or design systems into aidevops, add a credit entry here with:

  1. Name of the project or resource
  2. License (if applicable)
  3. URL to the source
  4. Location of the adapted/referenced file within .agents/
  5. Brief description of what was taken and how it's used