8 production-ready skills for enhanced Claude Code workflows: 1. github-ops - Comprehensive GitHub operations via gh CLI and API - PR/issue management, workflow automation, API interactions 2. markdown-tools - Document conversion to markdown - PDF/Word/PowerPoint/Confluence → Markdown with WSL support 3. mermaid-tools - Mermaid diagram generation - Extract and render diagrams from markdown to PNG/SVG 4. statusline-generator - Claude Code statusline customization - Multi-line layouts, cost tracking, git status, colors 5. teams-channel-post-writer - Microsoft Teams communication - Adaptive Cards, formatted announcements, corporate standards 6. repomix-unmixer - Repomix file extraction - Extract from XML/Markdown/JSON formats with auto-detection 7. skill-creator - Skill development toolkit - Init, validation, packaging scripts with privacy best practices 8. llm-icon-finder - AI/LLM brand icon finder - 100+ AI model icons in SVG/PNG/WEBP formats Features: - Individual skill installation (install only what you need) - Progressive disclosure design (optimized context usage) - Privacy-safe examples (no personal/company information) - Comprehensive documentation with references - Production-tested workflows Installation: /plugin marketplace add daymade/claude-code-skills /plugin marketplace install daymade/claude-code-skills#<skill-name> Version: 1.2.0 License: See individual skill licenses 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
95 lines
3.7 KiB
JSON
95 lines
3.7 KiB
JSON
{
|
|
"name": "daymade-skills",
|
|
"owner": {
|
|
"name": "daymade",
|
|
"email": "daymadev89@gmail.com"
|
|
},
|
|
"metadata": {
|
|
"description": "Professional Claude Code skills for GitHub operations, document conversion, diagram generation, statusline customization, Teams communication, repomix utilities, skill creation, and LLM icon access",
|
|
"version": "1.2.0",
|
|
"homepage": "https://github.com/daymade/claude-code-skills"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "github-ops",
|
|
"description": "Comprehensive GitHub operations using gh CLI and GitHub API for pull requests, issues, repositories, workflows, and API interactions",
|
|
"source": "./",
|
|
"strict": false,
|
|
"version": "1.0.0",
|
|
"category": "developer-tools",
|
|
"keywords": ["github", "gh-cli", "pull-request", "issues", "workflows", "api"],
|
|
"skills": ["./github-ops"]
|
|
},
|
|
{
|
|
"name": "markdown-tools",
|
|
"description": "Convert documents (PDFs, Word, PowerPoint, Confluence exports) to markdown with Windows/WSL path handling support",
|
|
"source": "./",
|
|
"strict": false,
|
|
"version": "1.0.0",
|
|
"category": "document-conversion",
|
|
"keywords": ["markdown", "pdf", "docx", "confluence", "markitdown", "wsl"],
|
|
"skills": ["./markdown-tools"]
|
|
},
|
|
{
|
|
"name": "mermaid-tools",
|
|
"description": "Generate Mermaid diagrams from markdown with automatic PNG/SVG rendering and extraction from documents",
|
|
"source": "./",
|
|
"strict": false,
|
|
"version": "1.0.0",
|
|
"category": "documentation",
|
|
"keywords": ["mermaid", "diagrams", "visualization", "flowchart", "sequence"],
|
|
"skills": ["./mermaid-tools"]
|
|
},
|
|
{
|
|
"name": "statusline-generator",
|
|
"description": "Configure Claude Code statuslines with multi-line layouts, cost tracking via ccusage, git status, and customizable colors",
|
|
"source": "./",
|
|
"strict": false,
|
|
"version": "1.0.0",
|
|
"category": "customization",
|
|
"keywords": ["statusline", "ccusage", "git-status", "customization", "prompt"],
|
|
"skills": ["./statusline-generator"]
|
|
},
|
|
{
|
|
"name": "teams-channel-post-writer",
|
|
"description": "Create professional Microsoft Teams channel posts with Adaptive Cards, formatted announcements, and corporate communication standards",
|
|
"source": "./",
|
|
"strict": false,
|
|
"version": "1.0.0",
|
|
"category": "communication",
|
|
"keywords": ["teams", "microsoft", "adaptive-cards", "communication", "announcements"],
|
|
"skills": ["./teams-channel-post-writer"]
|
|
},
|
|
{
|
|
"name": "repomix-unmixer",
|
|
"description": "Extract files from repomix packaged formats (XML, Markdown, JSON) with automatic format detection and validation",
|
|
"source": "./",
|
|
"strict": false,
|
|
"version": "1.0.0",
|
|
"category": "utilities",
|
|
"keywords": ["repomix", "unmix", "extract", "xml", "conversion"],
|
|
"skills": ["./repomix-unmixer"]
|
|
},
|
|
{
|
|
"name": "skill-creator",
|
|
"description": "Guide for creating effective Claude Code skills with initialization scripts, validation, packaging, and privacy best practices",
|
|
"source": "./",
|
|
"strict": false,
|
|
"version": "1.0.0",
|
|
"category": "developer-tools",
|
|
"keywords": ["skill-creation", "claude-code", "development", "tooling", "workflow"],
|
|
"skills": ["./skill-creator"]
|
|
},
|
|
{
|
|
"name": "llm-icon-finder",
|
|
"description": "Find and access AI/LLM model brand icons from lobe-icons library in SVG/PNG/WEBP formats",
|
|
"source": "./",
|
|
"strict": false,
|
|
"version": "1.0.0",
|
|
"category": "assets",
|
|
"keywords": ["icons", "ai-models", "llm", "branding", "lobe-icons"],
|
|
"skills": ["./llm-icon-finder"]
|
|
}
|
|
]
|
|
}
|