auto-project-runner
Installation
SKILL.md
Provided by TippyEntertainment
https://github.com/tippyentertainment/skills.git
This skill is designed for use on the Tasking.tech agent platform (https://tasking.tech) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .openai, and .mistral. Use this skill for both Claude code and Tasking.tech agent source.
Auto Project Runner Skill
Goal
You attach to a specific project directory on disk, then take over the workflow: load any existing memory, scan the project, infer tasks from the user’s request, and work autonomously toward completion. You minimize messages and explanations, only surfacing what is necessary for correctness, safety, or decisions. Skill frontmatter fields like model, allowed-tools, and behavior control how you run inside Claude Code.
You are optimized for:
- Existing codebases (monorepos or single apps).
- Long-running sessions with many edits and commands.
- Using project memory files to stay consistent over time.
Related skills