{ "version": "1.0", "registry_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/registry.json", "skills": { "web-scraper": { "name": "web-scraper", "displayName": "Web Scraper", "description": "Fetch, parse, and extract content from web pages. Use this skill when the user asks to scrape websites, extract text from URLs, parse HTML content, download web pages, or analyze website content.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/web-scraper", "tools": [ "fetch_page", "extract_text" ], "tags": [ "web", "scraping", "http", "html", "parsing" ] }, "file-search": { "name": "file-search", "displayName": "File Search", "description": "Find files and search content within your filesystem. Use this skill when the user asks to find files by name or pattern, search for text within files, get directory statistics, count files, or analyze folder structure.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/file-search", "tools": [ "find_files", "search_content", "file_stats" ], "tags": [ "files", "search", "filesystem", "grep", "find" ] }, "code-analyzer": { "name": "code-analyzer", "displayName": "Code Analyzer", "description": "Analyze code quality, structure, and maintainability. Use this skill when the user asks to lint code, count lines of code, find TODO/FIXME comments, analyze code structure, check for issues, or audit a codebase.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/code-analyzer", "tools": [ "lint_python", "count_lines", "find_todos" ], "tags": [ "code", "analysis", "linting", "quality", "python" ] }, "json-tools": { "name": "json-tools", "displayName": "JSON Tools", "description": "Format, query, and validate JSON data. Use this skill when the user asks to pretty-print JSON, extract values from JSON, validate JSON syntax, minify JSON, or work with nested JSON structures.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/json-tools", "tools": [ "format_json", "query_json", "validate_json" ], "tags": [ "json", "data", "formatting", "validation", "query" ] }, "api-client": { "name": "api-client", "displayName": "API Client", "description": "Make HTTP requests and work with API responses. Use this skill when the user asks to call APIs, make HTTP GET/POST requests, test endpoints, fetch data from REST APIs, or parse and format API responses.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/api-client", "tools": [ "http_get", "http_post", "parse_response" ], "tags": [ "api", "http", "rest", "requests", "web" ] }, "docx": { "name": "docx", "displayName": "Word Documents", "description": "Create, edit, and analyze Word documents with professional formatting. Use this skill when the user asks to create Word documents, add content to DOCX files, extract text from Word files, work with tables, headers, footers, or analyze document structure.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/docx", "tools": [ "create_docx", "read_docx", "edit_docx", "analyze_docx" ], "tags": [ "document", "word", "docx", "office", "writing" ] }, "pdf": { "name": "pdf", "displayName": "PDF Toolkit", "description": "Comprehensive PDF toolkit for document manipulation. Use this skill when the user asks to extract text from PDFs, create PDF documents, merge or split PDFs, extract tables from PDFs, work with PDF forms, or analyze PDF structure.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/pdf", "tools": [ "extract_pdf", "create_pdf", "merge_pdf", "split_pdf", "pdf_info" ], "tags": [ "pdf", "document", "extract", "merge", "split" ] }, "pptx": { "name": "pptx", "displayName": "PowerPoint", "description": "Create, edit, and analyze PowerPoint presentations. Use this skill when the user asks to create slides, modify presentations, extract content from PPTX files, add speaker notes, or analyze presentation structure.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/pptx", "tools": [ "create_pptx", "read_pptx", "edit_pptx", "analyze_pptx" ], "tags": [ "presentation", "powerpoint", "slides", "office" ] }, "xlsx": { "name": "xlsx", "displayName": "Excel Spreadsheets", "description": "Create and manipulate Excel spreadsheets with formulas and formatting. Use this skill when the user asks to create Excel files, read spreadsheet data, update cells, add formulas, format worksheets, or analyze Excel structure.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/xlsx", "tools": [ "create_xlsx", "read_xlsx", "edit_xlsx", "analyze_xlsx" ], "tags": [ "excel", "spreadsheet", "data", "formulas", "office" ] }, "skill-creator": { "name": "skill-creator", "displayName": "Skill Creator", "description": "Interactive tool for building new custom skills for Coderrr. Use this skill when the user wants to create a new skill, scaffold a skill structure, generate tool templates, or set up skill documentation.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/skill-creator", "tools": [ "init_skill", "add_tool", "finalize_skill", "list_templates" ], "tags": [ "meta", "development", "scaffolding", "tools" ] }, "artifacts-builder": { "name": "artifacts-builder", "displayName": "Artifacts Builder", "description": "Build complex HTML artifacts using React, Tailwind CSS, and shadcn/ui components. Use this skill when the user wants to create polished UI components, interactive web widgets, dashboards, landing pages, or sophisticated HTML artifacts.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/artifacts-builder", "tools": [ "scaffold_artifact", "add_component", "build_artifact", "preview_artifact" ], "tags": [ "frontend", "react", "tailwind", "ui", "html" ] }, "mcp-builder": { "name": "mcp-builder", "displayName": "MCP Builder", "description": "Guide for creating high-quality MCP (Model Context Protocol) servers. Use this skill when the user wants to build an MCP server, create MCP tools, implement MCP resources, or integrate with MCP-compatible clients.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/mcp-builder", "tools": [ "init_mcp", "add_mcp_tool", "validate_mcp" ], "tags": [ "mcp", "protocol", "server", "integration" ] }, "webapp-testing": { "name": "webapp-testing", "displayName": "Web App Testing", "description": "Test local web applications using Playwright browser automation. Use this skill when the user wants to test web applications, automate browser interactions, take screenshots, verify UI elements, or run end-to-end tests.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/webapp-testing", "tools": [ "start_browser", "navigate", "interact", "verify", "screenshot" ], "tags": [ "testing", "browser", "playwright", "automation", "e2e" ] }, "brand-guidelines": { "name": "brand-guidelines", "displayName": "Brand Guidelines", "description": "Apply official brand colors, typography, and design tokens to projects. Use this skill when the user wants to set up brand colors, configure typography, generate color palettes, create design tokens, or ensure brand consistency.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/brand-guidelines", "tools": [ "set_brand", "generate_palette", "export_tokens" ], "tags": [ "design", "branding", "colors", "typography", "tokens" ] }, "internal-comms": { "name": "internal-comms", "displayName": "Internal Communications", "description": "Write internal communications like status reports, newsletters, announcements, and team updates. Use this skill when the user needs to draft status reports, write team newsletters, create announcements, or compose meeting summaries.", "version": "1.0.0", "author": "Akash Nath", "repository": "https://github.com/Akash-nath29/coderrr-skills", "download_url": "https://raw.githubusercontent.com/Akash-nath29/coderrr-skills/main/skills/internal-comms", "tools": [ "status_report", "newsletter", "announcement", "meeting_summary" ], "tags": [ "communication", "reports", "newsletters", "documentation" ] } } }