Agents
Why Implexa
Pricing
Resources
Install
Sign in
Sign up
back to leaderboard
AN
@anderskev
contributor on implexa, with 62 skills ranked by
SkillRank
across 1 source.
anderskev on github
publishes to clawhub
skills, ranked by SkillRank
score
source
skill
8.4
clawhub
Remix V2 Data Flow Review
remix-v2-data-flow-review audits remix v2 route modules for loader/action anti-patterns, data leaks, validation gaps, and v1 migration holdovers. provides a checklist, scoping rules, hard gates for evidence, and context-sensitive flagging rules.
8.3
clawhub
Remix V2 Forms
remix-v2-forms covers form submissions, mutations, and fetcher patterns for remix v2 route handlers. includes decision trees for choosing between form/fetcher, handling optimistic ui, file uploads, and intent-based multi-action routes.
8.2
clawhub
Remix V2 Meta Sessions
remix-v2-meta-sessions covers document head management, cookie session storage with secure defaults, auth gating via loader/action throws, and csrf protection patterns. includes decision trees for routing meta tags and validates common v1 migration pitfalls.
8.2
clawhub
Remix V2 Data Flow
remix-v2-data-flow covers loaders, actions, deferred responses, and pending state transitions with concrete examples, type annotation patterns, and decision trees for when to use each API.
7.9
clawhub
Rust Project Setup
rust-project-setup covers scaffolding new rust projects with cargo configuration, workspace organization, linting setup, and ci integration. includes edition 2024 migration notes and objective completion gates for validating setup correctness.
7.6
clawhub
Rust Best Practices
rust-best-practices delivers guidance on idiomatic code patterns, error handling, performance profiling, and api design across ownership, generics, async, and ecosystem choices. organized by topic with gates for clippy and performance claims.
7.3
clawhub
Deepagents Implementation
deepagents-implementation covers agent creation via create_deep_agent with pluggable backends, subagent delegation, middleware injection, streaming modes, human-in-the-loop interrupts, and mcp tool integration.
7.3
clawhub
Remix V2 Forms Review
remix-v2-forms-review flags violations of remix v2 form patterns: manual fetch(), native form misuse, wrong hook choice, missing pending state, unbounded uploads, and intent-pattern breaks. designed as a linter complement to a canonical pattern skill.
7.2
clawhub
Bubbletea Code Review
bubbletea-code-review enforces elm architecture patterns and detects blocking i/o in update functions through hard gates and reference-backed checklist. targets charmbracelet tui code with focus on model immutability, command composition, and lipgloss styling discipline.
7.2
clawhub
Ffi Code Review
ffi-code-review examines rust ffi code across type safety, memory layout, string handling, callbacks, and unsafe boundaries. it uses a gated verification workflow to prevent premature findings and includes a detailed checklist covering extern blocks, symbol management, type layout, ownership, and bindgen patterns.
7.1
clawhub
Respond Pr Feedback
respond-pr-feedback posts evaluated replies to pr review comments, with optional thread resolution. requires prior execution of fetch-pr-feedback and enforces sequenced gate checks before API calls.
6.8
clawhub
Review Frontend
review-frontend orchestrates parallel or sequential code review across react, remix, routing, state, and styling layers by detecting technologies and dispatching to specialized skills. includes verification gates and single-pass completeness rules.
6.8
clawhub
Review Skill
review-skill audits pr changes to agent skills against structural validity, design quality, and marketplace consistency rules. executes diffs, applies three check suites, verifies findings, and outputs categorized issues with confidence ratings.
6.6
clawhub
Create Pr. Skip
create-pr-skip generates pull requests with standardized descriptions by gathering branch context, analyzing changes, and applying conventional commit formatting with optional label assignment.
6.5
clawhub
Llm Artifacts Detection
llm-artifacts-detection provides four focused detection agents for identifying common quality issues in ai-generated code, spanning tests, dead code, over-abstraction, and style patterns. structured around specific reference criteria and reporting gates to minimize false positives.
6.3
clawhub
Review Llm Artifacts
review-llm-artifacts detects lsm coding agent artifacts across four categories (tests, dead code, abstraction, style) with parallel subagents when supported, scanning changed files by default or full project with --all flag, producing a structured json report and markdown summary.
6.2
clawhub
Sqlx Code Review
sqlx-code-review provides a structured checklist for auditing rust database code against compile-time safety, pool management, and migration practices. procedure relies on gates and external references but lacks actionable examples and explicit failure recovery steps.
6.2
clawhub
Remix V2 Routing Review
remix-v2-routing-review flags structural route violations (naming, layouts, resource shapes, v1 artifacts) in remix v2 codebases. extensive checklist and exemption rules, but procedure lacks step-by-step invocation logic.
6.2
clawhub
Agent Architecture Analysis
agent-architecture-analysis audits agentic systems against 12-factor methodology via structured codebase scanning, evidence collection, and per-factor compliance scoring. covers prompt ownership, state management, tool validation, and control flow patterns with explicit hard gates before assigning ratings.
6.2
clawhub
Tokio Async Code Review
tokio-async-code-review provides a structured review workflow for async runtime patterns, task management, and synchronization primitives with explicit gate checks and severity calibration. covers 2024 edition changes and common pitfalls but lacks actionable trigger phrases and specific integration examples.
5.8
clawhub
Axum Code Review
axum-code-review provides a checklist-driven inspection of axum web services covering routing, extractors, state, and error handling, with version-specific guidance for 0.6/0.7+ and edition 2024. gating mechanism ensures findings are evidence-backed before reporting.
5.4
clawhub
Swift Testing Code Review
swift-testing-code-review validates Swift Testing patterns including expect/require macros, parameterized tests, async handling, and suite organization. enforces checklist discipline via external protocol linkage and reference documents.
5.2
clawhub
Elixir Security Review
elixir-security-review provides a checklist-based vulnerability scanner for elixir code focusing on injection, atom exhaustion, and secrets. execution requires external verification protocol and manual ingress mapping.
5.2
clawhub
Deepagents Code Review
deepagents-code-review catalogs 23 specific anti-patterns in deep agents configuration, backends, subagents, middleware and system prompts, with code examples for each. coverage is comprehensive but procedure for applying findings lacks step-by-step rigor, and trigger phrases are absent entirely.
4.2
clawhub
Review Plan
review-plan enforces artifact verification and gated execution of five review lenses (parallelization, tdd, types, libraries, security) against implementation plans, but lacks concrete trigger phrases, assumes subagent availability without fallback, and conflates procedural gating with actual review rigor.
4.2
clawhub
Urlsession Code Review
urlsession-code-review provides a checklist and hard gates for auditing ios networking code, but lacks step-by-step procedure. the gates structure is novel but underspecified, and many checks lack actionable remediation detail.
3.5
clawhub
Review Structure
review-structure defines a demanding structural-review discipline with strong principles but no actionable procedure. it reads as a manifesto and rubric rather than a skill a reviewer can execute step-by-step.
—
clawhub
Review Skill Improver
Analyzes feedback logs to identify patterns and suggest improvements to review skills. Use when you have accumulated feedback data and want to improve review...
—
clawhub
Remix V2 Perf Ssr Review
Reviews Remix v2 code for caching header misuse, missing server/client split, hydration mismatches (Date, Math.random, locale), prefetch hygiene, and asset b...
—
clawhub
Remix V2 Routing
Remix v2 routing patterns. Use when implementing flat-routes v2 conventions, route file naming, nested layouts, resource routes, or root.tsx scaffolding. Tri...
—
clawhub
Review Remix V2
Comprehensive Remix v2 code review with per-area review skills, run in parallel where the agent supports subagents and sequentially otherwise. Detects Remix...
—
clawhub
Review Verification Protocol
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
—
clawhub
Langgraph Code Review
Reviews LangGraph code for bugs, anti-patterns, and improvements. Use when reviewing code that uses StateGraph, nodes, edges, checkpointing, or other LangGra...
—
clawhub
Artifact Analysis
Use when the user wants a cited, structured read of local documents and project knowledge. Triggers on: "analyze these docs", "scan my project for context",...
—
clawhub
Llm Judge
Use when comparing two or more code implementations against a spec or requirements doc. Triggers on "which repo is better", "compare these implementations",...
—
clawhub
Strategy Interview
Use when the user wants to build or think through a strategy via guided conversation — for a company, product, team, career, or initiative. Triggers on "help...
—
clawhub
Strategy Review
Use when reviewing, critiquing, or stress-testing an existing strategy document. Evaluates seven dimensions — diagnosis quality, guiding policy strength, act...
—
clawhub
Commit Push
commit and push all local changes to remote repo
—
clawhub
Fetch Pr Feedback
Fetch unresolved review comments from a PR and evaluate with receive-feedback skill
—
clawhub
Fix Llm Artifacts
Applies fixes from a prior review-llm-artifacts run, with safe/risky classification. Respects verify-llm-artifacts output when present to skip false positives.
—
clawhub
Gen Release Notes
generate release notes for changes since a given tag
—
clawhub
Prompt Improver
Optimize prompts for code-related tasks following prompt-engineering best practices. Use when refining prompts for implementation, debugging, refactoring, co...
—
clawhub
Receive Feedback
Process external code review feedback with technical rigor. Use when receiving feedback from another LLM, human reviewer, or CI tool. Verifies claims before...
—
clawhub
Review Feedback Schema
Schema for tracking code review outcomes to enable feedback-driven skill improvement. Use when logging review results or analyzing review quality.
—
clawhub
Humanize Beagle
Rewrite AI-generated developer text to sound human — fix inflated language, filler, tautological docs, and robotic tone. Use after review-ai-writing identifi...
—
clawhub
Review Ai Writing
Detect AI-generated writing patterns in developer text — docs, docstrings, commit messages, PR descriptions, and code comments. Use when reviewing any text a...
—
clawhub
Review Elixir
Comprehensive Elixir/Phoenix code review with optional parallel agents
—
clawhub
Review Go
Comprehensive Go backend code review with optional parallel review areas. Use when reviewing changed Go files; detects BubbleTea, Wish SSH, and Prometheus an...
—
clawhub
Review Tui
Comprehensive BubbleTea TUI code review for terminal applications. Use when reviewing charmbracelet/bubbletea, lipgloss, bubbles, or Wish SSH code; optionall...
—
clawhub
Review Ios
Comprehensive iOS/SwiftUI code review with optional parallel agents
—
clawhub
Review Python
Comprehensive Python/FastAPI backend code review with optional parallel agents
—
clawhub
Remix V2 Meta Sessions Review
Reviews Remix v2 code for v1-shape meta exports (BREAKING in v2), cookie security gaps (httpOnly, secure, secrets rotation), auth gates in wrong layer, and m...
—
clawhub
Macros Code Review
Reviews Rust macro code for hygiene issues, fragment misuse, compile-time impact, and procedural macro patterns. Use when reviewing macro_rules! definitions,...
—
clawhub
Review Rust
Comprehensive Rust code review that fans out across detected technology areas, running them in parallel when the agent supports subagents and sequentially ot...
—
clawhub
Rust Code Review
Reviews Rust code for ownership, borrowing, lifetime, error handling, trait design, unsafe usage, and common mistakes. Use when reviewing .rs files, checking...
—
clawhub
Rust Testing Code Review
Reviews Rust test code for unit test patterns, integration test structure, async testing, mocking approaches, and property-based testing. Covers Rust 2024 ed...
—
clawhub
Serde Code Review
Reviews serde serialization code for derive patterns, enum representations, custom implementations, and common serialization bugs. Use when reviewing Rust co...
—
clawhub
Gen Test Plan
Analyze repo, detect stack, trace changes to user-facing entry points, generate E2E YAML test plan
—
clawhub
Run Test Plan
Execute YAML test plan, stop on first failure, output rich debug prompt
—
clawhub
Prfaq Beagle
Use when the user wants to pressure-test a product, internal-tool, or OSS concept against Amazon's Working Backwards PRFAQ gauntlet before committing to a sp...
—
clawhub
Remix V2 Error Boundaries Review
Reviews Remix v2 error-handling code for the unified ErrorBoundary, isRouteErrorResponse narrowing, throw-vs-return, root boundary scaffolding, and v1 holdov...
—
clawhub
Remix V2 Perf Ssr
Remix v2 performance, streaming, caching, and server/client boundaries. Use when configuring HTTP caching, server-only modules, hydration safety, or prefetch...
anderskev (62 skills ranked by SkillRank) | implexa