KratosAR

60 mods across 1 repository, 2 stars between them.

backend-patterns

25

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

2 15d ago A 31 tokens copy · 94% MIT

blueprint

26

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation…

2 15d ago A 122 tokens copy · 94% MIT

brainstorming

27

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2 15d ago A 37 tokens copy · 89% MIT

claude-api

28

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.

2 15d ago A 53 tokens copy · 89% MIT

claude-devfleet

29

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.

2 15d ago A 36 tokens copy · 94% MIT

click-path-audit

30

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, produce wrong final state, or leave the UI in an inconsistent state. Use when: systematic debugging found no bugs but users report broken buttons, or after any…

2 15d ago A 71 tokens copy · 98% MIT

codebase-onboarding

31

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.

2 15d ago A 53 tokens copy · 97% MIT

coding-standards

32

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.

2 15d ago A 28 tokens copy · 86% MIT

configure-ecc

33

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.

2 15d ago D 38 tokens copy · 86% MIT

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.

2 15d ago A 30 tokens copy · 100% MIT

context-budget

35

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.

2 15d ago A 37 tokens copy · 100% MIT

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.

2 15d ago B 48 tokens copy · 94% MIT

observer

38

KratosAR/claude-code-arsenal

Agent

Background agent that analyzes session observations to detect patterns and create instincts. Uses Haiku for cost-efficiency. v2.1 adds project-scoped instincts.

2 15d ago A 33 tokens copy · 100% MIT

continuous-learning

39

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

2 15d ago B 21 tokens copy · 95% MIT

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.

2 15d ago A 33 tokens copy · 100% MIT

data-scraper-agent

41

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from user feedback. Runs 100% free on GitHub Actions. Use when…

2 15d ago A 97 tokens copy · 100% MIT

database-migrations

42

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).

2 15d ago A 56 tokens copy · 89% MIT

deep-research

43

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.

2 15d ago B 48 tokens copy · 94% MIT

deployment-patterns

44

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

2 15d ago A 31 tokens copy · 97% MIT

deployments-cicd

45

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Vercel deployment and CI/CD expert guidance. Use when deploying, promoting, rolling back, inspecting deployments, building with --prebuilt, or configuring CI workflow files for Vercel.

2 15d ago A 44 tokens original MIT

dmux-workflows

47

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows.

2 15d ago A 56 tokens copy · 100% MIT

do

48

KratosAR/claude-code-arsenal

Skill Claude CodeCodex

Execute a phased implementation plan using subagents. Use when asked to execute, run, or carry out a plan — especially one created by make-plan.

2 15d ago A 32 tokens copy · 100% MIT