Cursor rule Claude CodeCursor
../../CLAUDE.md.
Cursor rule Claude CodeCursor
../../CLAUDE.md.
Hook Claude Code
Runs when the agent sends a notification, executing index.ts via bun. From kousen/claude-code-training.
Hook Claude Code
Runs when the agent finishes a response, executing index.ts via bun. From kousen/claude-code-training.
Hook Claude Code
Runs before the agent uses a tool, executing index.ts via bun. From kousen/claude-code-training.
Hook Claude Code
Runs after a tool call finishes, executing index.ts via bun. From kousen/claude-code-training.
Hook Claude Code
Runs when a subagent finishes, executing index.ts via bun. From kousen/claude-code-training.
Hook Claude Code
Runs before the context is compacted, executing index.ts via bun. From kousen/claude-code-training.
Settings file Claude Code
Agent settings declaring 6 hook events (Notification, Stop, PreToolUse, PostToolUse).
Instructions file CodexOpenCode
Instructions for kousen/claude-code-training, covering codex training course development, project structure & standards, core course materials, sample projects architecture and custom commands integration.
Instructions file
Instructions for kousen/claude-code-training, covering claude code training course development, cross-tool conventions, project structure & standards, core course materials and sample projects architecture.
Command
Update both the README.md and CLAUDE.md files as appropriate. If either file does not exist, please create it. Generate the CLAUDE.md file as though the user invoked the init task.
Agent Claude Code
Use this agent when you need to verify that your project's dependencies are being used according to their official recommendations and best practices. This includes checking for deprecated patterns, security vulnerabilities, outdated usage patterns, and ensuring alignment with the latest documentation from each…
Skill Claude CodeCodex
Generate comprehensive, professional API documentation following industry best practices.
Plugin Claude Code
Natural-language system diagnostics via osquery.
Skill Claude CodeCodex
System diagnostics via osquery. Use when the user asks about CPU usage, memory consumption, running processes, network connections, system health, or anything resembling "why is my computer slow", "what's hammering my CPU", "what's using memory", "fan is running hot", "what processes are running", "what's on the…
Skill Claude CodeCodex
Identify security vulnerabilities and suggest secure coding practices.
Skill Claude CodeCodex
Generate Spring Boot components following modern Java best practices and team conventions.
Skill Claude CodeCodex
Update Java code to modern language features — records, switch expressions, pattern matching, virtual threads, sealed classes, text blocks, and current collection idioms. Triggers on Java source files.
Skill Claude CodeCodex
Generate a CODEBASE.md architecture overview and a Slidev PRESENTATION.md for new team members. Use for unfamiliar projects where someone needs to come up to speed quickly.
Skill Claude CodeCodex
Read-only security audit of code for SQL injection, XSS, auth/authz flaws, input validation gaps, sensitive data exposure, and insecure cryptography. Surfaces findings without modifying code.
Skill Claude CodeCodex
Generate a Spring REST controller for a named entity with CRUD endpoints, validation, OpenAPI documentation, and integration tests. Invoke as /spring-controller .
Skill Claude CodeCodex
Generate a Spring Boot service class for a named entity with constructor injection, logging, exception handling, and unit tests. Invoke as /spring-service .
Instructions file
Instructions for kousen/java_upgrade, covering project context for claude code, project structure, key features, recently added exercises and java features covered.
Instructions file
Instructions for kousen/OperaGenerator, covering claude assistant context, project overview, key technical details, java 21 features used and important model information.