Leadership App with 90+ Lessons from 20+ Books Runs in Claude

A developer has built a leadership application that runs as an artifact inside Claude, converting an unfinished reading list into a structured learning tool.
Key Details
The app contains 90+ lessons extracted from 20+ books across several categories: leadership, habits, discipline, influence, team culture, and wealth mindset.
Authors represented include: Maxwell, Goggins, Clear, Covey, Sinek, Carnegie, Cialdini, Cardone, Collins, Grover, Newport, Kiyosaki, Duckworth, Hardy, Gordon, Ferris, Deida, Blanchard, Berger, Lemov, and others.
Features
- Daily lessons: Each lesson breaks down a core principle and provides a specific action to apply that day
- Daily rotation: Users receive a new lesson every morning
- Streak tracking
- Journal feature for reflections
- Bookmarking capability
- Full searchable library
- Author spotlight section
- Progress tracking by category
The app is accessible as a Claude artifact at: https://claude.ai/public/artifacts/3a4c7b6e-9e72-486f-97d2-f4fee27c48ce
📖 Read the full source: r/ClaudeAI
👀 See Also

Local 35B MoE Model Drops Agent OS Code Failure Rate to 0%
A developer reports that switching a multi-agent system's runtime to Qwen 3.6 35B A3B (MoE, 3B active params) eliminated code failures, achieving 100% success rate through a 5-layer validation gate.

js-notepad: A Scriptable Notepad with Built-in MCP Server for Claude Code
js-notepad is a free, open-source scriptable notepad application built with Claude Code assistance. It features a built-in MCP server, allowing Claude Code to directly interact with the app for reading/writing pages, executing scripts, creating todos, and pushing results.

Quiver: A GUI for Managing and Syncing Claude Code Skills
Quiver is a free, open-source GUI tool that provides a web interface for managing Claude Code skills, allowing users to browse local skills and marketplace plugins, edit SKILL.md files, sync via Git, and install skills without using the terminal.

Superglue CLI: Let AI Agents Execute API Calls Without Pre-Built Tools
Superglue CLI provides a skill that teaches AI coding agents how to use its commands, handle authentication, build tools, and debug failures. Instead of creating pre-built tools for every API integration, agents can read API specs at runtime and plan multi-step calls.