Claudekit Document Processing
Description
[**Agent Skills**](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview) are specialized workflows that empower Claude to perform complex, multi-step tasks with precision and reliability. They combine mission briefs, guardrails, and integration hints to transform generic AI assista
Installation
claude install-skill https://github.com/mrgoonie/claudekit-skills README
ClaudeKit - Agent Skills
[**Agent Skills**](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview) are specialized workflows that empower Claude to perform complex, multi-step tasks with precision and reliability. They combine mission briefs, guardrails, and integration hints to transform generic AI assistance into disciplined automation.
Skills leverage Claude's VM environment to provide capabilities beyond what's possible with prompts alone. Claude operates in a virtual machine with filesystem access, allowing Skills to exist as directories containing instructions, executable code, and reference materials, organized like an onboarding guide you'd create for a new team member.
This filesystem-based architecture enables **progressive disclosure**: Claude loads information in stages as needed, rather than consuming context upfront.
Learn more about Agent Skills: https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview
🎉 NEW [Dec 2025]: Claude Code Marketplace!
ClaudeKit Skills is now available as a **Plugin Marketplace** for seamless installation and automatic updates!
/plugin marketplace add mrgoonie/claudekit-skills
/plugin install ai-ml-tools@claudekit-skills
No more manual git clones! Install and update skills with simple commands. See [Getting Started](#getting-started) for full installation guide.
Update [Nov 2025]: No more context bloat with "mcp-manager" subagent + "mcp-management" skills!
📖 Read more here: [MCP_MANAGEMENT.md](MCP_MANAGEMENT.md)
✨ Skills just got refactored!
📖 Read more here: [REFACTOR.md](REFACTOR.md)
Skills catalog
🔐 Authentication & Security
- undefined
🤖 AI & Agent Development
...
Related Skills
Doc Co-authoring
When user wants to write documentation, proposals, technical specs, decision docs, or similar structured contentGuide users through structured workflow for co-authoring documentation
Documentation official Docx
When user mentions Word doc, .docx, or requests professional documents with formattingCreate, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation official Extract text, create PDFs, merge/split documents, and handle forms
Documentation official Pptx
When a .pptx file is involved in any way, or user mentions deck, slides, or presentationCreate, edit, and analyze PowerPoint presentations with layouts and templates
Documentation official Xlsx
When a spreadsheet file is the primary input or output (.xlsx, .xlsm, .csv, .tsv)Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation official mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation community