Jartan-LLC
- 40 skills
- 0 followers
- 6 hours ago last updated
- ▌
- ▌
- ▌
- ▌ Pydantic · jartan-llcPython data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core.
- ▌ Code Hygiene · jartan-llcLanguage-agnostic code hygiene -- no dead/reinvented/duplicated code, truthful names, real implementations, and scoped (never blanket) diagnostic suppressions.
- ▌
- ▌ Docs Patterns · jartan-llcDocumentation writing conventions -- style, structure, tone, and quality standards.
- ▌ Readable Code · jartan-llcLanguage-agnostic local-clarity craft -- shape control flow, the naming of a whole set, and reading order so a body reads straight down with the smallest working set. Sibling to code-hygiene, comment-hygiene and code-structure.
- ▌
- ▌ Code Structure · jartan-llcLanguage-agnostic structural craft -- decompose on responsibility not size, prefer deep modules over shallow piles, and shape cohesion, coupling, interfaces, error contracts, and data invariants. Sibling to code-hygiene, comment-hygiene and readable-code.
- ▌ Comment Hygiene · jartan-llc bundleComment truthfulness -- what a comment must tell the reader that the code can't, the KEEP/DELETE/EXEMPT/CONDITIONAL taxonomy, tombstone and retold-fact detection, and comment density across a diff. Sibling to code-hygiene, code-structure and readable-code.
- ▌
- ▌ Review Severity · jartan-llcOne severity model for code review -- Critical/Important/Minor by consequence-if-shipped (impact x reachability), with confidence as a separate report gate.
- ▌
- ▌ Logging Patterns · jartan-llcLogging conventions -- level usage, formatting style, structured output.
- ▌ Testing Patterns · jartan-llcIntegration test philosophy -- test observable behavior, fixture composition, canary markers for library internals.
- ▌ Frontend Patterns · jartan-llcCSS design system principles -- token usage, semantic layering, mobile-first, component isolation.
- ▌ Python Testing · jartan-llc bundlePython testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.
- ▌ API Error Patterns · jartan-llcAPI error response format -- machine-readable codes, human-readable reasons, status code rules.
- ▌ Python API Docs · jartan-llcRender Python docstrings into a browsable, published API reference with Sphinx, autodoc, napoleon, and MyST.
- ▌ Python Patterns · jartan-llcPythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.
- ▌ Github Conventions · jartan-llc bundleGitHub conventions -- branch naming, commit format, issue/PR templates, and safe issue/PR referencing in comments.
- ▌ Python Packaging · jartan-llc bundleCreate distributable Python packages with proper project structure, pyproject.toml, and publishing to PyPI.
- ▌ Recursive Quality · jartan-llcQuality patterns, anti-patterns, and contract richness guidelines for recursive development.
- ▌ Python Code Style · jartan-llcPython code style, linting, formatting, naming conventions, and documentation standards.
- ▌ Python Resilience · jartan-llc bundlePython resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators.
- ▌ Recursive Planning · jartan-llcHow to decompose projects into wave plans -- module identification, dependency mapping, wave assignment, contract guidance, deliverables.
- ▌ Python Type Safety · jartan-llc bundlePython type safety with type hints, generics, protocols, and strict type checking.
- ▌ Uv Package Manager · jartan-llc bundleThe uv package manager for fast Python dependency management, virtual environments, and modern project workflows.
- ▌ Recursive Execution · jartan-llcWave execution rules -- agent constraints, wave barriers, review-fix evaluation, language awareness.
- ▌
- ▌
- ▌ Python Configuration · jartan-llc bundlePython configuration management via environment variables and typed settings.
- ▌ Python Observability · jartan-llc bundlePython observability patterns including structured logging, metrics, and distributed tracing.
- ▌ Recursive Development · jartan-llcCore principles for recursive multi-agent development -- nesting, scope ownership, TDD, context flow, token economics.
- ▌ Async Python Patterns · jartan-llc bundlePython asyncio, concurrent programming, and async/await patterns for high-performance applications.
- ▌ Python Error Handling · jartan-llc bundlePython error handling patterns including input validation, exception hierarchies, and partial failure handling.
- ▌ Python Project Structure · jartan-llcPython project organization, module architecture, and public API design.
- ▌ Python Resource Management · jartan-llc bundlePython resource management with context managers, cleanup patterns, and streaming.
- ▌ Python Performance Optimization · jartan-llc bundleProfile and optimize Python code using cProfile, memory profilers, and performance best practices.