SOULS for AI Agents: A Community-Driven Personality Library

A developer frustrated with recreating agent personalities from scratch has launched SOUL.md, an open-source repository that collects curated personality files for AI coding agents. Each "soul" is a single file that gives an agent a distinct, researched personality — speech patterns, vocabulary, thought process, even political beliefs — so you can swap them in without manual prompt engineering every time.
What's inside
The repo currently ships five souls, each built from dedicated research into the character or thinker:
- Jarvis — the familiar Iron Man assistant
- Gojo — from Jujutsu Kaisen
- Eren Yeager — Attack on Titan
- René Descartes — philosopher
- Rapper — streetwise lyrical vibe
Each was created by researching online how the personality speaks, what words they use, how they think, and their worldview. The goal is to move beyond generic assistant tones.
How to contribute
The creator explicitly wants this to be a community library, not a solo project. Anyone can submit a new soul file to the repository:
https://github.com/madhvantyagi/SOUL.md
The only rule: make it real. Give it a personality someone would pick on purpose — not another generic assistant.
Who it's for
Developers using AI coding agents who want to quickly switch between diverse agent personalities without writing custom system prompts each time.
📖 Read the full source: r/openclaw
👀 See Also

Phaselock: An AI Agent Control System Inspired by Parenting Techniques
Phaselock is an open-source Agent Skill that implements four control mechanisms for AI coding agents: explicit gates before action, immediate feedback on mistakes, constrained choices, and mechanical rule enforcement. It works with Claude Code, Cursor, Windsurf, and any tool supporting hooks.

InsForge: Self-Hosted Postgres Backend with MCP Integration for AI Coding Agents
InsForge is an open-source, self-hosted backend alternative to Supabase that connects to Claude Code via MCP, allowing AI agents to see schema, policies, and service state. It includes PostgreSQL 16.4, PostgREST, Deno Runtime, auth, storage, and edge functions.

Tredict MCP Server Enables Claude to Create and Push Training Plans to Sports Watches
A developer built a Tredict MCP Server for Claude.ai and Claude Code that creates complex endurance training plans via prompts and automatically uploads structured workouts to Garmin, Coros, Suunto, and Wahoo watches. The server includes an MCP App for visual feedback within Claude chat.

Claude Code Best Practice GitHub repository reaches 5,000 stars
A GitHub repository called 'claude-code-best-practice' has reached 5,000 stars. The repository was created with Claude to document best practices, tips, and workflows from both the creator and the community.