Help us improve
Share bugs, ideas, or general feedback.
From flevinsky-ai
Manage project services declared in .flevinsky-ai/services.json (falls back to .services/.pi/.claude). Subcommands: list, start, stop, restart, logs, run.
npx claudepluginhub fabianlevi/flevinsky-ai --plugin flevinsky-aiHow this skill is triggered — by the user, by Claude, or both
Slash command
/flevinsky-ai:services [list|start|stop|restart|logs|run] [name][list|start|stop|restart|logs|run] [name]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Route the user's command to the appropriate `flevinsky-ai` MCP tool.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Guides systematic root-cause debugging when tests fail, builds break, or unexpected errors occur. Provides a structured triage checklist to preserve evidence, localize, and fix issues instead of guessing.
Share bugs, ideas, or general feedback.
Route the user's command to the appropriate flevinsky-ai MCP tool.
User arguments: $ARGUMENTS
Behavior:
$ARGUMENTS is empty or list → call services_list.start → call services_start with name = second token.stop → call services_stop with name = second token.restart → call services_restart with name = second token.logs → call services_logs with name = second token (and tail = third token if numeric).run → print: flevinsky-ai run <name> -- <cmd> (the attached runner CLI; not callable from inside Claude Code, only from the user's terminal).Always report the tool's result back to the user verbatim. If the requested service name does not exist in state or in the project's services.json, surface the error from the tool.