Lazy LLMs — AI skill for Claude Code
An LLM-native project management system — a self-hosted, lightweight Jira alternative where AI agents are first-class citizens via 23 MCP tools, with a web UI and git integration.
How to install Lazy LLMs
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Juliusolsson05/lazy-llms and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Lazy LLMs does
An LLM-native project management system — a self-hosted, lightweight Jira alternative where AI agents are first-class citizens via 23 MCP tools, with a web UI and git integration.
Alternatives in AI
- Open Pencil — AI-native design editor 8k ★
- Hindsight — State-of-the-art long-term memory for AI agents by Vectorize 6.7k ★
- Opengap — A framework-agnostic, git-native standard for defining AI agents 2.9k ★
README
LLM-Native Project Management System
A project management system designed for LLM agents as first-class citizens. Track issues, log work, and manage projects with rich context - all optimized for AI workflows.
🚀 Quick Start (2 minutes)
One-Command Setup
make quickstart
This will:
- Install all dependencies
- Initialize the database
- Start the web UI at http://localhost:1929
- Copy Claude Desktop integration command to clipboard
Manual Setup
# 1. Install dependencies
pip install -r requirements.txt
cd mcp && pip install -r requirements.txt && cd ..
# 2. Initialize database
make init-db
# 3. Start services
make start # Starts all services
🎯 Core Features
- Rich Issue Tracking - Issues with comprehensive specs and technical approaches
- Work Logging - Track development activity with artifacts and context
- Git Integration - Automatic branch creation and commit formatting
- Web UI - Visual dashboards and issue management at http://localhost:1929
- MCP Tools - 23 tools for LLM agents to manage projects
📋 Basic Usage
Create an Issue
pm_create_issue --type feature --title "Add user auth" --description "..."
Start Work
pm_start_work --issue-key LAZY-001
Log Progress
pm_log_work --issue-key LAZY-001 --activity code --summary "Implemented JWT"
View Status
pm_status # Project overview
pm_list_issues # All issues
🔧 Claude Desktop Integration
Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
{
"mcpServers": {
"pm-server": {
"command": "python",
"args": ["/path/to/lazy-llms/mcp/src/server.py"],
"env": {
"PM_DATABASE_PATH": "/path/to/lazy-llms/data/jira_lite.db"
}
}
}
}
📂 Project Structure
lazy-llms/
├── mcp/src/ # MCP server for LLM integration
├── src/jira_lite/ # Web UI and database
├── data/ # Da
Related Skills
Jiro
Jiro Search: local-first, AI-native web search & scraping API. Self-hosted SerpAPI alternative with MCP server
Paca
AI-native, free, open-source alternative to Jira, Trello, ClickUp & Monday. Built for Scrum teams where humans
Atlassian Skills
Token-efficient CLI for Atlassian Server/DC (Jira, Confluence, Bitbucket) — drop-in alternative to mcp-atlassi
Book Memex
Powerful eBook metadata management tool with SQLite backend, AI-powered enrichment, web interface, and compreh
Tokenpulse
Self-hosted AI usage and cost panel for Raspberry Pi. Tracks spend and quotas across Anthropic, OpenAI, OpenRo
Lumbergh
Self-hosted web dashboard for supervising multiple Claude Code AI sessions in tmux. Live terminals, real-time
Related Agents
ZeroClaw Android
Run AI agents 24/7 on your Android phone. Native Rust core, 25+ providers (OpenAI, Claude, Gemini, Groq, DeepS
Infra Mesh
Mesh network specialist. Peer enrollment, groups, routes, policies, setup keys, and management-plane diagnosti
Sudocode
by ssh-randy - Lightweight agent orchestration dev tool that lives in your repo. Integrates with various speci