#python #agent_skills #agentic_ai #ai_agents #autonomous_agents #claude #claude_code #claude_skills #codex #coding_agent #context_engineering #copilot #cursor #developer_tools #github_copilot #llm_agents #long_running_agents #manus #multi_agent_systems #pi #planning
This tool makes your AI coding agent keep a plan in files like `task_plan.md` so it never loses its goals when context fills up, you run `/clear`, or it crashes. You get a working memory on disk that auto-recovers past sessions and holds the agent until the plan is truly done, letting complex, multi-step tasks finish reliably without goal drift or repeated errors.
https://github.com/OthmanAdi/planning-with-files
This tool makes your AI coding agent keep a plan in files like `task_plan.md` so it never loses its goals when context fills up, you run `/clear`, or it crashes. You get a working memory on disk that auto-recovers past sessions and holds the agent until the plan is truly done, letting complex, multi-step tasks finish reliably without goal drift or repeated errors.
https://github.com/OthmanAdi/planning-with-files
GitHub
GitHub - OthmanAdi/planning-with-files: Persistent file-based planning for AI coding agents and long-running tasks. Crash-proof…
Persistent file-based planning for AI coding agents and long-running tasks. Crash-proof markdown plans, session recovery after /clear and compaction, per-turn re-injection against context rot, dete...
#python
Give Claude the ability to watch any video by installing the free `/watch` skill, which lets it see frames and hear audio from YouTube, local files, or over 1,600 sites. Instead of guessing from titles or missing 90% of a transcript, Claude analyzes what actually happens on screen at specific times. This saves you hours of scrubbing through tutorials, bug recordings, or meetings, letting you instantly get summaries, debug issues from screen videos, or find exact moments without watching the whole thing.
https://github.com/bradautomates/claude-video
Give Claude the ability to watch any video by installing the free `/watch` skill, which lets it see frames and hear audio from YouTube, local files, or over 1,600 sites. Instead of guessing from titles or missing 90% of a transcript, Claude analyzes what actually happens on screen at specific times. This saves you hours of scrubbing through tutorials, bug recordings, or meetings, letting you instantly get summaries, debug issues from screen videos, or find exact moments without watching the whole thing.
https://github.com/bradautomates/claude-video
GitHub
GitHub - bradautomates/claude-video: Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes…
Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes, hands it all to Claude. - bradautomates/claude-video
💩3