All authors
Jartan-LLC avatar

Claude Skills by Jartan-LLC

github.com/Jartan-LLC
40 skillsA× 39C× 10 installs23 views
Claude ConfigA

How agents, skills, and commands work in Claude Code projects.

ai-agentsgobash
0
2
Github ConventionsA

GitHub conventions -- branch naming, commit format, issue/PR templates, and safe issue/PR referencing in comments.

ai-agentsgitfrontend
0
2
Address ReviewA

Work through review findings on a PR one at a time

ai-agentsbash
0
2
Api Error PatternsA

API error response format -- machine-readable codes, human-readable reasons, status code rules.

ai-agentsgoapi
0
2
Code HygieneA

Language-agnostic code hygiene -- no dead/reinvented/duplicated code, truthful names, real implementations, and scoped (never blanket) diagnostic suppressions.

ai-agentspythonrust
0
2
Code StructureA

Language-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.

ai-agentspythongo
0
2
Comment HygieneA

Comment 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.

ai-agentspythongo
0
2
Create IssueA

Create a GitHub issue using the appropriate template

ai-agentsbashgit
0
2
Create PrA

Create a pull request for implemented changes from a GitHub issue

ai-agentsbashgit
0
2
Docs PatternsA

Documentation writing conventions -- style, structure, tone, and quality standards.

ai-agentspythongo
0
2
Frontend PatternsA

CSS design system principles -- token usage, semantic layering, mobile-first, component isolation.

ai-agentsjavascriptjava
0
2
Implement IssueA

Implement a GitHub issue, optionally from an existing plan

ai-agentsgobash
0
2
Logging PatternsA

Logging conventions -- level usage, formatting style, structured output.

ai-agentspythondocker
0
2
Plan IssueA

Analyze a GitHub issue and create an implementation plan

ai-agentsbashgit
0
2
Readable CodeA

Language-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.

ai-agentspythongo
0
2
Review PrA

Review a pull request using specialized reviewer agents

ai-agentsgobash
0
2
Review SeverityA

One severity model for code review -- Critical/Important/Minor by consequence-if-shipped (impact x reachability), with confidence as a separate report gate.

ai-agentsrustgo
0
2
Testing PatternsA

Integration test philosophy -- test observable behavior, fixture composition, canary markers for library internals.

ai-agentsgotesting
0
2
Async Python PatternsA

Python asyncio, concurrent programming, and async/await patterns for high-performance applications.

ai-agentspythongo
0
2
PydanticA

Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core.

ai-agentspythonrust
0
2
Python Anti PatternsA

Common Python anti-patterns and a pre-merge review checklist.

ai-agentspythongo
0
2
Python Api DocsA

Render Python docstrings into a browsable, published API reference with Sphinx, autodoc, napoleon, and MyST.

ai-agentspythongo
0
2
Python Code StyleA

Python code style, linting, formatting, naming conventions, and documentation standards.

ai-agentspythongo
0
2
Python ConfigurationA

Python configuration management via environment variables and typed settings.

ai-agentspythongo
0
2
Python Error HandlingA

Python error handling patterns including input validation, exception hierarchies, and partial failure handling.

ai-agentspythongo
0
2
Python ObservabilityA

Python observability patterns including structured logging, metrics, and distributed tracing.

ai-agentspythongo
0
2
Python PackagingA

Create distributable Python packages with proper project structure, pyproject.toml, and publishing to PyPI.

ai-agentspythonaws
0
2
Python PatternsA

Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.

ai-agentspythongo
0
2
Python Performance OptimizationA

Profile and optimize Python code using cProfile, memory profilers, and performance best practices.

ai-agentspythonrust
0
2
Python Project StructureA

Python project organization, module architecture, and public API design.

ai-agentspythongo
0
2
Python ResilienceA

Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators.

ai-agentspythonapi
0
2
Python Resource ManagementA

Python resource management with context managers, cleanup patterns, and streaming.

ai-agentspythondatabase
0
2
Python TestingA

Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.

ai-agentspythonrust
0
2
Python Type SafetyA

Python type safety with type hints, generics, protocols, and strict type checking.

ai-agentspythonapi
0
2
Uv Package ManagerC

The uv package manager for fast Python dependency management, virtual environments, and modern project workflows.

ai-agentspythonrust
0
2
Recursive DevelopmentA

Core principles for recursive multi-agent development -- nesting, scope ownership, TDD, context flow, token economics.

ai-agentsgoexpress
0
2
Recursive ExecutionA

Wave execution rules -- agent constraints, wave barriers, review-fix evaluation, language awareness.

ai-agentsgodocumentation
0
2
Recursive ImplementA

Build a project using recursive multi-agent development with TDD

ai-agents
0
2
Recursive PlanningA

How to decompose projects into wave plans -- module identification, dependency mapping, wave assignment, contract guidance, deliverables.

ai-agentsgodocumentation
0
2
Recursive QualityA

Quality patterns, anti-patterns, and contract richness guidelines for recursive development.

ai-agentsrustgo
0
2