Skip to main content
Run any Skill in Manus
with one click
GitHub repository

grimoire

grimoire contains 32 collected skills from Jartan-LLC, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
32
Stars
0
updated
2026-07-05
Forks
0
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

claude-config
computer-occupations-all-other

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

2026-07-05
github-conventions
software-developers

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

2026-07-05
api-error-patterns
software-developers

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

2026-07-05
code-hygiene
software-developers

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

2026-07-05
code-structure
software-developers

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 and readable-code.

2026-07-05
docs-patterns
software-developers

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

2026-07-05
frontend-patterns
web-and-digital-interface-designers

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

2026-07-05
logging-patterns
software-developers

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

2026-07-05
readable-code
software-developers

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 and code-structure.

2026-07-05
review-severity
software-quality-assurance-analysts-and-testers

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

2026-07-05
testing-patterns
software-quality-assurance-analysts-and-testers

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

2026-07-05
async-python-patterns
software-developers

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

2026-07-05
pydantic
software-developers

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

2026-07-05
python-anti-patterns
software-developers

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

2026-07-05
python-api-docs
software-developers

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

2026-07-05
python-code-style
software-developers

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

2026-07-05
python-configuration
software-developers

Python configuration management via environment variables and typed settings.

2026-07-05
python-error-handling
software-developers

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

2026-07-05
python-observability
software-developers

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

2026-07-05
python-packaging
software-developers

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

2026-07-05
python-patterns
software-developers

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

2026-07-05
python-performance-optimization
software-developers

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

2026-07-05
python-project-structure
software-developers

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

2026-07-05
python-resilience
software-developers

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

2026-07-05
python-resource-management
software-developers

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

2026-07-05
python-testing
software-quality-assurance-analysts-and-testers

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

2026-07-05
python-type-safety
software-developers

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

2026-07-05
uv-package-manager
software-developers

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

2026-07-05
recursive-development
software-developers

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

2026-07-05
recursive-execution
software-developers

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

2026-07-05
recursive-planning
software-developers

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

2026-07-05
recursive-quality
software-developers

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

2026-07-05