aaronbassett

59 mods across 1 repository, 4 stars between them.

aaronbassett/agent-foundry

Skill Claude CodeCodex

Create distinctive frontend interfaces with faux-ASCII aesthetic, warm dark palettes, and expressive motion. Use when user mentions ASCII art, dot matrix, scanline effects, terminal aesthetic, pixelated figures, block letterforms, "vibes", "make it vibes", "use the aesthetic from frontend-vibes", warm blacks…

4 16d ago A 99 tokens original MIT

aaronbassett/agent-foundry

Skill Claude CodeCodex

Building LLM-powered React applications with the Hashbrown library. Use when the user asks to (1) Build generative UI where LLMs render React components, (2) Add client-side tool calling for LLM-app interaction, (3) Stream LLM responses in React applications, (4) Execute LLM-generated JavaScript safely in a sandbox…

4 16d ago A 175 tokens original MIT

aaronbassett/agent-foundry

Skill Claude CodeCodex

Initialize and configure local development tooling for TypeScript, Rust, and Python projects including monorepos. Use when setting up linting (ESLint, Biome, clippy, ruff), formatting (Prettier, rustfmt, ruff), type checking (tsc, mypy), testing (Vitest, Jest, cargo test, pytest), Git hooks (lefthook for commit-msg…

4 16d ago A 143 tokens original MIT

devs

29

aaronbassett/agent-foundry

Plugin Claude Code

Specialist coding agents and skills.

4 16d ago A tokens not measured original MIT

code-explorer

30

aaronbassett/agent-foundry

Agent

Read-only codebase exploration agent with specialized tooling beyond generic search: structural search (ast-grep), symbol-level navigation (serena, octocode LSP), whole-repo packing (repomix), and search inside PDFs, archives, CSVs, and binaries (rga, xan, fq). Use it whenever a question is answered by reading code…

4 16d ago A 283 tokens original MIT

code-reviewer

31

aaronbassett/agent-foundry

Agent

Expert code-review agent producing evidence-based, severity-ranked findings. Use it after writing or modifying code, before merging a branch, or when the user asks for a review, audit, or second opinion on changes. It reviews diffs in the context of the full codebase, verifies findings against the actual code before…

4 16d ago A 205 tokens original MIT

deps-maintenance

32

aaronbassett/agent-foundry

Agent

Dependency management agent for TypeScript/JavaScript, Rust, and Python projects. Use it to audit for vulnerabilities, find outdated packages, explain why a package is in the tree, prepare upgrade reports with breaking-change analysis, or add/remove/upgrade dependencies. It works from commands and registries, never…

4 16d ago A 219 tokens original MIT

python-dev

33

aaronbassett/agent-foundry

Agent

Expert Python development agent for any Python codebase. Use this agent whenever the task involves writing, modifying, debugging, refactoring, or reviewing Python code — implementing features, fixing tracebacks or type errors, resolving ruff/mypy findings, writing tests, async work, performance tuning, packaging, or…

4 16d ago B 261 tokens original MIT

react-dev

34

aaronbassett/agent-foundry

Agent

Expert React development agent for building, refactoring, and debugging React UIs. Use this agent whenever the task involves React components, hooks, rendering or re-render problems, state architecture, data fetching in components, forms, styling, accessibility, Storybook, or React testing. Trigger it for any task…

4 16d ago A 271 tokens original MIT

rust-dev

35

aaronbassett/agent-foundry

Agent

Expert Rust development agent for any Rust codebase. Use this agent whenever the task involves writing, modifying, debugging, refactoring, or reviewing Rust code — including implementing features, fixing compiler or borrow-checker errors, resolving clippy warnings, writing tests, designing APIs or traits, async/tokio…

4 16d ago A 266 tokens original MIT

typescript-dev

36

aaronbassett/agent-foundry

Agent

Expert TypeScript development agent for any TypeScript codebase. Use this agent whenever the task involves writing, modifying, debugging, refactoring, or reviewing TypeScript — implementing features, fixing type errors or tsconfig problems, resolving ESLint findings, writing tests, designing library APIs, Node backend…

4 16d ago A 306 tokens original MIT

devs:check-deps

37

aaronbassett/agent-foundry

Command

Detect every dependency ecosystem in a project (TypeScript/JavaScript, Rust, Python), identify each one's package manager and workspace root, and run concurrent read-only health checks — vulnerabilities, outdated packages, and hygiene — consolidated into one severity-ranked report.

4 16d ago A 57 tokens original MIT

devs:code-review

38

aaronbassett/agent-foundry

Skill Claude CodeCodex

Use when reviewing code changes — a diff, branch, PR, or named files. Carries the review method: scoping the change-set, converting suspicions into verified findings, and ranking by evidence-backed severity. Language idioms belong to the language skills (rust-core, python-core, typescript-core, react-core); security…

4 16d ago A 78 tokens original MIT

devs:deps-core

39

aaronbassett/agent-foundry

Skill Claude CodeCodex

Use when auditing, inspecting, or changing project dependencies in TypeScript/JavaScript (npm, pnpm, yarn, bun), Rust (cargo), or Python (uv, pip, poetry) — vulnerability audits, outdated checks, dependency-tree tracing, upgrade reports, installs/removals, cache management, and cross-ecosystem health reports. Owns the…

4 16d ago A 105 tokens original MIT

devs:python-core

40

aaronbassett/agent-foundry

Skill Claude CodeCodex

Use when writing, debugging, reviewing, or architecting Python code — tracebacks, typing and mypy errors, async/asyncio work, pytest testing, FastAPI services, dependency and environment management with uv, packaging, or scaffolding a new Python project. Contains execution-verified references, uv-based scaffolding…

4 16d ago A 78 tokens original MIT

aaronbassett/agent-foundry

Skill Claude CodeCodex

Use when creating or reviewing React components to the house style — container/presenter structure, the four-canonical-states contract, Tailwind styling and the cn() utility, headless component patterns, form implementation, component accessibility, Storybook stories, or component error boundaries. Includes a verified…

4 16d ago A 96 tokens original MIT

devs:react-core

42

aaronbassett/agent-foundry

Skill Claude CodeCodex

Use when building or debugging React applications — component and hook idioms, rendering and re-render performance, state architecture, data fetching, application security, project architecture, or choosing React-ecosystem packages. Contains runtime-verified references, a curated React package list, and verified…

4 16d ago A 98 tokens original MIT

devs:rust-core

43

aaronbassett/agent-foundry

Skill Claude CodeCodex

Use when writing, debugging, reviewing, or architecting Rust code — compiler or borrow-checker errors, async/tokio work, error handling (thiserror/anyhow), testing and benchmarking, performance tuning, web services (axum/actix-web), CLI/TUI tools (clap/ratatui), Tauri desktop apps, AI/LLM API integration, Cargo…

4 16d ago A 115 tokens original MIT

devs:security-core

44

aaronbassett/agent-foundry

Skill Claude CodeCodex

Use when designing or reviewing authentication, authorization, secrets handling, rate limiting, or server-side HTTP hardening — and as the security lens for code review. Owns cross-language security decisions and policies; client-side browser security (XSS, CSP from the app's view, browser token storage) belongs to…

4 16d ago A 90 tokens original MIT

aaronbassett/agent-foundry

Skill Claude CodeCodex

Use when writing, debugging, reviewing, or configuring TypeScript — type errors, tsconfig and strictness setup, ESLint findings, testing with vitest, Node backend or library development, package selection, or monorepo configuration. Contains type-check-verified references, verified strict tsconfig templates, and a…

4 16d ago A 87 tokens original MIT

dart

46

aaronbassett/agent-foundry

MCP server Claude CodeCodexCursor +2

MCP server "dart" as configured in aaronbassett/agent-foundry. Launched with dart mcp-server.

4 16d ago A tokens not measured original MIT

flutter-core

47

aaronbassett/agent-foundry

Plugin Claude Code

Comprehensive Flutter and Dart development toolkit providing expert guidance on UI/UX, architecture, state management, testing, performance, deployment, and backend integration with ServerPod.

4 16d ago A tokens not measured original MIT

flutter-architect

48

aaronbassett/agent-foundry

Agent

Use this agent when architecting Flutter applications, implementing state management, designing project structure, applying design patterns, setting up dependency injection, or making architectural decisions for scalability and maintainability.

4 16d ago A 40 tokens original MIT