anti patterns skills

19 tagged anti patterns, measured the same way as everything else here.

Browse within: agentic-coding 5ai-pair-programming 5best-practices 5quality 5

rohitg00/skillkit

Skill Claude CodeCodex

Reviews test code to identify and fix common testing anti-patterns including flaky tests, over-mocking, brittle assertions, test interdependency, and hidden test logic. Flags bad patterns, explains the specific defect, and provides corrected implementations. Use when reviewing test code, debugging intermittent or…

1.5k 3mo ago A 95 tokens original Apache-2.0

aprende

02

Hainrixz/aprende-skill

Skill Claude CodeCodex

EN — Review the current conversation and surface reusable learnings across four categories (memory, lesson, skill, project-doc). Generate a numbered candidate list first; only write to disk after the user confirms. Trigger when the user types /aprende, /learn, "reflect on this", "save what we learned", "remember this…

23 1mo ago C 195 tokens original MIT

learn

03

Hainrixz/aprende-skill

Skill Claude CodeCodex

English alias for /aprende. Runs the same five-pass workflow to surface reusable learnings from the current conversation across memory, lesson, skill, and project-doc categories — with confirmation before any write. Alias en inglés para /aprende.

23 1mo ago A 52 tokens original MIT

XuebinMa/AIWiki

Skill Claude CodeCodex

A specialized writing workflow for AiWiki entries about protecting privacy when using AI. It follows a required article structure, privacy-specific metadata, first-person safety rules, review gates, and reliable original sources.

8 14d ago A 81 tokens CC-BY-SA-4.0

XuebinMa/AIWiki

Skill Claude CodeCodex

A recurring research workflow for AiWiki articles about protecting privacy when using large language models, which are systems that generate text from prompts. It finds reliable original sources, removes duplicate topics, applies three quality checks, and sends accepted items through the privacy-article process.

8 14d ago A 116 tokens CC-BY-SA-4.0

XuebinMa/AIWiki

Skill Claude CodeCodex

A scheduled research and publishing workflow for AiWiki, a knowledge site. It finds reliable sources about common mistakes when using AI, removes duplicate topics, checks quality, and submits new entries through the site’s review steps.

8 14d ago A 91 tokens CC-BY-SA-4.0

Cumulocity-IoT/cumulocity-skills

Skill Claude CodeCodex

Analyze Angular / Cumulocity Web SDK code for anti-patterns, bugs, and quality issues. Use when reviewing components, services, or modules for code quality, maintainability, performance, and correctness. Covers TypeScript best practices, Angular idioms, C8Y SDK usage patterns, and project-specific conventions.…

5 2mo ago A 90 tokens original Apache-2.0

RoninForge/roninforge-kotlin-compose

Skill Claude CodeCodex

Modernize an Android project's Gradle build: bump to Kotlin 2.x with kotlin-compose plugin (replace kotlinCompilerExtensionVersion), migrate kapt to KSP, introduce Version Catalogs (libs.versions.toml), use the Compose BOM, switch to Material 3.

1 2mo ago A 59 tokens original MIT

compose-validate

10

RoninForge/roninforge-kotlin-compose

Skill Claude CodeCodex

Scan a Kotlin / Compose / Android codebase for anti-patterns: findViewById, GlobalScope, LiveData, Material 2 imports, lowercase composables, LazyColumn without key, kapt, kotlinCompilerExtensionVersion, force-unwrap !!, Log.d, string nav routes, hardcoded dependency versions.

1 2mo ago A 67 tokens original MIT