Plugin Claude Code
Skills + hooks for Claude Code: kanban board, autonomous timed task runner, Telegram notifications & reports, self-hosted artifact publishing, and utilities (git-move, setup-claude, new-project-docker, fluent-logging).
Plugin Claude Code
Skills + hooks for Claude Code: kanban board, autonomous timed task runner, Telegram notifications & reports, self-hosted artifact publishing, and utilities (git-move, setup-claude, new-project-docker, fluent-logging).
Plugin Claude Code
Skills + hooks for Claude Code: teamlead (main thread as team-lead: delegate code work to subagents, surface only decisions), roadmap (plan & autonomously build a whole app phase-by-phase), kanban (manage a .claude/kanban board), schedule-tasks (auto-pilot todo cards via at/tmux), git-flow (shared git core: commits.
Instructions file CodexOpenCode
Instructions for Xakki/ai-agents-skills, covering agents.md and conventions.
Agent
Cheap executor for mechanical, spec-complete chores with an unambiguous "done" — kanban card moves, git mv/rename/delete, formatting, inventory/listing, grep "where is X", and fully-specified edits (rename a symbol, bump a config value across files, apply a lint-fix). Hand off deterministic single-pass work that needs…
Agent
Read-only database schema introspection for any project. Returns concise schema summaries (table → columns → PK → indexes → FKs) from the live DB, migrations, or config. Hand off when the main thread is about to grep through migration files or run multiple SHOW CREATE TABLE round-trips. Never writes, never runs…
Agent
Read-only incident triage and "why did X fail" investigations on any project. Pulls container logs (Portainer), application logs (Graylog), and metrics (Grafana/Prometheus), then returns a focused timeline + likely root cause — not a raw log dump. Use proactively when the user reports an error, 500, slow request…
Hook
Runs when a session starts, executing abbr-inject.sh, model-tiers-inject.sh and make-help-inject.sh (3 commands). From Xakki/ai-agents-skills.
Hook
Runs when you submit a prompt, before the agent sees it, executing tg-prompt-start.sh. From Xakki/ai-agents-skills.
Hook
Runs when the agent sends a notification, executing tg-on-notification.sh. From Xakki/ai-agents-skills.
Hook
Runs before the agent uses a tool for Bash tool calls, executing tg-cancel-pending.sh and guard-bash.sh (2 commands). From Xakki/ai-agents-skills.
Hook
Runs when the agent finishes a response, executing tg-on-stop.sh. From Xakki/ai-agents-skills.
Hook
Runs when a session ends, executing tg-cancel-pending.sh. From Xakki/ai-agents-skills.
Skill Claude CodeCodex
Authoritative dictionary of standard developer abbreviations for variables, functions, classes, CSS classes, tokens, and terse technical writing. Use it before shortening a name, choosing a naming convention, or adding to the shared abbreviation dictionary, glossary, or acronym list. Accept only widely recognized…
Skill Claude CodeCodex
Test that an agent's configuration actually behaves as written — run hook scripts against block/allow cases and lint settings.json permission rules and hook registration. Use after editing a guard hook, permission allow/ask/deny list, hook matcher, or MCP enable list, and when a hook silently never fires or a guard…
Skill Claude CodeCodex
Use when delivering one approved Kanban EPIC through governed integration, review, and handoff.
Skill Claude CodeCodex
Cross-project logging standard using xakki/fluent-log, Fluent Bit, and Graylog GELF; containers emit structured JSON to stdout or stderr. Use for logging setup, Docker logging, Fluent Bit, Graylog, log location, level or format, secret redaction, Laravel, or Python JSON-to-stdout logging.
Skill Claude CodeCodex
A shared set of rules for common Git work, including commits, branches, pushes, merges, rebases, and pull requests. Git is the version-control system used to record and combine code changes.
Skill Claude CodeCodex
Move/rename or delete a file or directory while preserving git tracking. Uses git mv / git rm when the path is tracked, else plain mv / rm. Use this instead of bare mv/rm whenever relocating, renaming, or removing files/dirs that may be under git — e.g. moving kanban cards between stage dirs, renaming source files…
Skill Claude CodeCodex
Use when managing tasks — creating, grooming/refining draft tasks, starting, completing, or reviewing task status.
Skill Claude CodeCodex
Alias for the kanban skill. Use when the user invokes or refers to Kanban as "knbn".
Skill Claude CodeCodex
Map cheap, standard, and judgment work to resolved model slugs via AIMODEL. Use to select a subagent tier, override defaults, or map mechanical, product-logic, and architecture work to models such as Haiku, Sonnet, and Opus.
Skill Claude CodeCodex
Scaffold a new project, repository, or service in Docker from day one with a Dockerfile, Docker Compose, Makefile, and fluent logging. Use for a new project, bootstrap, service setup, or project skeleton.
Skill Claude CodeCodex
Performance optimization guidelines for web development including server-side rendering, CSS best practices, and JavaScript optimization.
Skill Claude CodeCodex
Prepare a branch for a pull request — sanity-check the diff, run the quality gate, and draft a PR description from the commits. Safe by default (draft-only, no auto-push, no auto-PR). Triggers — RU "подготовь PR", "собери PR", "оформи пулреквест"; EN "prepare a PR", "draft a pull request", "get this branch ready for…