implexa
back to leaderboard
AN

@anderskev

contributor on implexa, with 6 skills ranked by SkillRank across 1 source.

anderskev on githubpublishes to clawhub
skills
6
avg SkillRank
7.7
5 scored / 6 total
total stars
across 6 repos
total installs
2
across 6 repos

skills, ranked by SkillRank

scoresourceskill
8.4clawhub
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.3clawhub
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.2clawhub
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.3clawhub
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.2clawhub
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...