Skip to main content
在 Manus 中运行任何 Skill
一键导入
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