chadixearth/graphyloop

Agentic workflow kit for any AI coding harness. One command wires OpenCode, Claude Code, Codex and Cursor with a coordinated swarm, persistent memory that survives restarts, a 24-agent squad and a 5-gate delivery workflow. Zero runtime dependencies.

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

chadixearth/graphyloop

Skill Claude CodeCodex

Use when the user wants to create AI video generation prompts for a brand, product, website, or topic. Includes interactive Q&A flow to gather requirements then outputs a single unified prompt (one paste) for tools like OmniFlash, Runway, Pika, Kling, Sora. Do NOT use for HyperFrames/Remotion video creation workflows.

2 16d ago A 77 tokens original MIT

api-contract-design

02

chadixearth/graphyloop

Skill Claude CodeCodex

Use this skill when freezing the interface between a backend and its clients before parallel work starts, or when changing an endpoint other code already calls - request/response shapes, status codes, error envelope, pagination, filtering, idempotency, versioning, and the breaking-change rules. Covers writing the…

2 16d ago A 79 tokens original MIT

api-hardening

03

chadixearth/graphyloop

Skill Claude CodeCodex

Use this skill when building or reviewing a server-side endpoint, route handler, server action, webhook, cron job, or background worker in any language. Covers per-route authorization and IDOR, input validation at the trust boundary, rate limiting, SSRF, file uploads, JWT and session handling, tenant isolation, and…

2 16d ago B 72 tokens original MIT

brainstorming

04

chadixearth/graphyloop

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. Continuation mode: infer requirements, state assumptions, propose design in one message — no Q&A loop.

2 16d ago A 58 tokens original MIT

cavecrew

05

chadixearth/graphyloop

Skill Claude CodeCodex

Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn cavecrew-investigator (locate code), cavecrew-builder (1-2 file edit), or cavecrew-reviewer (diff review) instead of doing the work inline or using vanilla Explore. Subagent output is caveman-compressed so the tool-result…

2 16d ago A 104 tokens copy · 100% MIT

caveman-commit

06

chadixearth/graphyloop

Skill Claude CodeCodex

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit.…

2 16d ago A 79 tokens copy · 89% MIT

caveman-compress

07

chadixearth/graphyloop

Skill Claude CodeCodex

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or…

2 16d ago A 77 tokens copy · 100% MIT

caveman-help

08

chadixearth/graphyloop

Skill Claude CodeCodex

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

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

caveman-review

09

chadixearth/graphyloop

Skill Claude CodeCodex

Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.

2 16d ago A 72 tokens copy · 100% MIT

caveman

10

chadixearth/graphyloop

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts token usage 75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or…

2 16d ago A 98 tokens copy · 86% MIT

council

11

chadixearth/graphyloop

Skill Claude CodeCodex

Convene a four-voice council for ambiguous decisions, tradeoffs, and go/no-go calls. Use when multiple valid paths exist and you need structured disagreement before choosing.

2 16d ago A 38 tokens copy · 100% MIT

database-migrations

12

chadixearth/graphyloop

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 16d ago A 56 tokens copy · 91% MIT

deep-research

13

chadixearth/graphyloop

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 16d ago B 48 tokens copy · 89% MIT

dependency-audit

14

chadixearth/graphyloop

Skill Claude CodeCodex

Use this skill before adding a dependency, when an audit or Dependabot alert fires, or when a lockfile changes in a review - triaging CVEs by real reachability, spotting typosquats and install scripts, pinning and lockfile discipline, and license checks. Covers deciding what actually needs fixing instead of chasing…

2 16d ago A 74 tokens original MIT

deployment-patterns

15

chadixearth/graphyloop

Skill Claude CodeCodex

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

2 16d ago A 31 tokens copy · 86% MIT

e2e-testing

16

chadixearth/graphyloop

Skill Claude CodeCodex

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.

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

error-handling

17

chadixearth/graphyloop

Skill Claude CodeCodex

Patterns for robust error handling across TypeScript, Python, and Go. Covers typed errors, error boundaries, retries, circuit breakers, and user-facing error messages.

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

exa-search

18

chadixearth/graphyloop

Skill Claude CodeCodex

Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.

2 16d ago A 49 tokens original MIT

frontend-security

20

chadixearth/graphyloop

Skill Claude CodeCodex

Use this skill when writing or reviewing client-side code that renders user data, stores tokens, calls an API, or embeds third-party scripts - React/Next/Vue/Svelte or plain DOM. Covers XSS sinks, token storage, environment-variable leakage, CSP and security headers, iframe and postMessage trust, and the checks that…

2 16d ago A 80 tokens original MIT

github-ops

21

chadixearth/graphyloop

Skill Claude CodeCodex

GitHub repository operations, automation, and management. Issue triage, PR management, CI/CD operations, release management, and security monitoring using the gh CLI. Use when the user wants to manage GitHub issues, PRs, CI status, releases, contributors, stale items, or any GitHub operational task beyond simple git…

2 16d ago A 71 tokens original MIT

graphify

22

chadixearth/graphyloop

Skill Claude CodeCodex

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community…

2 16d ago B 76 tokens copy · 89% MIT

graphyloop-waves

23

chadixearth/graphyloop

Skill Claude CodeCodex

Use this skill when a request spans more than one layer (database + backend + frontend, or a feature plus a data pipeline). Turns the request into contract-first parallel waves with enforced dependencies, exclusive file ownership and per-lane acceptance checks, using the graphyloop planner and swarm.

2 16d ago A 63 tokens original MIT

gsap-core

24

chadixearth/graphyloop

Skill Claude CodeCodex

Official GSAP skill for the core API — gsap.to(), from(), fromTo(), easing, duration, stagger, defaults, gsap.matchMedia() (responsive, prefers-reduced-motion). Use when the user asks for a JavaScript animation library, animation in React/Vue/vanilla, GSAP tweens, easing, basic animation, responsive or reduced-motion…

2 16d ago A 128 tokens copy · 100% MIT