observer
49Agent
Background agent that analyzes session observations to detect patterns and create instincts. Uses Haiku for cost-efficiency. v2.1 adds project-scoped instincts.
Agent
Background agent that analyzes session observations to detect patterns and create instincts. Uses Haiku for cost-efficiency. v2.1 adds project-scoped instincts.
Skill Claude CodeCodex
Automatically extract reusable patterns from agent sessions and save them as learned skills for future use.
Skill Claude CodeCodex
Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.
Skill Claude CodeCodex
C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.
Skill Claude CodeCodex
Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.
Skill Claude CodeCodex
Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Use when the user wants to distribute content across social platforms.
Skill Claude CodeCodex
Customs documentation, tariff classification, duty optimization, restricted party screening, and regulatory compliance across multiple jurisdictions. Includes HS classification logic, Incoterms application, FTA utilization, and penalty mitigation. Use when handling customs clearance, tariff classification, trade…
Skill Claude CodeCodex
Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from user feedback. Runs 100% free on GitHub Actions. Use when…
Skill Claude CodeCodex
Recommend basic data structures for a task. Use when a junior developer needs help choosing lists, maps, or sets.
Skill Claude CodeCodex
Database schema design, normalization (1NF–BCNF), index optimization, migration strategies, partitioning, and database selection guide. Use when designing schemas, optimizing queries, or planning database architecture.
Skill Claude CodeCodex
Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs.
Skill Claude CodeCodex
Provide a systematic debugging checklist. Use when a junior developer is stuck and needs a structured approach.
Skill Claude CodeCodex
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
Skill Claude CodeCodex
Run autonomous multi-step research via Google Gemini Deep Research Agent. Produces cited reports from web sources.
Skill Claude CodeCodex
Guide installation of project dependencies and toolchains. Use when a junior developer is stuck setting up the environment.
Skill Claude CodeCodex
Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.
Skill Claude CodeCodex
Skill "design" from lidge-jun/cli-jaw-skills, covering design workspace, prerequisites, modular references, core rules and panel structure (claude design style).
Skill Claude CodeCodex
Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with rendergametotext.
Plugin Claude Code
Security-focused differential review of code changes with git history analysis and blast radius estimation.
Command
Performs security-focused differential review of code changes.
Skill Claude CodeCodex
Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and prevents security regressions.
Skill Claude CodeCodex
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.