Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

grimoire

grimoire에는 Jartan-LLC에서 수집한 skills 32개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
32
Stars
0
업데이트
2026-07-05
Forks
0
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

claude-config
기타 컴퓨터 관련 직업

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

2026-07-05
github-conventions
소프트웨어 개발자

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

2026-07-05
api-error-patterns
소프트웨어 개발자

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

2026-07-05
code-hygiene
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-07-05
frontend-patterns
웹·디지털 인터페이스 디자이너

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

2026-07-05
logging-patterns
소프트웨어 개발자

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

2026-07-05
readable-code
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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

2026-07-05
async-python-patterns
소프트웨어 개발자

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

2026-07-05
pydantic
소프트웨어 개발자

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

2026-07-05
python-anti-patterns
소프트웨어 개발자

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

2026-07-05
python-api-docs
소프트웨어 개발자

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

2026-07-05
python-code-style
소프트웨어 개발자

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

2026-07-05
python-configuration
소프트웨어 개발자

Python configuration management via environment variables and typed settings.

2026-07-05
python-error-handling
소프트웨어 개발자

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

2026-07-05
python-observability
소프트웨어 개발자

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

2026-07-05
python-packaging
소프트웨어 개발자

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

2026-07-05
python-patterns
소프트웨어 개발자

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

2026-07-05
python-performance-optimization
소프트웨어 개발자

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

2026-07-05
python-project-structure
소프트웨어 개발자

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

2026-07-05
python-resilience
소프트웨어 개발자

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

2026-07-05
python-resource-management
소프트웨어 개발자

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

2026-07-05
python-testing
소프트웨어 품질 보증 분석가·테스터

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

2026-07-05
python-type-safety
소프트웨어 개발자

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

2026-07-05
uv-package-manager
소프트웨어 개발자

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

2026-07-05
recursive-development
소프트웨어 개발자

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

2026-07-05
recursive-execution
소프트웨어 개발자

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

2026-07-05
recursive-planning
소프트웨어 개발자

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

2026-07-05
recursive-quality
소프트웨어 개발자

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

2026-07-05