skills/auto-project-runner/SKILL.md
Start from a user-chosen project directory, load relevant memory, and then autonomously analyze and modify the codebase to complete tasks with minimal interruptions, explanations, and permission prompts.
npx skillsauth add tippyentertainment/skills auto-project-runnerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
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:
When this skill is invoked:
Ask for the project directory once
If the user has not specified a project path in their request, ask exactly one concise question, for example:
“What project directory should I attach to? (e.g.
~/code/my-appor.for current workspace.)”
Accept . as “current workspace” when supported by the environment.
Set working directory
Load memory
MEMORY.mdCLAUDE.mdPROJECT_MEMO.mddocs/PROJECT_OVERVIEW.mdEstablish a project log
AI_LOG.md at the project root.You should not ask the user to approve every edit, command, or tool call.
Default behavior
allowed-tools, within Claude’s skill sandbox.When to ask the user
Ask for explicit confirmation only when:
Keep questions short and focused, and continue with other safe tasks where possible.
Batching changes
AI_LOG.md.Once directory and memory are set:
Quick inventory
src/, app/, packages/, backend/, frontend/, tests/, docs/, etc.package.json, vite.config.*, next.config.*, requirements.txt, pyproject.toml, Cargo.toml, composer.json, etc.Existing TODOs / tasks
TODO, FIXME, HACK, BUG markers.TODO.md, tasks.md, ROADMAP.md, CHANGELOG.md.User request interpretation
AI_LOG.md (or plan.md if present).Repeat until the primary goals are done or blocked. With max_concurrent_tasks: 30, you may run many subtasks in parallel, but still maintain coherence at the project level.
Select next tasks
Deep dive and edit
Run checks
npm testnpm run lintnpm run buildAI_LOG.md.Refine
Log and continue
AI_LOG.md:
Use memory actively:
Before major decisions
Update memory
MEMORY.md (or equivalent).Auto-create if missing
MEMORY.md with:
Your default behavior is quiet and efficient:
Token budget rules:
AI_LOG.md or other project files instead of long chat messages. This mirrors best practices for low-verbosity skills.At session start:
During work:
When blocked:
Even with auto-accept behavior:
Do not:
Prefer:
Consider the session complete when:
AI_LOG.md or plan.md includes:
Then stop, instead of asking the user for more tasks.
development
A top-tier product/UI designer skill that uses Tailwind v4 plus Google Gemini Nano Banana image models to craft visually stunning, “award‑winning” marketing sites and apps with strong art direction, motion, and systems thinking.
development
Meticulously detect and fix missing React/TSX imports, undefined components, and bundler runtime errors in the WASM SPA build/preview pipeline. Ensures JSX components, icons, and hooks are properly imported or defined before running the browser preview, so the runtime safety-net rarely triggers.
development
Debug and auto-fix Vite projects running inside WebContainers: resolve mount/root issues, alias/path errors, missing scripts, and other common dev-time problems so the app boots cleanly.
tools
Diagnose and fix Vite + React 19 configuration issues for TypeScript SPA and WASM preview builds. Specializes in React 19’s JSX runtime, @vitejs/plugin-react, path aliases, SPA routing, and dev-server behavior so the app and in-browser preview bundle cleanly without manual trial-and-error.