Agent skill
document-skills
Quellcode ansehen: travisjneuman/.claude
Installation
npx skills add travisjneuman/.claude --skill document-skills3.2K
Installationen
EU-hosted inference API
Power your AI agent skills with open-source models.
Drop-in OpenAI-compatible API. No data leaves Europe.
MiniMax
MiniMax M3
$0.40 / $1.40
per M tokens
Z.ai
GLM 5.3 Flash
$0.20 / $0.60
per M tokens
MoonshotAI
Kimi K3
$4.00 / $18.00
per M tokens
DeepSeek
DeepSeek V4 Pro
$1.80 / $3.60
per M tokens
Document Skills Suite
Comprehensive document handling for Microsoft Office formats and PDFs.
Available Sub-Skills
| Skill | Format | Capabilities |
|---|---|---|
docx |
Word (.docx) | Create, edit, analyze, tracked changes, comments |
pdf |
PDF (.pdf) | Extract text, tables, metadata, merge/split |
pptx |
PowerPoint (.pptx) | Create, edit presentations, layouts, charts |
xlsx |
Excel (.xlsx) | Spreadsheet manipulation, formulas, charts |
When to Use
- Creating professional documents from scratch
- Editing existing Office files
- Extracting content from PDFs
- Working with tracked changes
- Generating reports and presentations
- Data analysis in spreadsheets
Workflow
- Identify document type needed
- Load appropriate sub-skill:
Skill(document-skills/docx), etc. - Follow sub-skill specific workflow
Sub-Skill Details
docx (Word Documents)
- Create: Use docx-js (JavaScript/TypeScript)
- Edit: Use Document library (Python)
- Analyze: Use pandoc for text extraction
- See
document-skills/docx/SKILL.mdfor full details
pdf (PDF Documents)
- Extract text, tables, metadata
- Merge and split documents
- See
document-skills/pdf/SKILL.mdfor full details
pptx (PowerPoint)
- Create and edit presentations
- Work with layouts and charts
- See
document-skills/pptx/SKILL.mdfor full details
xlsx (Excel)
- Spreadsheet manipulation
- Formulas and analysis
- See
document-skills/xlsx/SKILL.mdfor full details
Installationen
Sicherheitsprüfung
Quellcode ansehen
travisjneuman/.claude
Mehr aus dieser Quelle
Give agents clean web context
Search and extract the public web as Markdown or structured JSON through one API or hosted MCP server.
Verwandte Skills
Mehr aus dieser Quelle: travisjneuman/.claude
So verwenden Sie diesen Skill
Install document-skills by running npx skills add travisjneuman/.claude --skill document-skills in your project directory. Führen Sie den obigen Installationsbefehl in Ihrem Projektverzeichnis aus. Die Skill-Datei wird von GitHub heruntergeladen und in Ihrem Projekt platziert.
Keine Konfiguration erforderlich. Ihr KI-Agent (Claude Code, Cursor, Windsurf usw.) erkennt installierte Skills automatisch und nutzt sie als Kontext bei der Code-Generierung.
Der Skill verbessert das Verständnis Ihres Agenten für document-skills, und hilft ihm, etablierte Muster zu befolgen, häufige Fehler zu vermeiden und produktionsreifen Code zu erzeugen.
Was Sie erhalten
Skills sind Klartext-Anweisungsdateien — kein ausführbarer Code. Sie kodieren Expertenwissen über Frameworks, Sprachen oder Tools, das Ihr KI-Agent liest, um seine Ausgabe zu verbessern. Das bedeutet null Laufzeit-Overhead, keine Abhängigkeitskonflikte und volle Transparenz: Sie können jede Anweisung vor der Installation lesen und prüfen.
Kompatibilität
Dieser Skill funktioniert mit jedem KI-Coding-Agenten, der das skills.sh-Format unterstützt, einschließlich Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider und anderen Tools, die projektbezogene Kontextdateien lesen. Skills sind auf Transportebene framework-agnostisch — der Inhalt bestimmt, für welche Sprache oder welches Framework er gilt.