★ 5 stars
Python
💻 Code/Dev Tools
Updated today
Opinionated first-party agent skills, plugins, subagents, slash commands, and MCP servers for the Litestar framework ecosystem — publishable to Claude Code, Gemini CLI, Codex CLI, Cursor, OpenCode, and VS Code/Copilot from a single repo.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"litestar-skills": {
"command": "uvx",
"args": [
"litestar-skills"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add litestar-skills uvx litestar-skills
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"litestar-skills": {
"command": "uvx",
"args": [
"litestar-skills"
]
}
}
}
📋 Copy
Or install with pip: pip install litestar-skills
Topics
advanced-alchemy agent-skills agentskills ai-agents claude-code-plugin claude-code-skills gemini-cli-extension htmx inertia litestar mcp python sqlspec