justanesta

39 mods across 1 repository, 2 stars between them.

justanesta/claude-code-resources

Skill Claude CodeCodex

Modern Python 3.10+ patterns and idioms. Use this skill when writing new Python code, refactoring legacy code, or enforcing consistent style. Covers type hints, dataclasses, pattern matching, walrus operator, f-strings, pathlib, and context managers.

2 4mo ago A 62 tokens original MIT

justanesta/claude-code-resources

Skill Claude CodeCodex

Modern API development with FastAPI and Flask. Use this skill when building REST APIs, need to choose between frameworks, or want to implement authentication, validation, and async endpoints. Covers FastAPI dependency injection, Pydantic validation, Flask patterns, and API design best practices.

2 4mo ago A 62 tokens original MIT

justanesta/claude-code-resources

Skill Claude CodeCodex

Modern asynchronous programming with asyncio. Use this skill when building async applications, need concurrent I/O operations, or migrating from sync to async code. Covers async/await syntax, asyncio patterns, aiohttp, async context managers, and common pitfalls.

2 4mo ago A 58 tokens original MIT

justanesta/claude-code-resources

Skill Claude CodeCodex

Data pipeline orchestration with Prefect and Airflow. Use this skill when building ETL/ELT pipelines, need to choose orchestration tools, or designing data workflows. Covers task dependencies, error handling, retries, scheduling, and best practices for data pipeline architecture.

2 4mo ago A 63 tokens original MIT

justanesta/claude-code-resources

Skill Claude CodeCodex

Modern data wrangling with pandas and polars. Use this skill when working with tabular data, need to choose between pandas/polars, or want to write idiomatic data manipulation code. Covers method chaining, idiomatic operations, performance considerations, and migration between libraries.

2 4mo ago A 65 tokens original MIT

justanesta/claude-code-resources

Skill Claude CodeCodex

DevOps automation with Python. Use this skill when automating infrastructure, working with AWS (boto3), building CLIs (click/typer), managing subprocesses, or working with Docker/Kubernetes from Python. Covers boto3 patterns, CLI design, subprocess management, and infrastructure automation.

2 4mo ago A 69 tokens original MIT

justanesta/claude-code-resources

Skill Claude CodeCodex

Python error handling and debugging. Use this skill when implementing error handling, designing exception hierarchies, debugging issues, or adding logging. Covers exception patterns, custom exceptions, logging with structlog, debugging tools, and error recovery.

2 4mo ago A 54 tokens original MIT

justanesta/claude-code-resources

Skill Claude CodeCodex

Modern Python package development. Use this skill when creating packages, choosing build tools, or publishing to PyPI. Covers pyproject.toml, src layout, versioning, dependency management, testing, documentation, and publication workflow.

2 4mo ago A 51 tokens original MIT

python-performance

33

justanesta/claude-code-resources

Skill Claude CodeCodex

Python performance profiling and optimization. Use this skill when code is slow, comparing implementations, or need to improve performance. Covers profiling tools (cProfile, lineprofiler, memoryprofiler), optimization strategies, numba, and when to use C extensions.

2 4mo ago A 57 tokens original MIT

python-testing

34

justanesta/claude-code-resources

Skill Claude CodeCodex

Modern Python testing with pytest. Use this skill when writing tests, setting up test infrastructure, or debugging test failures. Covers pytest fixtures, parametrization, mocking with unittest.mock, property-based testing with hypothesis, and test organization.

2 4mo ago A 52 tokens original MIT

API Design

35

justanesta/claude-code-resources

Skill Claude CodeCodex

REST API design patterns, conventions, error handling, pagination, versioning, and rate limiting for building consistent and scalable web APIs.

2 4mo ago A 28 tokens original MIT

justanesta/claude-code-resources

Skill Claude CodeCodex

Modern React 18+ patterns with TypeScript — hooks, state management, composition, performance optimization, and testing best practices.

2 4mo ago A 31 tokens original MIT

justanesta/claude-code-resources

Skill Claude CodeCodex

TypeScript 5.x type system patterns for production web development. Use this skill when writing TypeScript code, designing type-safe APIs, migrating from JavaScript, or building robust type architectures. Covers generics, utility types, discriminated unions, strict mode configuration, and declaration patterns.

2 4mo ago A 68 tokens original MIT