Agents
Why Implexa
Pricing
Resources
Install
Sign in
Sign up
back to leaderboard
MV
@mvogt99
contributor on implexa, with 18 skills ranked by
SkillRank
across 1 source.
mvogt99 on github
publishes to clawhub
skills, ranked by SkillRank
score
source
skill
7.4
clawhub
Output Wrong Task
output-wrong-task documents the failure mode where models produce coherent but off-target deliverables by resolving ambiguous prompts to their most common interpretation rather than the user's intent. mitigation relies on restating concrete requirements, anchoring output format, and breaking compound tasks into serial steps.
7.2
clawhub
Bugfix Without Test
bugfix-without-test documents the risk of applying code fixes without regression tests, leaving bugs vulnerable to reintroduction. it prescribes a test-first workflow and acknowledges hard-to-test scenarios.
6.8
clawhub
Context Near Overflow
context-near-overflow detects silent content loss when conversation fills the model's context window, producing degraded or contradictory output. covers recognition, mitigation strategies including task decomposition and summarization.
6.7
clawhub
Race Condition
race-condition identifies shared mutable state accessed concurrently without synchronization. covers symptom recognition, root-cause isolation, and remediation via atomics, immutability, or locks. requires explicit concurrency testing to validate.
6.2
clawhub
Missing Error Handling
missing-error-handling identifies code that assumes external interactions always succeed, leaving production systems vulnerable to crashes on network timeouts, malformed payloads, permission errors, and other unexpected conditions.
6.2
clawhub
Bugfix Without Diagnosis
bugfix-without-diagnosis covers the anti-pattern of applying surface-level fixes without understanding root causes, resulting in masked symptoms and recurring or cascading failures.
6.1
clawhub
Missing Input Validation
missing-input-validation identifies untrusted external data (http bodies, cli args, api responses) flowing into sensitive operations without type checking, sanitization, or bounds validation. covers symptoms, mitigations, and trust boundary enforcement.
5.4
clawhub
Hallucinated Paths
hallucinated-paths detects when an llm response invents plausible-sounding file locations that do not actually exist in the project, causing broken instructions and failed imports.
5.4
clawhub
Fabricated Symbols
fabricated-symbols covers detection and prevention of calls to nonexistent library methods, framework APIs, and project utilities. emphasizes verification against actual documentation and source before code generation.
5.2
clawhub
Truncated Output
truncated-output detects when model replies end prematurely due to token limits or stream cancellation, identifies the condition via finish reason or unmatched code fences, and prescribes mitigation strategies including regeneration, context trimming, or task decomposition.
4.3
clawhub
Partial Implementation
partial-implementation detects when code claiming completion is actually a stub with no real logic, providing symptom patterns and remediation steps for reviewers to validate actual implementation.
4.1
clawhub
Think Block Leakage
think-block-leakage detects and handles reasoning tag spillover in llm replies, offering symptom recognition and mitigation steps for stripping internal reasoning from user-facing output.
3.1
clawhub
Analysis No Recommendation
analysis-no-recommendation describes an anti-pattern where comparative analysis omits decision guidance, leaving readers without actionable direction. it documents symptoms and remediation but lacks implementation structure.
—
clawhub
Analysis Missing Tradeoffs
Analysis presents a single option without comparing alternatives or articulating the costs of the chosen approach.
—
clawhub
Missing Imports
Code uses a symbol that isn't imported, or imports a symbol that doesn't exist in the source module.
—
clawhub
Resource Leak
Files, sockets, subscriptions, or other finite resources are acquired without a guaranteed release path.
—
clawhub
Review Vague Fixes
Review comments are unactionable — "improve this", "handle errors", "refactor" without specifics or suggested alternatives.
—
clawhub
Python Mutable Default Args
A Python function uses a mutable object (list, dict, set) as a default argument, sharing state across calls in a way that produces silent bugs.
mvogt99 (18 skills ranked by SkillRank) | implexa