myagents
01Plugin Claude Code
Rashad Ansari's plugin marketplace for Claude Code.
Plugin Claude Code
Rashad Ansari's plugin marketplace for Claude Code.
Instructions file CodexOpenCode
Instructions for RashadAnsari/myagents, covering agent rules & conventions, review crew sync rule, skill reminder rule, readme sync rule and verify after changes rule.
Plugin Claude Code
Personal productivity plugin: brings Rashad's workflows to Claude Code.
MCP server Claude CodeCodexCursor +2
MCP server "agent-memory" as configured in RashadAnsari/myagents. Launched with bash -c PLUGIN="${CLAUDE_PLUGIN_ROOT}"; [ -z "$PLUGIN" ] && PLUGIN="$(pwd)"; exe.
MCP server Claude CodeCodexCursor +2
MCP server "playwright" as configured in RashadAnsari/myagents. Launched with bash -c PLUGIN="${CLAUDE_PLUGIN_ROOT}"; [ -z "$PLUGIN" ] && PLUGIN="$(pwd)"; EXT.
MCP server Claude CodeCodexCursor +2
MCP server "markitdown" as configured in RashadAnsari/myagents. Launched with bash -c PLUGIN="${CLAUDE_PLUGIN_ROOT}"; [ -z "$PLUGIN" ] && PLUGIN="$(pwd)"; exe.
Agent
Reviews the codebase for accessibility issues: WCAG compliance, ARIA usage, keyboard navigation, color contrast, and screen reader compatibility. Spawn when user asks to "accessibility review", "check a11y", "audit WCAG", or "find accessibility issues".
Agent
Reviews the entire codebase and finds inconsistencies with AGENTS.md rules. Spawn when user asks to "review codebase", "check consistency", "find violations", or "audit against AGENTS.md".
Agent
Reviews REST and GraphQL API design for consistency, naming conventions, versioning, error shape, idempotency, and backward compatibility. Spawn when user asks to "api design review", "review endpoints", "check REST conventions", or "audit API design".
Agent
Reviews the codebase for architectural issues: structure, coupling, separation of concerns, cohesion, and scalability. Spawn when user asks to "architecture review", "check structure", "review coupling", or "audit separation of concerns".
Agent
Reviews the codebase for correctness, style, patterns, and anti-patterns. Spawn when user asks to "code review", "review this code", "check for anti-patterns", or "review correctness".
Agent
Reviews database schema design, migration safety, indexing strategy, query patterns, and data integrity. Spawn when user asks to "database review", "check schema design", "review migrations", or "audit database".
Agent
Reviews dependencies for vulnerabilities, outdated packages, unused packages, and supply chain risks. Spawn when user asks to "review dependencies", "check packages", "find outdated deps", or "audit dependencies".
Agent
Reviews documentation for accuracy, completeness, and staleness. Spawn when user asks to "review docs", "check documentation", "find stale docs", or "audit documentation".
Agent
Reviews the codebase for internationalization and localization gaps: hardcoded strings, date/number formatting, locale handling, pluralization, and RTL support. Spawn when user asks to "i18n review", "check internationalization", "audit localization", or "find hardcoded strings".
Agent
Reviews the codebase for logging and monitoring gaps. Spawn when user asks to "review logging", "check monitoring", "audit observability", or "find logging issues".
Agent
Reviews the codebase for performance bottlenecks, algorithmic complexity, memory issues, and query inefficiencies. Spawn when user asks to "performance review", "find bottlenecks", "check query performance", or "review memory usage".
Agent
Reviews the codebase for security vulnerabilities. Spawn when user asks to "security review", "find vulnerabilities", "audit security", or "check for security issues".
Agent
Reviews tests for coverage, quality, missing cases, and structure. Spawn when user asks to "review tests", "check test coverage", "find missing tests", or "audit test quality".
Command
Create a git commit and open a pull request (creates a new branch first if on main/master).
Command
The ! prefix on each line below runs the shell command inline and injects its output before the prompt is submitted.
Command
Enrich project memory by mining 100 recently merged PRs: extracts decisions, conventions, gotchas, and architectural facts from PR discussions, review comments, and PR bodies.
Command
Search agent memory and forget entries matching the given description.
Command
Review a GitHub pull request: analyzes changed files to select relevant reviewers, loads project and user memory, runs reviewers in parallel, lets the user pick which findings to post, then submits the review on behalf of the user via gh CLI.