catalog-collection
정보
이 스킬은 듀이십진분류법과 미국회도서관분류법 같은 표준 시스템을 사용하여 도서관 자료를 목록화하고 분류할 수 있도록 개발자를 지원합니다. 기술적 목록작업, 주제명 할당, MARC 레코드 기초, 일관된 메타데이터를 위한 권한 통제를 처리합니다. 처음부터 컬렉션을 구축하거나 재구성할 때, 신규 취득 자료를 처리할 때, 적절한 도서관 분류 체계를 수립할 때 사용하세요.
빠른 설치
Claude Code
추천npx skills add pjt222/agent-almanac -a claude-code/plugin add https://github.com/pjt222/agent-almanacgit clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/catalog-collectionClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
Catalog Collection
Catalog and classify library or archival materials using standard classification systems and descriptive cataloging practices.
Cuándo Usar
- You are organizing a personal, institutional, or community library from scratch
- You need to assign call numbers and subject headings to new acquisitions
- You want to create consistent catalog records for findability
- You are reclassifying a collection that has outgrown its original system
- You need to establish authority control for authors, series, or subjects
Entradas
- Requerido: Materials to catalog (books, serials, media, archival items)
- Requerido: Chosen classification system (Dewey Decimal or Library of Congress)
- Opcional: Existing catalog or inventory to integrate with
- Opcional: Subject heading authority (LCSH, Sears, or custom thesaurus)
- Opcional: MARC-compatible cataloging software (Koha, Evergreen, LibraryThing)
Procedimiento
Paso 1: Choose the Classification System
Select a system that matches the collection's size, scope, and audience.
Classification System Comparison:
+----------------------------+-------------------------------+-------------------------------+
| Criterion | Dewey Decimal (DDC) | Library of Congress (LCC) |
+----------------------------+-------------------------------+-------------------------------+
| Best for | Public/school libraries, | Academic/research libraries, |
| | personal collections <10K | collections >10K volumes |
+----------------------------+-------------------------------+-------------------------------+
| Structure | 10 main classes (000-999), | 21 letter classes (A-Z), |
| | decimal subdivision | alphanumeric subdivision |
+----------------------------+-------------------------------+-------------------------------+
| Granularity | Broad at top levels, | Very specific; designed for |
| | expandable via decimals | research-level distinction |
+----------------------------+-------------------------------+-------------------------------+
| Learning curve | Moderate — intuitive | Steeper — requires schedules |
| | decimal logic | and tables |
+----------------------------+-------------------------------+-------------------------------+
| Browsability | Excellent for general | Excellent for subject-deep |
| | browsing | collections |
+----------------------------+-------------------------------+-------------------------------+
Decision Rule:
- Personal or small community library: DDC
- Academic, research, or large institutional: LCC
- Mixed or uncertain: Start with DDC; migrate to LCC if collection exceeds 10K
Esperado: A classification system chosen that fits the collection's scale and purpose.
En caso de fallo: If neither system fits (e.g., a highly specialized archive), consider a faceted classification or custom scheme, but document the mapping to DDC or LCC for interoperability.
Paso 2: Perform Descriptive Cataloging
Create a bibliographic description for each item following standard practice.
Descriptive Cataloging Elements (RDA-aligned):
1. TITLE AND STATEMENT OF RESPONSIBILITY
- Title proper (exactly as on title page)
- Subtitle (if present)
- Statement of responsibility (author, editor, translator)
2. EDITION
- Edition statement ("2nd ed.", "Rev. ed.")
3. PUBLICATION INFORMATION
- Place of publication
- Publisher name
- Date of publication
4. PHYSICAL DESCRIPTION
- Extent (pages, volumes, running time)
- Dimensions (cm for books)
- Accompanying material (CD, maps)
5. SERIES
- Series title and numbering
6. NOTES
- Bibliography, index, language notes
- Special features or provenance
7. STANDARD IDENTIFIERS
- ISBN, ISSN, LCCN, OCLC number
Cataloging Principle: Describe what you see.
Take information from the item itself (title page first,
then cover, colophon, verso). Do not guess or embellish.
Esperado: A consistent bibliographic record for each item with enough detail for unique identification and discovery.
En caso de fallo: If publication information is missing (common in older or self-published works), use square brackets to indicate supplied information: [ca. 1920], [s.l.] (no place), [s.n.] (no publisher).
Paso 3: Assign Subject Headings
Apply controlled vocabulary terms so users can find materials by topic.
Subject Heading Sources:
+------------------------------+------------------------------------------+
| Authority | Use For |
+------------------------------+------------------------------------------+
| LCSH (Library of Congress | General and academic collections. |
| Subject Headings) | Most widely used worldwide. |
+------------------------------+------------------------------------------+
| Sears List of Subject | Small public and school libraries. |
| Headings | Simpler vocabulary than LCSH. |
+------------------------------+------------------------------------------+
| MeSH (Medical Subject | Medical and health science collections. |
| Headings) | |
+------------------------------+------------------------------------------+
| Custom thesaurus | Specialized archives or corporate |
| | collections with domain-specific terms. |
+------------------------------+------------------------------------------+
Assignment Rules:
1. Assign 1-3 subject headings per item (more is noise, fewer is loss)
2. Use the most specific heading available (not "Science" when
"Marine Biology" exists)
3. Apply subdivisions where helpful:
- Topical: "Cooking--Italian"
- Geographic: "Architecture--France--Paris"
- Chronological: "Art--20th century"
- Form: "Poetry--Collections"
4. Check authority files for preferred forms before creating new headings
5. Be consistent: if you use "Automobiles" don't also use "Cars" as a heading
Esperado: Each item has 1-3 subject headings from a controlled vocabulary, applied consistently across the collection.
En caso de fallo: If no suitable heading exists in your authority, create a local heading and document it in a local authority file. Review periodically for alignment with the main authority.
Paso 4: Assign Call Numbers
Build the shelf address using the chosen classification system.
Dewey Decimal Call Number Construction:
1. Main class number (3 digits minimum): 641.5
2. Add Cutter number for author: .S65 (Smith)
3. Add date for editions: 2023
Result: 641.5 S65 2023
DDC Main Classes:
000 - Computer Science, Information
100 - Philosophy, Psychology
200 - Religion
300 - Social Sciences
400 - Language
500 - Science
600 - Technology
700 - Arts, Recreation
800 - Literature
900 - History, Geography
LCC Call Number Construction:
1. Class letter(s): QA (Mathematics)
2. Subclass number: 76.73 (Programming languages)
3. Cutter for specific topic: .P98 (Python)
4. Date: 2023
Result: QA76.73.P98 2023
Shelving Rule: Call numbers sort left-to-right,
segment by segment. Numbers sort numerically,
letters sort alphabetically, Cutters sort as decimals.
Esperado: Every cataloged item has a unique call number that determines its shelf position.
En caso de fallo: If two items generate the same call number, add a work mark (first letter of title, excluding articles) or a copy number to disambiguate.
Paso 5: Create or Update Catalog Records
Enter the cataloged information into your catalog system.
Minimum Viable Catalog Record:
+-----------------+----------------------------------------------+
| Field | Example |
+-----------------+----------------------------------------------+
| Call Number | 641.5 S65 2023 |
| Title | The Joy of Cooking |
| Author | Smith, Jane |
| Edition | 9th ed. |
| Publisher | New York : Scribner, 2023 |
| Physical Desc. | xii, 1200 p. : ill. ; 26 cm |
| ISBN | 978-1-5011-6971-7 |
| Subjects | Cooking, American |
| | Cookbooks |
| Status | Available |
| Location | Main Stacks |
+-----------------+----------------------------------------------+
If using MARC format:
- 245 $a Title $c Statement of responsibility
- 100 $a Author (personal name)
- 050 $a LCC call number
- 082 $a DDC call number
- 650 $a Subject headings
- 020 $a ISBN
Copy cataloging: Check OCLC WorldCat or your library system's
shared database before creating original records. Someone has
likely already cataloged the same edition.
Esperado: Each item has a catalog record in the system with all required fields populated. Records are searchable by author, title, subject, and call number.
En caso de fallo: If cataloging software is unavailable, a well-structured spreadsheet (with consistent column headings matching the fields above) serves as a functional catalog. Migrate to proper software when available.
Paso 6: Organize the Physical Shelf
Arrange materials according to their call numbers.
Shelf Organization Principles:
1. Left to right, top to bottom (like reading a page)
2. Call numbers in strict sort order:
- DDC: 000 → 999, then Cutter alphabetically
- LCC: A → Z, then number, then Cutter
3. Spine labels: print or write call number on spine label
(white label, black text, 3 lines max)
4. Shelf markers: place dividers at major class boundaries
(every 100 in DDC, every letter in LCC)
5. Shifting: leave 20-30% empty space per shelf for growth
6. Oversize: shelve items taller than 30cm in a separate
oversize section, with "+q" prefix on call number
Shelf Reading (periodic verification):
- Walk the stacks weekly
- Check that items are in correct call number order
- Reshelve any misplaced items
- Note damaged items for repair or replacement
Esperado: Materials are physically arranged in call number order with clear spine labels and growth space.
En caso de fallo: If space is insufficient, prioritize high-circulation items on accessible shelves and move low-use items to compact storage, noting the location change in catalog records.
Validación
- Classification system chosen and documented
- Descriptive cataloging completed for all items with title, author, and publication data
- Subject headings assigned from a controlled vocabulary (1-3 per item)
- Call numbers assigned and unique for each item
- Catalog records created in system or spreadsheet
- Physical materials shelved in call number order with spine labels
- Authority control established for consistent name and subject forms
Errores Comunes
- Inconsistent headings: Using both "World War, 1939-1945" and "WWII" defeats the purpose of controlled vocabulary. Pick one authority and stick to it
- Over-classification: Assigning a 15-digit DDC number to a small personal library adds complexity without benefit. Match granularity to collection size
- Ignoring copy cataloging: Creating original records when copy records exist wastes time. Always check shared databases first
- Spine label neglect: A cataloged book without a spine label will be misshelved. Label immediately after cataloging
- No growth space: Packing shelves to 100% capacity means every new acquisition triggers a chain of shifting. Leave room
Habilidades Relacionadas
preserve-materials— Conservation of cataloged materials to maintain their conditioncurate-collection— Collection development decisions that determine what gets catalogedmanage-memory— Organizing persistent knowledge stores (digital parallel to physical cataloging)
GitHub 저장소
연관 스킬
executing-plans
디자인executing-plans 스킬은 검토 체크포인트가 포함된 통제된 배치로 실행할 완전한 구현 계획이 있을 때 사용합니다. 이 스킬은 계획을 불러와 비판적으로 검토한 후, 소규모 배치(기본값 3개 작업)로 작업을 실행하면서 각 배치 사이에 진행 상황을 아키텍트 검토를 위해 보고합니다. 이를 통해 내재된 품질 관리 체크포인트를 갖춘 체계적인 구현이 보장됩니다.
requesting-code-review
디자인이 스킬은 코드 변경 사항을 요구 사항에 따라 분석하기 위해 코드 리뷰어 하위 에이전트를 호출합니다. 작업 완료 후, 주요 기능 구현 후, 또는 메인 브랜치에 병합하기 전에 사용해야 합니다. 이 리뷰는 현재 구현체와 원래 계획을 비교하여 문제를 조기에 발견하는 데 도움이 됩니다.
connect-mcp-server
디자인이 스킬은 개발자들이 HTTP, stdio 또는 SSE 전송 방식을 통해 MCP 서버를 Claude Code에 연결하는 포괄적인 가이드를 제공합니다. GitHub, Notion 및 사용자 정의 API와 같은 외부 서비스를 통합하기 위한 설치, 구성, 인증 및 보안을 다룹니다. MCP 통합 설정, 외부 도구 구성 또는 Claude의 모델 컨텍스트 프로토콜 작업 시 활용하세요.
web-cli-teleport
디자인이 스킬은 작업 분석을 기반으로 개발자가 Claude Code 웹 인터페이스와 CLI 인터페이스 중 선택할 수 있도록 돕고, 두 환경 간 원활한 세션 텔레포트를 가능하게 합니다. 웹, CLI 또는 모바일 환경 전환 시 세션 상태와 컨텍스트를 관리하여 워크플로를 최적화합니다. 다양한 단계에서 서로 다른 도구가 필요한 복잡한 프로젝트에 사용하세요.
