一键导入
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)