Skill Claude CodeCodex
Publish a self-contained HTML artifact or page to a self-hosted static site with a project make publish-artifact target, then return its public URL.
Skill Claude CodeCodex
Publish a self-contained HTML artifact or page to a self-hosted static site with a project make publish-artifact target, then return its public URL.
Skill Claude CodeCodex
Run before marking any task complete to verify quality. Runs the project's lint/type/test/static-analysis checks via make, scoped to what changed. Triggers — RU "проверь качество", "прогони qa", "qa перед завершением"; EN "run qa", "quality check", "verify before done".
Skill Claude CodeCodex
Plan and autonomously build an entire application phase by phase. Generates a phased roadmap blueprint, then executes it phase by phase — commits at milestones, deploys via make, tests, and keeps going until it hits a blocker or finishes. Modes: plan (generate the roadmap), start (begin execution), resume (continue…
Skill Claude CodeCodex
A skill for scheduling Claude runs to work through eligible Kanban cards, which are task cards arranged by work status. It uses the at scheduler and separate byobu or tmux windows for each run.
Skill Claude CodeCodex
Set up or audit Claude Code configuration in a repository, including CLAUDE.md, subagents, skills, MCP, settings, hooks, and Make targets.
Skill Claude CodeCodex
A tool for finding and importing reusable skills from external Git repositories into a project's .claude/skills/ folder. It can match available skills to project needs and track imported skills for updates.
Skill Claude CodeCodex
Use at the START of ANY code task — write/edit/refactor/read code, feature, bug-fix, migration, code investigation. The main thread acts as team-lead, NOT implementer — it delegates work to subagents and surfaces only decisions and results, keeping the main chat clean.
Skill Claude CodeCodex
View or change the timers/thresholds that control the tg-notify hooks (Stop + Notification) — idle/permission/stop thresholds, delivery delays, debounce. They are environment variables that override the hooks' built-in defaults; this skill sets them in settings.json. Use when the user asks to tune Telegram…
Skill Claude CodeCodex
Send a Telegram notification with a short report (DM / group / channel, configurable). Auto-trigger ONLY when a just-finished task took >20 min of wall-clock time (deploy, rsync/backup, big build, batch/scheduled job) — the user has likely left the terminal. Bypass the threshold only when the user explicitly asks…
Skill Claude CodeCodex
A skill that sends structured task or completion reports to Telegram, a messaging app, using the configured notification tool.
Skill Claude CodeCodex
A guide for obtaining and managing Yandex OAuth tokens, which are credentials that let a service act on a user's behalf. It focuses on Yandex Metrika, a web-analytics service.