RashadAnsari

37 mods across 1 repository, 6 stars between them.

myagents

01

RashadAnsari/myagents

Plugin Claude Code

Rashad Ansari's plugin marketplace for Claude Code.

6 25d ago A tokens not measured original MIT

myagents AGENTS.md

02

RashadAnsari/myagents

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.

6 25d ago A 839 tokens original MIT

albino

03

RashadAnsari/myagents

Plugin Claude Code

Personal productivity plugin: brings Rashad's workflows to Claude Code.

6 25d ago A tokens not measured original MIT

agent-memory

04

RashadAnsari/myagents

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.

6 25d ago A tokens not measured original MIT

playwright

05

RashadAnsari/myagents

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.

6 25d ago A tokens not measured original MIT

markitdown

06

RashadAnsari/myagents

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.

6 25d ago A tokens not measured original MIT

RashadAnsari/myagents

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".

6 25d ago A 59 tokens original MIT

agents-md-reviewer

08

RashadAnsari/myagents

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".

6 25d ago A 46 tokens original MIT

api-design-reviewer

09

RashadAnsari/myagents

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".

6 25d ago A 57 tokens original MIT

RashadAnsari/myagents

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".

6 25d ago A 49 tokens original MIT

code-reviewer

11

RashadAnsari/myagents

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".

6 25d ago A 46 tokens original MIT

database-reviewer

12

RashadAnsari/myagents

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".

6 25d ago A 45 tokens original MIT

dependency-reviewer

13

RashadAnsari/myagents

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".

6 25d ago A 43 tokens original MIT

docs-reviewer

14

RashadAnsari/myagents

Agent

Reviews documentation for accuracy, completeness, and staleness. Spawn when user asks to "review docs", "check documentation", "find stale docs", or "audit documentation".

6 25d ago A 39 tokens original MIT

i18n-reviewer

15

RashadAnsari/myagents

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".

6 25d ago A 63 tokens original MIT

logging-reviewer

16

RashadAnsari/myagents

Agent

Reviews the codebase for logging and monitoring gaps. Spawn when user asks to "review logging", "check monitoring", "audit observability", or "find logging issues".

6 25d ago A 38 tokens original MIT

RashadAnsari/myagents

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".

6 25d ago A 52 tokens original MIT

security-reviewer

18

RashadAnsari/myagents

Agent

Reviews the codebase for security vulnerabilities. Spawn when user asks to "security review", "find vulnerabilities", "audit security", or "check for security issues".

6 25d ago A 36 tokens original MIT

test-reviewer

19

RashadAnsari/myagents

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".

6 25d ago A 42 tokens original MIT

commit-pr

20

RashadAnsari/myagents

Command

Create a git commit and open a pull request (creates a new branch first if on main/master).

6 25d ago A 20 tokens original MIT

commit

21

RashadAnsari/myagents

Command

The ! prefix on each line below runs the shell command inline and injects its output before the prompt is submitted.

6 25d ago A 4 tokens copy · 89% MIT

enrich

22

RashadAnsari/myagents

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.

6 25d ago A 34 tokens original MIT

forget

23

RashadAnsari/myagents

Command

Search agent memory and forget entries matching the given description.

6 25d ago A 10 tokens original MIT

pr-review

24

RashadAnsari/myagents

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.

6 25d ago C 47 tokens original MIT