focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Phase 4 — make the agent run without you. Turn a graded agent into a recurring POSIX-cron scheduled deployment (optionally self-grading each firing), an event-driven curl trigger, or on-demand use, then finalize NEXT-DIRECTIONS, via the run-without-you skill. Tests with a manual
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-run-without-youContext preview
What this command does when you run it.
Phase 4 — make the agent run without you. Turn a graded agent into a recurring POSIX-cron scheduled deployment (optionally self-grading each firing), an event-driven curl trigger, or on-demand use, then finalize NEXT-DIRECTIONS, via the run-without-you skill. Tests with a manual
description: Phase 4 — make the agent run without you. Turn a graded agent into a recurring POSIX-cron scheduled deployment (optionally self-grading each firing), an event-driven curl trigger, or on-demand use, then finalize NEXT-DIRECTIONS, via the run-without-you skill. Tests with a manual run before trusting the schedule. argument-hint: "[optional: cron expression, e.g. \"0 9 * * *\"]"
Run the `run-without-you` skill.
**$ARGUMENTS**
1. `python3 agent-launcher/skills/run-without-you/scripts/cron_validator.py --cron "0 9 * * *" --timezone Europe/Berlin` — invalid → exit 1; read the wall-clock DST note. 2. `python3 agent-launcher/skills/run-without-you/scripts/deployment_builder.py --sheet ./my-agent/build-sheet.json --agent-id agent_… --env-id env_… --nest-outcome --out ./my-agent/payloads/deployment.json` — prints BYOK curl to create + manually test the deployment. 3. Fire ONE manual `run`, read the verdict, then leave the cron in place; pin the agent version. 4. `python3 agent-launcher/skills/run-without-you/scripts/next_directions_writer.py --sheet ./my-agent/build-sheet.json --loop-shape cron-loop --out-dir ./my-agent` 5. `goal_state.py set --phase wrap-up`.
Test before you trust. Safety rails on by default. DST is wall-clock. ≤1,000 deployments/org.
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…