Command Claude Code
Generate architectural codemaps for the current project.
Command Claude Code
Generate architectural codemaps for the current project.
Hook Claude Code
Runs before the agent uses a tool for Bash, Grep, Glob, Bash, Bash, Edit, Write and MultiEdit tool calls, executing pre-tool-use.sh, rtk-rewrite.sh, prefer-code-memory.sh and tool-budget.sh (4 commands). From fmflurry/settings-opencode.
Hook Claude Code
Runs when the agent finishes a response, executing stop.sh. From fmflurry/settings-opencode.
Hook Claude Code
Runs when the agent sends a notification, executing notification.sh. From fmflurry/settings-opencode.
Hook Claude Code
Runs when a subagent finishes, executing subagent-stop.sh. From fmflurry/settings-opencode.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing learning-user-prompt-submit.sh. From fmflurry/settings-opencode.
Settings file Claude Code
Agent settings declaring 5 hook events (PreToolUse, Stop, Notification, SubagentStop) and 12 allowed tools.
Skill Claude CodeCodex
Audit and fix common accessibility issues in Angular templates and Angular Material components. Use when the user mentions Lighthouse, axe, screen readers, keyboard navigation, ARIA, asks to fix a11y issues in Angular HTML templates, or after any feature, bug fix, or refactor that changed Angular templates.
Skill Claude CodeCodex
Scaffolds and extends Angular standalone feature MODULES under src/app/modules/{name} using Clean Architecture layering (presentation/application/core/infrastructure), a self-registering module providers function, route-level lazy loading, cross-navigation state caching, the facade pattern, and ports/adapters…
Skill Claude CodeCodex
Pre-merge code review for Angular + TypeScript pull requests. Diffs current branch against a target branch, applies Angular-specific checklists (signals, RxJS, clean architecture, flurryx, TS strict), runs lint + tsc, and emits a tiered report (verbose for juniors, terse for seniors). Auto-loads project AGENTS.md…
Skill Claude CodeCodex
Domain-Driven Design for Angular/TypeScript: functional patterns with type aliases, readonly fields, pure rule functions, immutable value types, branded IDs, and ports as abstract classes. Use when creating or reviewing domain models, aggregates, rule functions, ports, bounded contexts, or domain events. Use when…
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.…
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.
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…
Skill Claude CodeCodex
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
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 or "compress memory…
Skill Claude CodeCodex
Scaffolds and extends .NET 10 Minimal API modules using self-registering IModule (reflection discovery) + hexagonal ports/adapters per module (Application/Core/Infrastructure), default EF Core CRUD persistence. Use when creating new .NET modules, adding endpoints/use-cases, or refactoring toward ports/adapters and…
Skill Claude CodeCodex
Pre-merge code review for .NET 10 pull requests. Ground truth: Minimal API + IModule (reflection-based isolation) + hexagonal per module (Application/Core/Infrastructure) + EF Core CRUD. Optional additive: DDD / CQRS / event sourcing per module. Diffs current branch against a target branch, applies .NET-specific…
Skill Claude CodeCodex
Domain-Driven Design best practices for .NET 10 domain code. Use when creating or reviewing entities, value objects, aggregates, aggregate roots, repositories, domain services, bounded contexts, or domain events in C#. Use when refactoring anemic models toward rich domain logic, enforcing aggregate invariants, or…
Skill Claude CodeCodex
Signal-first reactive state management for Angular. Bridge RxJS streams into cache-aware stores, keyed resources, mirrored state, and replayable history. Use when generating or modifying Angular code that uses flurryx for state management, or when scaffolding new feature modules that follow the flurryx facade pattern.
Skill Claude CodeCodex
GDPR reference & code-audit checklist with FRANCE/CNIL focus. Use when reviewing or building features that collect/process/store personal data (consent, PII, authentication, forms, cookies, cookies/trackers, data-subject rights, retention, DPIA, cross-border transfers, breach notification). Multi-source verified facts…
Skill Claude CodeCodex
Use this skill for any git work such as creating branches, staging changes, writing commit messages, pushing branches, or preparing pull requests. Delegates git execution to the git-specialist agent.
Skill Claude CodeCodex
Use whenever you add, edit, rename, or delete any harness artifact — a skill, agent, command, rule, or instruction — in either .claude/ or .opencode/. Replicate the equivalent change in the other harness with the correct frontmatter and registration translation, so the two trees stay in parity.
Skill Claude CodeCodex
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.