Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

grimoire

grimoire には Jartan-LLC から収集した 32 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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