スキル一覧に戻る
Kingly-Agency

codifier

by Kingly-Agency

0🍴 0📅 2025年12月10日
GitHubで見るManusで実行

SKILL.md


name: codifier description: Use when user needs to convert project documentation (websites, GitHub repos, PDFs) into Claude skills. Triggers on "create a skill from docs", "codify documentation", "convert [framework] docs to skill", or "make this documentation searchable for Claude". Handles documentation scraping, GitHub analysis, PDF extraction, and multi-source unification. version: 1.0.0 dependencies: python>=3.10, git>=2.30

Documentation Codifier

Overview

Converts documentation websites, GitHub repositories, and PDF files into production-ready Claude skills using Skill_Seekers. Transforms 2-4 hours of manual work into 20-40 minutes of automated processing.

Quick Decision Tree

User has documentation to codify?
│
├─→ First time using this skill?
│   └─→ Check references/setup.md for installation
│
├─→ Documentation website only?
│   └─→ See "Website Scraping" below
│
├─→ GitHub repository only?
│   └─→ See "GitHub Analysis" below
│
├─→ PDF files only?
│   └─→ See "PDF Extraction" below
│
└─→ Multiple sources (docs + GitHub + PDF)?
    └─→ See "Unified Multi-Source" below

Installation Check

Before proceeding, verify Skill_Seekers is installed:

# Quick check
command -v skill-seekers || python3 -m skill_seekers --version

If not installed: Direct user to references/setup.md for complete installation instructions with uv/venv detection.

Website Scraping

For preset frameworks (React, Vue, Django, FastAPI, etc.):

cd <project-directory>
skill-seekers scrape --config configs/react.json --enhance-local
skill-seekers package output/react/

For custom documentation:

skill-seekers scrape --interactive
# OR
skill-seekers scrape --name myframework --url https://docs.example.com/

Advanced options: See references/advanced-workflows.md

GitHub Analysis

skill-seekers github --repo facebook/react
skill-seekers package output/react/

With authentication (for higher rate limits):

export GITHUB_TOKEN=ghp_your_token_here
skill-seekers github --repo owner/repo

PDF Extraction

skill-seekers pdf --pdf docs/manual.pdf --name myskill
skill-seekers package output/myskill/

Advanced features (tables, OCR, parallel): See references/advanced-workflows.md

Unified Multi-Source

Combines docs + GitHub + PDF with conflict detection:

skill-seekers unified --config configs/react_unified.json
skill-seekers package output/react/

Custom unified config: See references/advanced-workflows.md (Unified Multi-Source section)

Output & Delivery

All workflows create a .zip file in output/<name>.zip. Direct users to:

  1. Locate the output file
  2. Upload to Claude at https://claude.ai/skills

Troubleshooting

Command not found: User needs installation - see references/setup.md

No content extracted: CSS selector issue - see references/troubleshooting.md

Rate limiting: Configuration issue - see references/troubleshooting.md

References

  • references/setup.md - Complete installation with environment detection (uv/venv/pip)
  • references/advanced-workflows.md - Large docs, async mode, unified multi-source, custom configs, performance optimization
  • references/troubleshooting.md - Common issues and solutions

For Skill_Seekers deep reference: After installation, refer to cloned Skill_Seekers repository documentation (README.md, docs/CLAUDE.md, and other docs/ files).

Load references as needed based on user context and questions.

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です