Sources, inspirations, and third-party resources incorporated into or referenced by the AI DevOps framework.
- Google Stitch -- Introduced the DESIGN.md concept as a companion to AGENTS.md for AI-readable design systems.
- VoltAgent/awesome-design-md (MIT License) -- Curated collection of DESIGN.md files extracted from popular websites.
- Repository: https://github.com/VoltAgent/awesome-design-md
- 55 brand design system examples imported into
.agents/tools/design/library/brands/ - Original preview HTML templates informed our parameterised preview template
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.
- dominikmartn/nothing-design-skill -- Nothing-inspired UI/UX design system skill.
- Repository: https://github.com/dominikmartn/nothing-design-skill
- Adapted as
.agents/tools/ui/nothing-design-skill/
- 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.mdand its composition/audit references, not vendored or installed wholesale.- Repository: https://github.com/nutlope/hallmark
- Reviewed commit:
13ac0ec7e148655948100b6396439e481361d690 - Value assessment, departures and full MIT notice:
.agents/tools/design/hallmark.md
- 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.mdand.agents/tools/design/visual-concepts.md, not installed or vendored wholesale.- Repository: https://github.com/Leonxlnx/taste-skill
- Reviewed commit:
ccbc15639c97057cbfcf32ecebc38ef716e4bb37 - Assessment, departures and MIT notice:
.agents/tools/design/taste-skill.md
-
Brandmark -- AI logo maker that generates logo, typography, and colour schemes from keywords.
- Website: https://brandmark.io/
-
Looka -- AI logo and brand kit generator with business card, social media, and stationery mockups.
- Website: https://looka.com/
-
Colormind -- AI-powered colour palette generator using deep learning trained on photographs, film, and art.
- Website: http://colormind.io/
- Bootstrap preview: http://colormind.io/bootstrap/
- Dashboard preview: http://colormind.io/template/paper-dashboard/
- API wrapper:
.agents/scripts/colormind-helper.sh
-
Huemint -- AI colour palette generator for brand identity, logos, and web mockups.
- Website: https://huemint.com/
-
Fontjoy -- AI font pairing generator using deep learning to find harmonious heading + body + accent combinations.
- Website: https://fontjoy.com/
-
Poolors -- Discover unique colour combinations that stand out from the crowd.
- Website: https://poolors.com/
- ui-skills.com -- Opinionated constraints for building better interfaces with AI agents.
- Website: https://www.ui-skills.com/
- LLM rules: https://www.ui-skills.com/llms.txt
- Adapted as
.agents/tools/ui/ui-skills.md
- shadcn/ui -- Re-usable components built with Radix UI and Tailwind CSS.
- Website: https://ui.shadcn.com/
- Referenced in
.agents/tools/ui/shadcn.md
- anomalyco/Claude -- The original system prompt template (
anthropic.txt @ 3c41e4e8f12b) from whichbuild.txtwas derived.
- 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.jsonbaseline tracking inlinters-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).
- Ratchet pattern (
- Relationship: mngr manages agent processes; aidevops manages agent intelligence and workflow. Complementary, not competing.
See .agents/tools/design/design-inspiration.md for the full catalogue of 60+ curated UI/UX galleries, screenshot libraries, and pattern references.
- HeyGen -- AI avatar video creation API.
- Website: https://heygen.com/
- Referenced in
.agents/content/heygen-skill.md
- Remotion -- Programmatic video creation with React.
- Website: https://remotion.dev/
- Referenced in
.agents/tools/video/and skills
When ingesting external resources, tools, or design systems into aidevops, add a credit entry here with:
- Name of the project or resource
- License (if applicable)
- URL to the source
- Location of the adapted/referenced file within
.agents/ - Brief description of what was taken and how it's used