원클릭으로
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)