Command
Update CLAUDE.md with learnings from this session.
Command
Update CLAUDE.md with learnings from this session.
Skill Claude CodeCodex
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project…
Plugin Claude Code
Cloudflare temp mail agent skill for reading inbox messages, fetching parsed mail, and sending email with an Address JWT.
Skill Claude CodeCodex
Read and send mails from a cloudflaretempemail mailbox using a user-supplied Address JWT and API base URL. Use when the user (or an agent such as OpenClaw / Codex / Cursor) needs to list the inbox, fetch a specific message, or send an email via the server-parsed /api/parsedmails, /api/parsedmail/:id, and /api/sendmail…
Plugin Claude Code
Developer utilities plugin with git workflows, agent history lookup, Context7 docs, Ponytail minimal-solution skills, and frontend implementation.
Skill Claude CodeCodex
A local search tool for finding chat and coding-agent session history by calendar date on Windows, macOS, and Linux. It can inspect Claude Code, Codex CLI, and Cursor history files.
Skill Claude CodeCodex
Use the ctx7 CLI to fetch library documentation, manage AI coding skills, and configure Context7 MCP. Activate when the user mentions "ctx7" or "context7", needs current docs for any library, wants to install/search/generate skills, or needs to set up Context7 for their AI coding agent.
Skill Claude CodeCodex
This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.
Skill Claude CodeCodex
Retrieves up-to-date documentation, API references, and code examples for any developer technology. Use this skill whenever the user asks about a specific library, framework, SDK, CLI tool, or cloud service — even for well-known ones like React, Next.js, Prisma, Express, Tailwind, Django, or Spring Boot. Your training…
Skill Claude CodeCodex
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
Skill Claude CodeCodex
A Git workflow assistant for safely creating commits, pushing branches to a remote repository, and opening pull or merge requests. A commit records changes, while a pull or merge request asks others to review them.
Skill Claude CodeCodex
Whole-repo audit for over-engineering. Scans the codebase and ranks what to delete, simplify, or replace with stdlib/native equivalents. Use when the user asks to audit a repo for bloat, unnecessary abstractions, redundant dependencies, or "what can I delete from this codebase".
Skill Claude CodeCodex
Quick reference for ponytail modes and companion skills. One-shot display, not a persistent mode. Use when the user asks how to use ponytail, which modes exist, or what ponytail commands/skills are available.
Skill Claude CodeCodex
Review code or diffs only for over-engineering. Finds what to delete, replace with stdlib/native features, inline, or shrink. Use when the user asks whether something is over-engineered, what can be deleted, how to simplify a diff, or explicitly invokes ponytail review.
Skill Claude CodeCodex
Forces the laziest solution that actually works: YAGNI first, reuse code that already exists, prefer stdlib and native platform features, avoid new dependencies, and stop at the smallest correct implementation. Use when the user asks for the simplest path, minimal code, fewer dependencies, less boilerplate, less…
Skill Claude CodeCodex
SummerSec personal Agent Skills collection: writing-zh, dev-tools, agents-dev, cloudflare-email, taste-skill, semantic-linter.
Plugin Claude Code
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns.
Agent
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Typical triggers include the /hookify command being invoked without arguments, or the user explicitly asking to look back at the current conversation and surface mistakes that should be prevented in the future. See…
Command
Enable or disable hookify rules interactively.
Command
Get help with the hookify plugin.
Command
Create hooks to prevent unwanted behaviors from conversation analysis or explicit instructions.
Command
List all configured hookify rules.
Hook
Runs after a tool call finishes, executing posttooluse.py via python3. From SummerSec/SumSec-Skills.
Hook
Runs when the agent finishes a response, executing stop.py via python3. From SummerSec/SumSec-Skills.