claudecode-hooks skills

49 tagged claudecode-hooks, measured the same way as everything else here.

Browse within: claudecode-config 48agentskills 42ai-agents-for-business 41claude-ai 8subagents 7

ai-image-creator

01

centminmod/my-claude-code-setup

Skill Claude CodeCodex

Generate, edit-from-reference, or analyze images with AI via OpenRouter (gemini, geminipro, riverflow, flux2, seedream, gpt5, gpt5.4; Cloudflare AI Gateway BYOK). Also analyze a video (--analyze-video, read-only — no video generated) into a text description for video prompts. Use when the user asks to generate an…

2.6k +4 1mo ago A 136 tokens original MIT

centminmod/my-claude-code-setup

Skill Claude CodeCodex

Audit a session-metrics JSON export for token-usage waste and produce a plain-English findings report. Trigger when the user runs /audit-session-metrics, when session-metrics suggests an audit after an HTML export, or when the user asks to audit / review / find waste in a saved session-metrics JSON. Two modes: "quick"…

2.6k +4 1mo ago A 147 tokens original MIT

task-breakdown

03

centminmod/my-claude-code-setup

Skill Claude CodeCodex

Group a session-metrics session's turns into higher-level SEMANTIC TASKS ("what was I actually trying to do") and render a Tasks companion page (tasks.html + tasks.md) with a worth-it / mixed / likely-waste verdict per task. Trigger when the user runs /task-breakdown, when session-metrics suggests a task breakdown…

2.6k +4 1mo ago A 177 tokens original MIT

mjunaidca/mjs-agent-skills

Skill Claude CodeCodex

Guides creation of ChatGPT Apps with interactive widgets using OpenAI Apps SDK and MCP servers. Use when building ChatGPT custom apps with visual UI components, embedded widgets, or rich interactive experiences. Covers widget architecture, MCP server setup with FastMCP, response metadata, and Developer Mode…

27 21d ago A 87 tokens

memory-systems

05

mjunaidca/mjs-agent-skills

Skill Claude CodeCodex

Design and implement memory architectures for agent systems. Use when building agents that need to persist state across sessions, maintain entity consistency, or reason over structured knowledge.

27 21d ago A 35 tokens

mjunaidca/mjs-agent-skills

Skill Claude CodeCodex

Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.

27 21d ago A 38 tokens

memory-bank

07

josiahcrackle9631/memory-bank

Skill Claude CodeCodex

Token-efficient persistent memory system for Claude Code that saves 67% tokens on session warm-up (verified with tiktoken). Layered architecture with progressive loading, compact encoding, branch-aware context, smart compression, session diffing, conflict detection, session continuation protocol, and recovery mode.…

2 4d ago A 199 tokens original Apache-2.0