Instructions file
Instructions for eddmann/whatsapp-mcp, covering claude.md, build commands, standard build, build and run and clean.
Instructions file
Instructions for eddmann/whatsapp-mcp, covering claude.md, build commands, standard build, build and run and clean.
Skill Claude CodeCodex
Deep codebase analysis with extended thinking — use for complex tasks that may lead to implementation.
Skill Claude CodeCodex
Update the changelog for a new release.
Skill Claude CodeCodex
Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome).
Skill Claude CodeCodex
Create git commits using Conventional Commits format.
Skill Claude CodeCodex
Retrieve up-to-date documentation for libraries and frameworks via the Context7 API. Use when looking up docs for any library, finding code examples, verifying API usage, or getting current info that may have changed since training.
Skill Claude CodeCodex
Query and modify databases (PostgreSQL, MySQL/MariaDB, SQLite). Use when the user asks to inspect, query, or write to a database, or when you need to understand a database schema.
Skill Claude CodeCodex
Explain how code works — architecture, patterns, and design decisions (read-only).
Skill Claude CodeCodex
Generate a landing page for the current project.
Skill Claude CodeCodex
Generate README.md by deeply exploring the codebase.
Skill Claude CodeCodex
Create a GitHub issue from context or conversation.
Skill Claude CodeCodex
Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries.
Skill Claude CodeCodex
Use when asked to find a project, work on a project, start a feature, fix a bug, or make changes to a repo.
Skill Claude CodeCodex
Comprehensive pre-release audit for making a GitHub repository public.
Skill Claude CodeCodex
Answer a specific question about the codebase (read-only).
Skill Claude CodeCodex
Review code against coding guidelines and best practices.
Skill Claude CodeCodex
Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.
Skill Claude CodeCodex
Use uv instead of pip/python/venv. Run scripts with uv run script.py, add deps with uv add, use inline script metadata for standalone scripts.