By bahamoth
Modern development conventions and toolchain enforcement — Python, Rust, TypeScript and more
npx claudepluginhub bahamoth/claude-marketplace --plugin dev-tools모던 Python 개발 컨벤션을 강제하는 스킬. uv(패키지 관리), ruff(린터/포매터), ty/pyright(타입 체커), typed Python 3.12+ 문법을 사용한다. Python 파일 생성, 프로젝트 초기화, pyproject.toml 수정, 의존성 추가, Python 코드 작성, FastAPI 서비스 구축 등 Python 관련 작업 시 반드시 이 스킬을 사용할 것. pip, poetry, conda, setup.py, requirements.txt 사용을 금지하고 uv로 대체한다.
모던 Rust 개발 컨벤션을 강제하는 스킬. cargo(빌드/패키지 관리), clippy(린터), rustfmt(포매터), Rust 2021+ edition 문법을 사용한다. Rust 파일 생성, 프로젝트 초기화, Cargo.toml 수정, 의존성 추가, Rust 코드 작성, API 서비스 구축 등 Rust 관련 작업 시 반드시 이 스킬을 사용할 것. Makefile 기반 빌드, 수동 의존성 관리, nightly-only 기능 남용을 지양하고 cargo 표준 워크플로우를 따른다.
모던 TypeScript 개발 컨벤션을 강제하는 스킬. pnpm(패키지 관리), Biome(린터/포매터), tsc(타입 체커), Vitest(테스트), TypeScript 5.x + Node 22+ 문법을 사용한다. TypeScript 파일 생성, 프로젝트 초기화, package.json/tsconfig.json 수정, 의존성 추가, TypeScript 코드 작성 등 TS/JS 관련 작업 시 반드시 이 스킬을 사용할 것. npm, yarn, ESLint, Prettier, Jest 사용을 금지하고 pnpm/Biome/Vitest로 대체한다. 프론트엔드 프레임워크(React, Next.js, Vue 등)의 설계 패턴은 이 스킬의 범위가 아니다.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Design vocabulary and skills for frontend development. Includes 18 commands (/polish, /distill, /audit, /typeset, /overdrive, etc.) and an enhanced impeccable skill with curated anti-patterns.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders