top skills
pricing
resources
install
github
sign in
sign up
back to leaderboard
AN
@anderskev
contributor on implexa, with 6 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.
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.
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.
—
clawhub
Deepagents Implementation
Implements agents using Deep Agents. Use when building agents with create_deep_agent, configuring backends, defining subagents, adding middleware, or setting...