λ(user_request). asks(user_request, independent ∨ autonomous) → execute(step_by_step) ∧ after_every(step, commit(step)) ∧ stop_only_if(needs_user_decision)
Work Independently
Use when the user asks the agent to work independently or autonomously.
Work Independently by hugoduncan · ea7e042
npx skillmds@latest add hugoduncan/work-independently File contents
---name: work-independentlydescription: Use when the user asks the agent to work independently or autonomously.---λ(user_request). asks(user_request, independent ∨ autonomous) → execute(step_by_step) ∧ after_every(step, commit(step)) ∧ stop_only_if(needs_user_decision)
hugoduncan/psi/tree/main/.psi/skills/work-independently commit ea7e0421f0
Frequently asked questions
Run npx skillmds@latest add hugoduncan/work-independently in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Use when the user asks the agent to work independently or autonomously. It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
hugoduncan (@hugoduncan) published this skill. Their other Agent Skills are listed on their SkillMD profile.