[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-sanjay3290-mssql-de":3,"guides-for-sanjay3290-mssql":626,"similar-k1744w3p9kmv5d22ef2fsz4zjh86m1ym-de":627},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":240,"parentExtension":248,"providers":303,"relations":307,"repo":308,"tags":624,"workflow":625},1778696833339.6245,"k1744w3p9kmv5d22ef2fsz4zjh86m1ym",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Execute read-only SQL queries against multiple Microsoft SQL Server databases. Use when: (1) querying MSSQL/SQL Server databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.",{"claudeCode":12},"sanjay3290/ai-skills","mssql","https://github.com/sanjay3290/ai-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":241},1778697122635.6719,"kn7btk50q71dfqjz6yvnn2mbmx86nrdb","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of querying MSSQL databases and identifies specific use cases like exploring schemas and running SELECT queries.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a valuable proposition by providing a safe, read-only interface for MSSQL, including features like multi-database support, intelligent selection, and explicit write operation blocking, which goes beyond basic SQL execution.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill appears production-ready with clear setup, connection management, query validation, and safety features, covering the complete lifecycle for read-only SQL querying.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on executing read-only SQL queries against Microsoft SQL Server databases, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities, including its read-only nature, support for multiple connections, and specific use cases.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill exposes narrow, verb-noun specialist actions like `--list`, `--tables`, `--schema`, and `--query` which are well-scoped for SQL operations.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All relevant configuration fields for database connections are documented with their required status and descriptions. Parameters like `--limit` are also explained.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tool names like `--list`, `--tables`, `--schema`, and `--query` are descriptive and adhere to the kebab-case convention.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters like `--db`, `--query`, and `--limit` are specific, and the output is a formatted table of results, not diagnostic dumps.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under Apache-2.0, which is a permissive open-source license, clearly indicated in both the SKILL.md frontmatter and the LICENSE file.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on May 7, 2026, which is within the last 3 months.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","warning","The skill uses the `pymssql` dependency but there is no explicit mention of dependency vulnerability checks or an automated update mechanism like Dependabot.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","Secrets are managed via a `connections.json` file which is explicitly recommended to be secured with `chmod 600`. The script does not echo resolved secrets to stdout.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The script validates inputs and queries, and the `is_read_only` function specifically prevents injection of write operations. No external data is loaded at runtime.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external content at runtime; all necessary dependencies are listed and expected to be installed beforehand.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The script operates on database connections and does not appear to modify files outside its designated scope or use absolute paths.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached processes or retry loops around denied calls were detected in the provided scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill is designed for read-only queries and does not have any documented outbound calls to submit confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled files do not contain any hidden text tricks, obfuscation, or suspicious Unicode characters.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The Python script is clear and readable, with no signs of obfuscation like base64 payloads or runtime fetched code.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes the `connections.json` file exists in specified locations, which is documented, and uses relative paths for its own scripts.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open issues and 5 closed issues in the last 90 days, indicating active maintenance and a high closure rate.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The `version` is declared as '1.0' in the SKILL.md frontmatter.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The script includes client-side validation for read-only queries and single statements, and the connection parameters are checked.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is explicitly designed for read-only operations, so no destructive operations are present.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The script includes specific error handling for authentication, connection issues, and database errors, providing informative messages and exiting non-zero.",{"category":104,"check":114,"severity":115,"summary":116},"Logging","not_applicable","The skill is primarily read-only and does not perform destructive actions or outbound calls that would necessitate a local audit log.",{"category":118,"check":119,"severity":115,"summary":120},"Compliance","GDPR","The skill operates on SQL databases and does not inherently process personal data; any personal data within the database is the user's responsibility.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill's functionality is general to Microsoft SQL Server and has no regional or jurisdictional limitations, making it globally applicable.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill requires Python 3.8+ and `pymssql`, which are standard dependencies, and its scripts are written in Python, ensuring cross-platform compatibility.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file exists and clearly states the extension's purpose, setup, and usage instructions.",{"category":33,"check":131,"severity":24,"summary":132},"Tool surface size","The skill exposes a manageable number of tools: `--list`, `--tables`, `--schema`, `--query`, and `--limit`.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The tools provided (`--list`, `--tables`, `--schema`, `--query`) are distinct and do not have overlapping near-synonym names.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as querying, listing tables/schemas, and connection management, are implemented and reflected in the tools.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions, including dependency installation and configuration setup with an example.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","Error messages provide context on what failed (e.g., authentication, connection) and suggest remediation steps (e.g., check credentials, firewall).",{"category":148,"check":149,"severity":63,"summary":150},"Execution","Pinned dependencies","While `pymssql` is required and listed in `requirements.txt`, there is no lockfile present to pin specific versions of dependencies.",{"category":33,"check":152,"severity":115,"summary":153},"Dry-run preview","The extension is read-only, therefore no dry-run capability is applicable.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The script implements connection and query timeouts, and the read-only nature inherently makes operations idempotent.",{"category":118,"check":159,"severity":115,"summary":160},"Telemetry opt-in","The extension does not appear to emit any telemetry.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly defines the skill's purpose (execute read-only SQL queries against MSSQL) and its usage context.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and usage scenarios within the character limit.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is concise and delegates deeper details to the README and setup instructions.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md provides an overview, and setup details are clearly presented in the README, with configuration fields documented separately.",{"category":171,"check":175,"severity":115,"summary":176},"Forked exploration","The skill is a direct query tool and does not involve deep exploration that would necessitate 'context: fork'.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The README provides clear, ready-to-use examples for listing databases, tables, schema, and running queries with explanations.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The skill documents failure modes like config not found, authentication, connection timeouts, and permission warnings, with proposed solutions.",{"category":104,"check":184,"severity":115,"summary":185},"Tool Fallback","The skill does not rely on external MCP tools; it uses standard Python libraries.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The script checks for required configuration and valid query formats, exiting with errors if pre-conditions are not met.",{"category":92,"check":191,"severity":115,"summary":192},"Cross-skill coupling","The skill is self-contained and does not rely on other skills.",1778697122525,"This skill executes read-only SQL queries against Microsoft SQL Server databases. It supports multiple connections, allows exploration of schemas and tables, and includes safety features like query validation and write operation blocking. Setup involves creating a `connections.json` file.",[196,197,198,199,200],"Execute read-only SQL queries","Support for multiple MSSQL database connections","Intelligent database auto-selection based on description","Query validation and write operation blocking","List databases, tables, and schemas",[202,203,204],"Performing write operations (INSERT, UPDATE, DELETE, DROP)","Executing multi-statement queries","Connecting to databases other than MSSQL","3.0.0","4.4.0","To provide a safe and efficient way to query Microsoft SQL Server databases for data analysis and exploration without risking unintended data modifications.","The skill is well-documented, secure, and addresses a clear use case with excellent safety features and error handling. A minor warning regarding dependency pinning and management was noted.",95,"A robust and secure read-only MSSQL query skill with excellent documentation and safety features.",[212,13,213,214,215,216],"sql","database","query","read-only","python","global","community",[220,221,222,223],"Querying MSSQL/SQL Server databases","Exploring database schemas and tables","Running SELECT queries for data analysis","Checking database contents",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"security":237,"testCoverage":239},{"hasLockfile":226},false,1778697107700,{"descriptionLength":229,"readmeSize":230},412,16681,{"closedIssues90d":232,"forks":233,"hasChangelog":226,"manifestVersion":234,"openIssues90d":8,"pushedAt":235,"stars":236},5,24,"1.0",1778169286000,272,{"hasNpmPackage":226,"license":238,"smitheryVerified":226},"Apache-2.0",{"hasCi":226,"hasTests":240},true,{"updatedAt":242},1778697122635,{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":247},"skills/mssql","sanjay3290","ai-skills","skill",{"_creationTime":249,"_id":250,"community":251,"display":252,"identity":255,"parentExtension":258,"providers":287,"relations":299,"tags":300,"workflow":301},1778696833339.6206,"k17es37z10n1sw6t2m3f0vsydx86mnje",{"reviewCount":8},{"description":253,"installMethods":254,"name":246,"sourceUrl":14},"Collection of agent skills: PostgreSQL, MySQL, MSSQL, Imagen, Azure DevOps, Atlassian (Jira + Confluence), Google Workspace (Gmail, Calendar, Chat, Docs, Drive, Sheets, Slides), NotebookLM, Jules, Manus, Deep Research, Outline, ElevenLabs, Google TTS.",{"claudeCode":246},{"basePath":256,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":257},"","plugin",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":265,"providers":267,"relations":281,"tags":283,"workflow":284},1778696833339.6204,"k17d3vqwpbyp1fk2990e431ep986nrqw",{"reviewCount":8},{"description":263,"installMethods":264,"name":246,"sourceUrl":14},"Collection of agent skills for AI coding assistants",{"claudeCode":12},{"basePath":256,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":266},"marketplace",{"evaluate":268,"extract":275},{"promptVersionExtension":269,"promptVersionScoring":206,"score":270,"tags":271,"targetMarket":217,"tier":218},"3.1.0",79,[266,246,272,273,274],"coding-assistants","developer-tools","automation",{"commitSha":276,"marketplace":277,"plugin":279},"HEAD",{"name":246,"pluginCount":278},1,{"mcpCount":8,"provider":280,"skillCount":8},"classify",{"repoId":282},"kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[246,274,272,273,266],{"evaluatedAt":285,"extractAt":286,"updatedAt":285},1778696845101,1778696833339,{"evaluate":288,"extract":296},{"promptVersionExtension":205,"promptVersionScoring":206,"score":289,"tags":290,"targetMarket":217,"tier":218},75,[213,291,292,293,273,274,294,295],"cloud","productivity","ai","google-workspace","azure-devops",{"commitSha":276,"plugin":297},{"mcpCount":8,"provider":280,"skillCount":298},20,{"parentExtensionId":260,"repoId":282},[293,274,295,291,213,273,294,292],{"evaluatedAt":302,"extractAt":286,"updatedAt":302},1778696861757,{"evaluate":304,"extract":306},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":305,"targetMarket":217,"tier":218},[212,13,213,214,215,216],{"commitSha":276},{"parentExtensionId":250,"repoId":282},{"_creationTime":309,"_id":282,"identity":310,"providers":311,"workflow":620},1778696828850.7996,{"githubOwner":245,"githubRepo":246,"sourceUrl":14},{"classify":312,"discover":607,"github":610},{"commitSha":276,"extensions":313},[314,327,333,353,389,400,412,426,439,451,464,477,490,503,514,530,538,548,556,566,586,597],{"basePath":256,"description":263,"displayName":246,"installMethods":315,"rationale":316,"selectedPaths":317,"source":326,"sourceLanguage":18,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[318,321,323],{"path":319,"priority":320},".claude-plugin/marketplace.json","mandatory",{"path":322,"priority":320},"README.md",{"path":324,"priority":325},"LICENSE","high","rule",{"basePath":256,"description":253,"displayName":246,"installMethods":328,"rationale":329,"selectedPaths":330,"source":326,"sourceLanguage":18,"type":257},{"claudeCode":246},"inline plugin source from marketplace.json at /",[331,332],{"path":322,"priority":320},{"path":324,"priority":325},{"basePath":334,"description":335,"displayName":336,"installMethods":337,"rationale":338,"selectedPaths":339,"source":326,"sourceLanguage":18,"type":247},"skills/atlassian","Manage Jira issues and Confluence wiki pages in Atlassian Cloud.\nUse when: (1) searching/creating/updating Jira issues with JQL, (2) searching/reading/creating Confluence pages\nwith CQL, (3) managing Jira workflows, transitions, and comments, (4) browsing Confluence spaces and page\nhierarchies. Supports OAuth 2.1 via MCP server (recommended) or API token authentication (fallback).\n","atlassian",{"claudeCode":12},"SKILL.md frontmatter at skills/atlassian/SKILL.md",[340,342,345,347,349,351],{"path":341,"priority":320},"SKILL.md",{"path":343,"priority":344},"scripts/api_client.py","low",{"path":346,"priority":344},"scripts/auth.py",{"path":348,"priority":344},"scripts/confluence.py",{"path":350,"priority":344},"scripts/jira.py",{"path":352,"priority":344},"scripts/mcp_client.py",{"basePath":354,"description":355,"displayName":295,"installMethods":356,"rationale":357,"selectedPaths":358,"source":326,"sourceLanguage":18,"type":247},"skills/azure-devops","Manage Azure DevOps projects, work items, repos, PRs, pipelines, wikis, test plans, security alerts,\nvariable groups, environments/approvals, branch policies, and attachments. Use when user asks to: manage\nsprints, create/update work items, list repos, create PRs, run pipelines, search code, manage wiki pages,\ncheck security alerts, manage variable groups, approve deployments, or configure branch policies.\nCovers 13 domains with 99 tools via REST API.\n",{"claudeCode":12},"SKILL.md frontmatter at skills/azure-devops/SKILL.md",[359,360,361,362,364,365,367,369,371,373,375,377,379,381,383,385,387],{"path":341,"priority":320},{"path":322,"priority":325},{"path":343,"priority":344},{"path":363,"priority":344},"scripts/attachments.py",{"path":346,"priority":344},{"path":366,"priority":344},"scripts/core.py",{"path":368,"priority":344},"scripts/environments.py",{"path":370,"priority":344},"scripts/pipelines.py",{"path":372,"priority":344},"scripts/policies.py",{"path":374,"priority":344},"scripts/repos.py",{"path":376,"priority":344},"scripts/search.py",{"path":378,"priority":344},"scripts/security.py",{"path":380,"priority":344},"scripts/test_plans.py",{"path":382,"priority":344},"scripts/variable_groups.py",{"path":384,"priority":344},"scripts/wiki.py",{"path":386,"priority":344},"scripts/work.py",{"path":388,"priority":344},"scripts/work_items.py",{"basePath":390,"description":391,"displayName":392,"installMethods":393,"rationale":394,"selectedPaths":395,"source":326,"sourceLanguage":18,"type":247},"skills/deep-research","Execute autonomous multi-step research using Google Gemini Deep Research Agent. Use for: market analysis, competitive landscaping, literature reviews, technical research, due diligence. Takes 2-10 minutes but produces detailed, cited reports. Costs $2-5 per task.","deep-research",{"claudeCode":12},"SKILL.md frontmatter at skills/deep-research/SKILL.md",[396,397,398],{"path":341,"priority":320},{"path":322,"priority":325},{"path":399,"priority":344},"scripts/research.py",{"basePath":401,"description":402,"displayName":403,"installMethods":404,"rationale":405,"selectedPaths":406,"source":326,"sourceLanguage":18,"type":247},"skills/elevenlabs","Convert documents and text to audio using ElevenLabs text-to-speech.\nUse this skill when the user wants to create a podcast, narrate a document,\nread aloud text, generate audio from a file, or convert text to speech.\n","elevenlabs",{"claudeCode":12},"SKILL.md frontmatter at skills/elevenlabs/SKILL.md",[407,408,410],{"path":341,"priority":320},{"path":409,"priority":344},"scripts/elevenlabs.py",{"path":411,"priority":344},"scripts/extract.py",{"basePath":413,"description":414,"displayName":415,"installMethods":416,"rationale":417,"selectedPaths":418,"source":326,"sourceLanguage":18,"type":247},"skills/gmail","Interact with Gmail - search emails, read messages, send emails, create drafts, and manage labels.\nUse when user asks to: search email, read email, send email, create email draft, mark as read,\narchive email, star email, or manage Gmail labels. Lightweight alternative to full Google\nWorkspace MCP server with standalone OAuth authentication.\n","gmail",{"claudeCode":12},"SKILL.md frontmatter at skills/gmail/SKILL.md",[419,420,421,422,424],{"path":341,"priority":320},{"path":322,"priority":325},{"path":346,"priority":344},{"path":423,"priority":344},"scripts/gmail.py",{"path":425,"priority":344},"scripts/requirements.txt",{"basePath":427,"description":428,"displayName":429,"installMethods":430,"rationale":431,"selectedPaths":432,"source":326,"sourceLanguage":18,"type":247},"skills/google-calendar","Interact with Google Calendar - list calendars, view events, create/update/delete events, and find free time.\nUse when user asks to: check calendar, schedule a meeting, create an event, find available time, list upcoming events,\ndelete or update a calendar event, or respond to meeting invitations. Lightweight alternative to full\nGoogle Workspace MCP server with standalone OAuth authentication.\n","google-calendar",{"claudeCode":12},"SKILL.md frontmatter at skills/google-calendar/SKILL.md",[433,434,435,436,438],{"path":341,"priority":320},{"path":322,"priority":325},{"path":346,"priority":344},{"path":437,"priority":344},"scripts/gcal.py",{"path":425,"priority":344},{"basePath":440,"description":441,"displayName":442,"installMethods":443,"rationale":444,"selectedPaths":445,"source":326,"sourceLanguage":18,"type":247},"skills/google-chat","Interact with Google Chat - list spaces, send messages, read conversations, and manage DMs.\nUse when user asks to: send a message on Google Chat, read chat messages, list chat spaces,\nfind a chat room, send a DM, or create a new chat space. Lightweight alternative to full\nGoogle Workspace MCP server with standalone OAuth authentication.\n","google-chat",{"claudeCode":12},"SKILL.md frontmatter at skills/google-chat/SKILL.md",[446,447,448,449],{"path":341,"priority":320},{"path":322,"priority":325},{"path":346,"priority":344},{"path":450,"priority":344},"scripts/chat.py",{"basePath":452,"description":453,"displayName":454,"installMethods":455,"rationale":456,"selectedPaths":457,"source":326,"sourceLanguage":18,"type":247},"skills/google-docs","Interact with Google Docs - create documents, search by title, read content, and edit text.\nUse when user asks to: create a Google Doc, find a document, read doc content, add text to a doc,\nor replace text in a document. Lightweight alternative to full Google Workspace MCP server with\nstandalone OAuth authentication.\n","google-docs",{"claudeCode":12},"SKILL.md frontmatter at skills/google-docs/SKILL.md",[458,459,460,461,463],{"path":341,"priority":320},{"path":322,"priority":325},{"path":346,"priority":344},{"path":462,"priority":344},"scripts/docs.py",{"path":425,"priority":344},{"basePath":465,"description":466,"displayName":467,"installMethods":468,"rationale":469,"selectedPaths":470,"source":326,"sourceLanguage":18,"type":247},"skills/google-drive","Interact with Google Drive - search files, find folders, list contents, download files, upload files,\ncreate folders, move, copy, rename, and trash files. Use when user asks to: search Google Drive,\nfind a file/folder, list Drive contents, download or upload files, create folders, move files,\nor organize Drive content. Lightweight integration with standalone OAuth authentication supporting\nfull read/write access.\n","google-drive",{"claudeCode":12},"SKILL.md frontmatter at skills/google-drive/SKILL.md",[471,472,473,474,476],{"path":341,"priority":320},{"path":322,"priority":325},{"path":346,"priority":344},{"path":475,"priority":344},"scripts/drive.py",{"path":425,"priority":344},{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":326,"sourceLanguage":18,"type":247},"skills/google-sheets","Read and write Google Sheets spreadsheets - get content, update cells, append rows, fetch specific ranges,\nsearch for spreadsheets, and view metadata. Use when user asks to: read a spreadsheet, update cells,\nadd data to Google Sheets, find a spreadsheet, check sheet contents, export spreadsheet data, or get cell values.\nLightweight integration with standalone OAuth authentication supporting full read/write access.\n","google-sheets",{"claudeCode":12},"SKILL.md frontmatter at skills/google-sheets/SKILL.md",[484,485,486,487,488],{"path":341,"priority":320},{"path":322,"priority":325},{"path":346,"priority":344},{"path":425,"priority":344},{"path":489,"priority":344},"scripts/sheets.py",{"basePath":491,"description":492,"displayName":493,"installMethods":494,"rationale":495,"selectedPaths":496,"source":326,"sourceLanguage":18,"type":247},"skills/google-slides","Read and write Google Slides presentations - get text, find presentations, create presentations, add slides,\nreplace text, and manage slide content. Use when user asks to: read a presentation, create slides, find slides,\nadd a slide, replace text in a presentation, or manage presentation content. Lightweight integration with\nstandalone OAuth authentication supporting full read/write access.\n","google-slides",{"claudeCode":12},"SKILL.md frontmatter at skills/google-slides/SKILL.md",[497,498,499,500,501],{"path":341,"priority":320},{"path":322,"priority":325},{"path":346,"priority":344},{"path":425,"priority":344},{"path":502,"priority":344},"scripts/slides.py",{"basePath":504,"description":505,"displayName":506,"installMethods":507,"rationale":508,"selectedPaths":509,"source":326,"sourceLanguage":18,"type":247},"skills/google-tts","Convert documents and text to audio using Google Cloud Text-to-Speech.\nUse this skill when the user wants to: narrate a document, read aloud text,\ngenerate audio from a file, convert text to speech, create a recording\nof documentation or analysis, create a podcast from a document, or use\nGoogle TTS/text-to-speech. Trigger phrases: \"read this aloud\", \"narrate this\",\n\"create a recording\", \"text to speech\", \"TTS\", \"convert to audio\",\n\"audio from document\", \"listen to this\", \"generate audio\", \"google tts\",\n\"create a podcast\".\n","google-tts",{"claudeCode":12},"SKILL.md frontmatter at skills/google-tts/SKILL.md",[510,511,512],{"path":341,"priority":320},{"path":411,"priority":344},{"path":513,"priority":344},"scripts/google_tts.py",{"basePath":515,"description":516,"displayName":517,"installMethods":518,"rationale":519,"selectedPaths":520,"source":326,"sourceLanguage":18,"type":247},"skills/imagen","Generate images using Google Gemini's image generation capabilities.\nUse this skill when the user needs to create, generate, or produce images\nfor any purpose including UI mockups, icons, illustrations, diagrams,\nconcept art, placeholder images, or visual representations.\n","imagen",{"claudeCode":12},"SKILL.md frontmatter at skills/imagen/SKILL.md",[521,522,523,526,528],{"path":341,"priority":320},{"path":322,"priority":325},{"path":524,"priority":525},"examples.md","medium",{"path":527,"priority":525},"reference.md",{"path":529,"priority":344},"scripts/generate_image.py",{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":326,"sourceLanguage":18,"type":247},"skills/jules","Delegate coding tasks to Google Jules AI agent for asynchronous execution. Use when user says: 'have Jules fix', 'delegate to Jules', 'send to Jules', 'ask Jules to', 'check Jules sessions', 'pull Jules results', 'jules add tests', 'jules add docs', 'jules review pr'. Handles: bug fixes, documentation, features, tests, refactoring, code reviews. Works with GitHub repos, creates PRs.","jules",{"claudeCode":12},"SKILL.md frontmatter at skills/jules/SKILL.md",[537],{"path":341,"priority":320},{"basePath":539,"description":540,"displayName":541,"installMethods":542,"rationale":543,"selectedPaths":544,"source":326,"sourceLanguage":18,"type":247},"skills/manus","Delegate complex, long-running tasks to Manus AI agent for autonomous execution. Use when user says 'use manus', 'delegate to manus', 'send to manus', 'have manus do', 'ask manus', 'check manus sessions', or when tasks require deep web research, market analysis, product comparisons, stock analysis, competitive research, document generation, data analysis, or multi-step workflows that benefit from autonomous agent execution with parallel processing.","manus",{"claudeCode":12},"SKILL.md frontmatter at skills/manus/SKILL.md",[545,546],{"path":341,"priority":320},{"path":547,"priority":525},"references/api.md",{"basePath":244,"description":10,"displayName":13,"installMethods":549,"rationale":550,"selectedPaths":551,"source":326,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at skills/mssql/SKILL.md",[552,553,554],{"path":341,"priority":320},{"path":322,"priority":325},{"path":555,"priority":344},"scripts/query.py",{"basePath":557,"description":558,"displayName":559,"installMethods":560,"rationale":561,"selectedPaths":562,"source":326,"sourceLanguage":18,"type":247},"skills/mysql","Execute read-only SQL queries against multiple MySQL databases. Use when: (1) querying MySQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.","mysql",{"claudeCode":12},"SKILL.md frontmatter at skills/mysql/SKILL.md",[563,564,565],{"path":341,"priority":320},{"path":322,"priority":325},{"path":555,"priority":344},{"basePath":567,"description":568,"displayName":569,"installMethods":570,"rationale":571,"selectedPaths":572,"source":326,"sourceLanguage":18,"type":247},"skills/notebooklm","Query and manage Google NotebookLM notebooks with persistent profile auth, source sync, batch/multi queries, and structured exports. Use when user asks to query NotebookLM, 'ask my notebook', shares NotebookLM notebook URLs, wants to list/create notebooks, manage sources, do bulk folder sync, dedupe, or audit exports.","notebooklm",{"claudeCode":12},"SKILL.md frontmatter at skills/notebooklm/SKILL.md",[573,574,576,578,580,582,584],{"path":341,"priority":320},{"path":575,"priority":525},"references/commands.md",{"path":577,"priority":344},"scripts/ask_question.py",{"path":579,"priority":344},"scripts/auth_manager.py",{"path":581,"priority":344},"scripts/common.py",{"path":583,"priority":344},"scripts/notebook_manager.py",{"path":585,"priority":344},"scripts/remote_manager.py",{"basePath":587,"description":588,"displayName":589,"installMethods":590,"rationale":591,"selectedPaths":592,"source":326,"sourceLanguage":18,"type":247},"skills/outline","Search, read, and manage Outline wiki documents. Use when: (1) searching wiki for documentation, (2) reading wiki pages or articles, (3) listing wiki collections or documents, (4) creating or updating wiki content, (5) exporting documents as markdown. Works with any Outline wiki instance (self-hosted or cloud).","outline",{"claudeCode":12},"SKILL.md frontmatter at skills/outline/SKILL.md",[593,594,595],{"path":341,"priority":320},{"path":322,"priority":325},{"path":596,"priority":344},"scripts/outline.py",{"basePath":598,"description":599,"displayName":600,"installMethods":601,"rationale":602,"selectedPaths":603,"source":326,"sourceLanguage":18,"type":247},"skills/postgres","Execute read-only SQL queries against multiple PostgreSQL databases. Use when: (1) querying PostgreSQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.","postgres",{"claudeCode":12},"SKILL.md frontmatter at skills/postgres/SKILL.md",[604,605,606],{"path":341,"priority":320},{"path":322,"priority":325},{"path":555,"priority":344},{"sources":608},[609],"manual",{"closedIssues90d":232,"description":263,"forks":233,"license":238,"openIssues90d":8,"pushedAt":235,"readmeSize":230,"stars":236,"topics":611},[612,246,336,295,613,614,615,392,403,415,429,467,294,517,616,617,559,569,618,619],"agent-skills","claude-code","claude-skills","confluence","jira","mcp","postgresql","text-to-speech",{"classifiedAt":621,"discoverAt":622,"extractAt":623,"githubAt":623,"updatedAt":621},1778696833105,1778696828850,1778696831288,[213,13,216,214,215,212],{"evaluatedAt":242,"extractAt":286,"updatedAt":242},[],[628,659,687,704,732,758],{"_creationTime":629,"_id":630,"community":631,"display":632,"identity":638,"providers":643,"relations":651,"tags":654,"workflow":655},1778683670334.5781,"k178v2rfnpxdwx78kb20ey1ga986nhye",{"reviewCount":8},{"description":633,"installMethods":634,"name":636,"sourceUrl":637},"Anleitung zum Abfragen von Datenbanken über den DBHub MCP-Server. Verwenden Sie diese Fähigkeit immer dann, wenn Sie Datenbankschemata untersuchen, Tabellen inspizieren oder SQL-Abfragen über die MCP-Tools von DBHub ausführen müssen (search_objects, execute_sql). Aktiviert bei jeder Datenbankabfrageaufgabe, Schemadeckung, Datenabfrage oder SQL-Ausführung über MCP – auch wenn der Benutzer nur „Datenbank prüfen“ oder „mir Daten finden“ sagt. Diese Fähigkeit stellt sicher, dass Sie dem richtigen Workflow „zuerst erkunden“ folgen, anstatt Tabellenstrukturen zu erraten.",{"claudeCode":635},"bytebase/dbhub","DBHub Database Query Guide","https://github.com/bytebase/dbhub",{"basePath":639,"githubOwner":640,"githubRepo":641,"locale":642,"slug":641,"type":247},"skills/dbhub","bytebase","dbhub","de",{"evaluate":644,"extract":649},{"promptVersionExtension":205,"promptVersionScoring":206,"score":645,"tags":646,"targetMarket":217,"tier":648},100,[213,212,214,647,617,640],"schema","verified",{"commitSha":276,"license":650},"MIT",{"repoId":652,"translatedFrom":653},"kd75gz890g3h6zj0xf3qtbrdjd86mpw3","k17a9cav35ya4h38sccx3r3d5d86mr2y",[640,213,617,214,647,212],{"evaluatedAt":656,"extractAt":657,"updatedAt":658},1778683601748,1778683522639,1778683670334,{"_creationTime":660,"_id":661,"community":662,"display":663,"identity":669,"providers":673,"relations":681,"tags":683,"workflow":684},1778682862751.9475,"k177bn4hpsv2417q7fvbdtwav586ny65",{"reviewCount":8},{"description":664,"installMethods":665,"name":667,"sourceUrl":668},"Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL migration, DDL operations, query plan explainability, and SQL compatibility validation. Triggers on phrases like: DSQL, Aurora DSQL, create DSQL table, DSQL schema, migrate to DSQL, distributed SQL database, serverless PostgreSQL-compatible database, DSQL query plan, DSQL EXPLAIN ANALYZE, why is my DSQL query slow.",{"claudeCode":666},"awslabs/mcp","dsql","https://github.com/awslabs/mcp",{"basePath":670,"githubOwner":671,"githubRepo":617,"locale":18,"slug":672,"type":247},"src/aurora-dsql-mcp-server/skills/dsql-skill","awslabs","dsql-skill",{"evaluate":674,"extract":680},{"promptVersionExtension":205,"promptVersionScoring":206,"score":645,"tags":675,"targetMarket":217,"tier":648},[213,212,676,677,667,678,647,214,679],"aws","aurora","migration","performance",{"commitSha":276},{"repoId":682},"kd71cq56hfddetnwspw92kb09x86mbzy",[677,676,213,667,678,679,214,647,212],{"evaluatedAt":685,"extractAt":686,"updatedAt":685},1778682978663,1778682862752,{"_creationTime":688,"_id":689,"community":690,"display":691,"identity":694,"providers":695,"relations":700,"tags":701,"workflow":702},1778696833339.6248,"k1704jzrc3jb9sv90n1mpz61hn86n2pp",{"reviewCount":8},{"description":558,"installMethods":692,"name":693,"sourceUrl":14},{"claudeCode":12},"MySQL Read-Only Query Skill",{"basePath":557,"githubOwner":245,"githubRepo":246,"locale":18,"slug":559,"type":247},{"evaluate":696,"extract":699},{"promptVersionExtension":205,"promptVersionScoring":206,"score":697,"tags":698,"targetMarket":217,"tier":648},99,[212,559,213,214,215],{"commitSha":276,"license":238},{"parentExtensionId":250,"repoId":282},[213,559,214,215,212],{"evaluatedAt":703,"extractAt":286,"updatedAt":703},1778697138135,{"_creationTime":705,"_id":706,"community":707,"display":708,"identity":714,"providers":718,"relations":725,"tags":728,"workflow":729},1778696691708.3264,"k179thjzaw5kepc7zhdj9sat3n86mcqp",{"reviewCount":8},{"description":709,"installMethods":710,"name":712,"sourceUrl":713},"Validate pending migrations for foreign key consistency, rollback safety, and best practices",{"claudeCode":711},"ruvnet/ruflo","migrate-validate","https://github.com/ruvnet/ruflo",{"basePath":715,"githubOwner":716,"githubRepo":717,"locale":18,"slug":712,"type":247},"plugins/ruflo-migrations/skills/migrate-validate","ruvnet","ruflo",{"evaluate":719,"extract":724},{"promptVersionExtension":205,"promptVersionScoring":206,"score":645,"tags":720,"targetMarket":217,"tier":648},[213,721,212,722,723,273],"migrations","validation","code-quality",{"commitSha":276},{"parentExtensionId":726,"repoId":727},"k176me0sh9b6bc3gzttnywx4w986njzh","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[723,213,273,721,212,722],{"evaluatedAt":730,"extractAt":731,"updatedAt":730},1778701008912,1778696691708,{"_creationTime":733,"_id":734,"community":735,"display":736,"identity":742,"providers":746,"relations":752,"tags":754,"workflow":755},1778687399826.0325,"k17269dg7c9710vn40ysst9cbx86nekj",{"reviewCount":8},{"description":737,"installMethods":738,"name":740,"sourceUrl":741},"Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.",{"claudeCode":739},"github/awesome-copilot","sql-optimization","https://github.com/github/awesome-copilot",{"basePath":743,"githubOwner":744,"githubRepo":745,"locale":18,"slug":740,"type":247},"skills/sql-optimization","github","awesome-copilot",{"evaluate":747,"extract":751},{"promptVersionExtension":205,"promptVersionScoring":206,"score":645,"tags":748,"targetMarket":217,"tier":648},[212,679,749,213,750],"optimization","tuning",{"commitSha":276},{"repoId":753},"kd7dsmv976w8rtkqnjjfdtfgks86nnmw",[213,749,679,212,750],{"evaluatedAt":756,"extractAt":757,"updatedAt":756},1778689968064,1778687399826,{"_creationTime":759,"_id":760,"community":761,"display":762,"identity":766,"providers":769,"relations":774,"tags":775,"workflow":776},1778696691708.3262,"k1792609x2wgqvr4hn475k9xf186nene",{"reviewCount":8},{"description":763,"installMethods":764,"name":765,"sourceUrl":713},"Create a new sequentially numbered database migration with up/down SQL files",{"claudeCode":711},"Migrate Create",{"basePath":767,"githubOwner":716,"githubRepo":717,"locale":18,"slug":768,"type":247},"plugins/ruflo-migrations/skills/migrate-create","migrate-create",{"evaluate":770,"extract":773},{"promptVersionExtension":205,"promptVersionScoring":206,"score":697,"tags":771,"targetMarket":217,"tier":648},[213,678,212,772,273],"code-generation",{"commitSha":276,"license":650},{"parentExtensionId":726,"repoId":727},[772,213,273,678,212],{"evaluatedAt":777,"extractAt":731,"updatedAt":777},1778700989154]