ivklgn/ai-kit

Every day carry for AI agents

12Stars on the repository
59Mods indexed here, across every type
16d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

review-and-release

01

ivklgn/ai-kit

Skill Claude CodeCodex

Sync README with current agents/skills, validate plugin conventions, sync the Codex plugin directory (plugins/ai-kit), bump version, and commit. Use when the user says "/review-and-release" or wants to prepare a release after adding, removing, or changing agents or skills.

12 16d ago A 61 tokens original MIT

12-factor-apps

02

ivklgn/ai-kit

Skill Claude CodeCodex

Perform 12-Factor App compliance analysis on any codebase. Use when evaluating application architecture, auditing SaaS applications, or reviewing cloud-native applications against the original 12-Factor methodology.

12 16d ago A 43 tokens copy · 94% MIT

audit-website

03

ivklgn/ai-kit

Skill Claude CodeCodex

Automated technical website audit via the squirrelscan CLI: crawls a live or local site and checks 230+ rules across SEO, performance, security, technical, content, and 16 other categories, returning an LLM-optimized report with a health score, broken links, meta-tag analysis, and actionable fixes (with an optional…

12 16d ago A 110 tokens original MIT

can-i-use

04

ivklgn/ai-kit

Skill Claude CodeCodex

Check browser support for web platform features (CSS, JS APIs, HTML) against the project's actual browser targets. Resolves the project's browserslist config, queries caniuse/MDN compatibility data, reports Baseline status, and recommends fallbacks or progressive enhancement. Use when asking "can I use X", choosing…

12 16d ago A 84 tokens original MIT

code-reviewer

05

ivklgn/ai-kit

Skill Claude CodeCodex

Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code…

12 16d ago A 77 tokens original MIT

compatibility-audit

06

ivklgn/ai-kit

Skill Claude CodeCodex

Audit whether a change is compatible with everything around it, across four boundaries — the contract it exposes to consumers, how cleanly it fits the conventions and abstractions of the place it lives, whether the change was carried through everywhere it had to be, and whether it survives its runtime environment.…

12 16d ago A 231 tokens original MIT

ivklgn/ai-kit

Skill Claude CodeCodex

Explain the current git branch's changes in plain product language for a non-technical audience — no file paths, no code references, no jargon. Reads the branch diff, commits, and available docs, then produces a short human briefing about what changed and why it matters. Use when the user invokes…

12 16d ago A 162 tokens original MIT

humanizer-ru

08

ivklgn/ai-kit

Skill Claude CodeCodex

A Russian-language editing guide for making text sound more natural and less machine-generated. It changes wording and rhythm while keeping the original facts and meaning.

12 16d ago A 183 tokens original MIT

humanizer

09

ivklgn/ai-kit

Skill Claude CodeCodex

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague…

12 16d ago A 93 tokens copy · 97% MIT

jsdoc

10

ivklgn/ai-kit

Skill Claude CodeCodex

Write, fix, or review JSDoc documentation for JavaScript and TypeScript code. Detects whether the project uses typed JSDoc (plain JS with checkJs), TypeScript (docs without type duplication), or a doc generator (TypeDoc, JSDoc CLI), and documents accordingly. Use when adding JSDoc comments, documenting a public API…

12 16d ago B 88 tokens original MIT

load-branch-changes

11

ivklgn/ai-kit

Skill Claude CodeCodex

Load current git branch changes (diff, commits, changed files) into session context. Use when the user invokes /load-branch-changes to review, understand, or focus on the current branch's changes compared to the base branch.

12 16d ago A 53 tokens original MIT

nextjs-developer

12

ivklgn/ai-kit

Skill Claude CodeCodex

Use when building Next.js applications with App Router, server components, or server actions. Invoke to configure route handlers, implement middleware, set up API routes, add streaming SSR, write generateMetadata for SEO, scaffold loading.tsx/error.tsx boundaries, or deploy. Triggers on: Next.js, App Router, RSC, use…

12 16d ago A 103 tokens original MIT