jira-automation
The "jira-automation" skill aims to enhance project management efficiency by automating Jira workflows. It can automatically create, update, or close Jira tasks, send notifications, synchronize project statuses, and execute actions based on predefined rules. This skill helps teams reduce manual operations, ensure process consistency, accelerate issue resolution, thereby optimizing project delivery cycles and resource allocation.
npx skills add claude-office-skills/skills --skill jira-automationBefore / After Comparison
1 组Project managers and team members spend significant time daily manually creating, updating Jira tasks, handling notifications, and synchronizing statuses, leading to inefficiency, errors, and project delays.
With Jira automation skill, the system automatically handles repetitive tasks like creating subtasks, updating statuses, and sending reminders, significantly reducing manual intervention, improving data accuracy, and accelerating project workflows.
Claude Office Skills
A curated collection of practical Claude Skills for real-world office tasks. Zero setup required.
🚀 NEW: Office MCP Server
39 fully-implemented tools for Office document operations via MCP (Model Context Protocol).
| Module | Tools | Capabilities |
|---|---|---|
| 10 | Extract, merge, split, compress, watermark, forms, OCR | |
| Spreadsheet | 7 | Read/write Excel, analyze, formulas, pivot tables |
| Document | 6 | Create/edit Word, templates, merge documents |
| Conversion | 9 | xlsx⇔csv, docx⇔md, json→xlsx, batch convert |
| Presentation | 7 | Create PPT, extract, Markdown→slides, HTML export |
Quick Start:
cd mcp-servers/office-mcp && npm install && npm run build
📖 Full MCP Documentation | 💻 MCP Source Code
📚 NEW: Extensible Knowledge Base
Domain knowledge as structured data - customize Claude's expertise for your jurisdiction and industry.
| Layer | Description | Customizable |
|---|---|---|
| Base | Universal risk patterns, completeness checklists | Core team |
| Jurisdictions | US, China, EU, California... | Community |
| Domain | Healthcare, Finance, Government... | Community |
| Custom | Your company rules, private knowledge | You |
Available Knowledge:
- 15+ risk patterns (liability, IP, termination, confidentiality...)
- 19 completeness check items
- 4 jurisdictions (US Federal, California, China, EU)
Quick Start:
# In your SKILL.md
knowledge:
base:
- mcp-servers/office-mcp/knowledge/base/risk_patterns.json
jurisdictions:
- mcp-servers/office-mcp/knowledge/base/jurisdictions/california.json
📖 Knowledge Index | 🤝 Contribute Knowledge
🤖 NEW: Pre-built Agents
5 ready-to-deploy AI personas with curated skills, knowledge, and personality.
| Agent | Role | Key Skills | Deploy To |
|---|---|---|---|
| ⚖️ Legal Specialist | Contract Review | contract-review, nda-generator | All platforms |
| 📊 Data Analyst | Excel & Finance | data-analysis, dcf-valuation | All platforms |
| 📋 Admin Assistant | Email & Calendar | email-drafter, meeting-notes | All platforms |
| 🔬 Research Analyst | Deep Research | deep-research, company-research | All platforms |
| ✍️ Content Creator | Writing & Marketing | content-writer, seo-optimizer | All platforms |
Quick Deploy:
# Install agent to Moltbot
curl -fsSL https://molt.bot/install | bash -s -- --agent legal-specialist
📖 All Agents | 🛠️ Create Custom Agent
Contents
- What Are Claude Skills?
- Getting Started
- Skills
- Legal & Contracts
- HR & Careers
- Finance & Business
- Communication & Writing
- Productivity
- PDF Power Tools
- Document Processing (Official)
- Core Document Skills
- Document Conversion Skills
- Document Parsing & OCR Skills
- Presentation Skills
- Template Skills
- Workflow & Automation Skills
- CRM & Sales Automation
- Marketing & Advertising
- E-commerce
- Communication & Messaging
- Project Management
- Customer Support
- Financial Analysis
- Accounting & Payments
- Data Engineering
- Research & Intelligence
- Visual & Creative
- Media & Content
- Smart Home & IoT
- DevOps & Security
- HR & Operations
- AI & Agents
- Creating Skills
- Advanced Usage
- Contributing
- Resources
What Are Claude Skills?
Claude Skills are customizable workflows that teach Claude how to perform specific tasks according to your unique requirements. Skills enable Claude to execute tasks in a repeatable, standardized manner.
Unlike generic AI prompts, these skills contain embedded domain knowledge and professional workflows that make Claude genuinely useful for business tasks.
This repository focuses on Office & Business scenarios:
- Contracts, invoices, proposals
- HR documents, resumes, offer letters
- Reports, presentations, emails
- Data analysis and document processing
Getting Started
Using Skills in Claude.ai
- Click any skill below
- Copy the
SKILL.mdcontent - Paste into your Claude conversation
- Upload your document and ask for help
Using Skills in Claude Code
# Place the skill in your skills directory
mkdir -p ~/.config/claude-code/skills/
cp -r contract-review ~/.config/claude-code/skills/
# Start Claude Code - skill loads automatically
claude
Using Skills via Direct Link
Please use this skill: https://raw.githubusercontent.com/claude-office-skills/skills/main/contract-review/SKILL.md
Then review my contract: [upload file]
Using Skills via API
import anthropic
client = anthropic.Anthropic(api_key="your-api-key")
# Load skill content
skill_content = open("contract-review/SKILL.md").read()
response = client.messages.create(
model="claude-sonnet-4-20250514",
system=skill_content,
messages=[{"role": "user", "content": "Review this contract..."}]
)
Using Skills with Moltbot (Clawdbot)
One-click install all 136+ Office Skills to your Moltbot:
# Install ALL skills
curl -fsSL https://raw.githubusercontent.com/claude-office-skills/skills/main/install.sh | bash
# Install by category
curl -fsSL https://raw.githubusercontent.com/claude-office-skills/skills/main/install.sh | bash -s -- --category legal
curl -fsSL https://raw.githubusercontent.com/claude-office-skills/skills/main/install.sh | bash -s -- --category pdf
curl -fsSL https://raw.githubusercontent.com/claude-office-skills/skills/main/install.sh | bash -s -- --category workflow
Available categories: legal, hr, finance, pdf, workflow, template, doc, conversion, parsing, slide, productivity, marketing
Or install a single skill via chat:
Install this skill: https://raw.githubusercontent.com/claude-office-skills/skills/main/contract-review/SKILL.md
Skills
Legal & Contracts
| Skill | Description | Department | Link |
|---|---|---|---|
| Contract Review | Analyze contracts for risks, check completeness, get recommendations | Legal | View |
| NDA Generator | Create professional NDAs for different scenarios | Legal | View |
HR & Careers
| Skill | Description | Department | Link |
|---|---|---|---|
| Resume Tailor | Optimize resume for specific job applications | HR/Personal | View |
| Cover Letter | Write compelling, personalized cover letters | HR/Personal | View |
| Job Description | Create clear, inclusive job postings | HR | View |
| Offer Letter | Generate professional employment offers | HR | View |
| Applicant Screening | Screen candidates against job requirements | HR | View |
Finance & Business
| Skill | Description | Department | Link |
|---|---|---|---|
| Invoice Generator | Create professional invoices with proper formatting | Finance | View |
| Expense Report | Organize and summarize business expenses | Finance | View |
| Invoice Organizer | Organize, categorize, and track invoices | Finance | View |
| Proposal Writer | Write winning business proposals | Sales | View |
Sales & Marketing
| Skill | Description | Department | Link |
|---|---|---|---|
| Lead Research | Research company/contact info for sales outreach | Sales | View |
| Lead Qualification | Score and qualify leads based on criteria | Sales | View |
| Content Writer | Research and write content (blogs, articles) | Marketing | View |
| Brand Guidelines | Create and maintain brand style guides | Marketing | View |
Communication & Writing
| Skill | Description | Department | Link |
|---|---|---|---|
| Internal Comms | Status reports, newsletters, FAQs | Ops | View |
| Doc Co-authoring | Structured workflow for writing documentation | All | View |
| Email Drafter | Professional email templates and responses | All | View |
| Email Classifier | Auto-categorize emails by type and priority | All | View |
| Suspicious Email | Analyze emails for phishing and scam indicators | Security | View |
Productivity
| Skill | Description | Department | Link |
|---|---|---|---|
| Meeting Notes | Transform raw notes into structured summaries | All | View |
| Weekly Report | Create consistent status updates | All | View |
| File Organizer | Organize and rename files based on content | All | View |
| Changelog Generator | Generate release notes from commits/updates | Dev/PM | View |
| Data Analysis | Analyze spreadsheet data and generate insights | All | View |
PDF Power Tools
Comprehensive PDF manipulation skills inspired by Stirling-PDF (73k+ stars).
| Skill | Description | Department | Link |
|---|---|---|---|
| Chat with PDF | Answer questions, summarize, extract from PDFs | All | View |
| PDF Converter | Convert PDF to/from Word, Excel, Image formats | All | View |
| PDF OCR | Extract text from scanned PDFs using OCR | All | View |
| PDF Merge/Split | Combine or split PDF documents | All | View |
| PDF Form Filler | Fill out PDF forms programmatically | All | View |
| PDF Compress | Reduce PDF file size while maintaining quality | All | View |
| PDF Watermark | Add watermarks, page numbers, headers/footers | All | View |
Document Processing (Official)
Official Anthropic skills for working with Office documents. See official-skills/ for details.
| Skill | Description | Department | License |
|---|---|---|---|
| DOCX | Word document creation, editing, tracked changes | All | Source-available |
| XLSX | Excel spreadsheets, formulas, financial models | Finance/Ops | Source-available |
| PPTX | PowerPoint presentations | Marketing/All | Source-available |
| PDF processing, forms, extraction | All | Source-available |
Core Document Skills
Based on Python libraries for native Office document manipulation.
| Skill | Library | Stars | Description | Link |
|---|---|---|---|---|
| DOCX Manipulation | python-docx | 5.4k | Create/edit Word documents programmatically | View |
| PPTX Manipulation | python-pptx | 3.2k | Create/edit PowerPoint presentations | View |
| XLSX Manipulation | openpyxl | 3.8k | Create/edit Excel spreadsheets | View |
| Excel Automation | xlwings | 3.3k | Advanced Excel automation with Python | View |
| PDF Extraction | pdfplumber | 9.6k | Extract text, tables from PDFs | View |
Document Conversion Skills
Based on document format conversion tools.
| Skill | Library | Stars | Description | Link |
|---|---|---|---|---|
| MD to Office | pandoc | 42k | Convert Markdown to Word/PPT/PDF | View |
| Office to MD | markitdown | 86k | Convert Office docs to Markdown (Microsoft) | View |
| PDF to DOCX | pdf2docx | 3.3k | Convert PDF to editable Word | View |
| HTML to PPT | marp-cli | 3.1k | Convert HTML/Markdown to presentations | View |
| Batch Convert | multi-format | - | Multi-format batch conversion pipeline | View |
Document Parsing & OCR Skills
Based on document parsing and OCR libraries.
| Skill | Library | Stars | Description | Link |
|---|---|---|---|---|
| Smart OCR | PaddleOCR | 69k | OCR for 100+ languages | View |
| Doc Parser | docling | 51.5k | IBM's document parser for complex layouts | View |
| Layout Analyzer | surya | 19k | Analyze document structure and layout | View |
| Data Extractor | unstructured | 14k | Extract data from any document format | View |
| Table Extractor | camelot | 4.2k | Extract tables from PDFs accurately | View |
Presentation Skills
Based on presentation generation tools.
| Skill | Library | Stars | Description | Link |
|---|---|---|---|---|
| HTML Slides | reveal.js | 70.5k | Create HTML-based presentations | View |
| Dev Slides | slidev | 44k | Developer-friendly Vue-based slides | [View](./ |
...
User Reviews (0)
Write a Review
No reviews yet
Statistics
User Rating
Rate this Skill