ワンクリックで
s2-publishing-domain
Book publishing domain knowledge including ISBN, BISAC codes, and industry pricing standards.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Book publishing domain knowledge including ISBN, BISAC codes, and industry pricing standards.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Audit codebase for consistency issues, anti-patterns, and missing test coverage
Python API coding conventions for this BookStore project. Use when writing or reviewing Python code.
Generate pytest test suite for a given module
Read-only mode for exploring code safely. Restricts Claude to read, search, and glob operations only.
Run a security-focused code review identifying vulnerabilities
Explain code using visual ASCII diagrams and analogies
| name | s2-publishing-domain |
| description | Book publishing domain knowledge including ISBN, BISAC codes, and industry pricing standards. |
| user-invocable | false |
Background knowledge for the book publishing domain. This skill is loaded automatically by Claude when relevant — it is NOT available as a slash command.
ISBN-13 is a 13-digit identifier. The last digit is a check digit computed as:
(10 - (sum % 10)) % 10Example: ISBN 9780306406157
Important: The regex-only validation in utils/validators.py is incomplete.
When asked to improve ISBN validation, implement the full check digit algorithm above.
Valid prefixes: 978 (most books) or 979 (overflow and some music).
BISAC (Book Industry Standards and Advisory Committee) codes categorize books:
FIC000000)FIC (Fiction), NON (Nonfiction), JUV (Juvenile),
YAF (Young Adult Fiction), COM (Computers), SCI (Science)000000 suffix means "General" within that category$XX.99 (US convention)