Xakki

35 mods across 1 repository, 6 stars between them.

ai-agents-skills

01

Xakki/ai-agents-skills

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).

6 11d ago A tokens not measured original MIT

ai-agents-skills

02

Xakki/ai-agents-skills

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.

6 11d ago A tokens not measured original MIT

chore

04

Xakki/ai-agents-skills

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…

6 11d ago A 102 tokens original MIT

db-schema

05

Xakki/ai-agents-skills

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…

6 11d ago A 69 tokens original MIT

log-investigator

06

Xakki/ai-agents-skills

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…

6 11d ago A 85 tokens original MIT

SessionStart

07

Xakki/ai-agents-skills

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.

6 11d ago A tokens not measured original MIT

UserPromptSubmit

08

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.

6 11d ago A tokens not measured original MIT

Notification

09

Xakki/ai-agents-skills

Hook

Runs when the agent sends a notification, executing tg-on-notification.sh. From Xakki/ai-agents-skills.

6 11d ago A tokens not measured original MIT

PreToolUse

10

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.

6 11d ago A tokens not measured original MIT

Stop

11

Xakki/ai-agents-skills

Hook

Runs when the agent finishes a response, executing tg-on-stop.sh. From Xakki/ai-agents-skills.

6 11d ago A tokens not measured original MIT

SessionEnd

12

Xakki/ai-agents-skills

Hook

Runs when a session ends, executing tg-cancel-pending.sh. From Xakki/ai-agents-skills.

6 11d ago A tokens not measured copy · 66% MIT

abbreviations

13

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…

6 11d ago A 61 tokens original MIT

agent-config-test

14

Xakki/ai-agents-skills

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…

6 11d ago D 71 tokens original MIT

epic-lead

15

Xakki/ai-agents-skills

Skill Claude CodeCodex

Use when delivering one approved Kanban EPIC through governed integration, review, and handoff.

6 11d ago A 24 tokens original MIT

fluent-logging

16

Xakki/ai-agents-skills

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.

6 11d ago A 69 tokens original MIT

git-flow

17

Xakki/ai-agents-skills

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.

6 11d ago A 99 tokens original MIT

git-move

18

Xakki/ai-agents-skills

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…

6 11d ago C 88 tokens original MIT

kanban

19

Xakki/ai-agents-skills

Skill Claude CodeCodex

Use when managing tasks — creating, grooming/refining draft tasks, starting, completing, or reviewing task status.

6 11d ago A 25 tokens original MIT

knbn

20

Xakki/ai-agents-skills

Skill Claude CodeCodex

Alias for the kanban skill. Use when the user invokes or refers to Kanban as "knbn".

6 11d ago A 25 tokens original MIT

model-tiers

21

Xakki/ai-agents-skills

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.

6 11d ago A 58 tokens original MIT

new-project-docker

22

Xakki/ai-agents-skills

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.

6 11d ago A 50 tokens original MIT

Xakki/ai-agents-skills

Skill Claude CodeCodex

Performance optimization guidelines for web development including server-side rendering, CSS best practices, and JavaScript optimization.

6 11d ago A 23 tokens original MIT

prepare-pr

24

Xakki/ai-agents-skills

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…

6 11d ago A 92 tokens original MIT