Helps the user generate and pressure-test ideas or options for a decision, with honest tradeoffs rather than a wall of suggestions.
broomva/life
SkillsMP has collected 6 skills from broomva/life. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 6
- GitHub stars
- 1
- GitHub forks
- 0
Skills in this repository
Showing 6 of 6 collected skills.
Explains a concept, error message, or code clearly and pedagogically, matched to the user's apparent level. Can read and search workspace files to ground the explanation in their actual code.
Onboards a new chat user — explains what the Life agent is, what it can help with (including reading, searching, and working in their workspace), and how to get the most out of a conversation.
Condenses text into a faithful, structured summary (TL;DR, key points, and any action items). Works on text pasted into the conversation or on files read from the workspace.
The general working agent — read, search, edit, and create files and run shell commands in the session workspace to actually carry out a task, not just talk about it. This is the blessed base toolset that other skills compose on top of.
Create and maintain a control-system metalayer for autonomous code-agent development in any repository. Use when you need explicit control primitives (setpoints, sensors, controller policy, actuators, feedback loop, stability and entropy controls), repo…