[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-sanjay3290-atlassian-zh-CN":3,"guides-for-sanjay3290-atlassian":618,"similar-k179n0aczt9ekxj3f6ee5k98n186mkf8-zh-CN":619},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":236,"isFallback":233,"parentExtension":241,"providers":297,"relations":301,"repo":302,"tags":616,"workflow":617},1778696833339.6208,"k179n0aczt9ekxj3f6ee5k98n186mkf8",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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",{"claudeCode":12},"sanjay3290/ai-skills","atlassian","https://github.com/sanjay3290/ai-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":218,"workflow":234},1778696875868.1133,"kn75ffcsn4kkjentt9pwdd42fn86m1zz","en",{"checks":20,"evaluatedAt":184,"extensionSummary":185,"features":186,"nonGoals":194,"promptVersionExtension":198,"promptVersionScoring":199,"purpose":200,"rationale":201,"score":202,"summary":203,"tags":204,"targetMarket":209,"tier":210,"useCases":211},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,110,114,118,121,124,127,130,133,136,140,144,146,150,153,156,159,162,166,169,172,175,179,182],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the user problem: managing Jira issues and Confluence pages, and names specific actions like searching, creating, and updating.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond default LLM behavior by providing structured, authenticated access to Jira and Confluence APIs, including OAuth 2.1 integration.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension supports the full lifecycle for managing Jira issues and Confluence pages, including setup, authentication (OAuth recommended), and various CRUD operations.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses exclusively on managing Jira and Confluence, with no unrelated capabilities bleeding into other domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description is concise, readable, accurately reflects the skill's capabilities, and includes clear usage scenarios and authentication methods.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The underlying scripts expose specific, narrow tools for Jira and Confluence operations (e.g., `search`, `create`, `get`), avoiding overly generalist commands.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md and script documentation detail all commands, arguments, and options, including necessary setup steps and authentication methods.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The script commands (e.g., `search`, `create`, `update`) are descriptive and follow a consistent verb-noun pattern.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The scripts appear to request and return only the necessary data for each operation, with clear command-line arguments.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under Apache-2.0, a permissive open-source license, and includes the full license text.",{"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":24,"summary":63},"Dependency Management","The extension declares dependencies in requirements.txt, and the setup instructions mention pip install.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","Credentials are handled via keyring or environment variables and not exposed in logs or committed files.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The scripts appear to handle input data safely, and there's no indication of loading untrusted code or instructions.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","Dependencies are managed via requirements.txt and installed locally; no runtime fetching of external scripts or data is apparent.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The scripts interact with APIs and do not appear to modify files outside of expected scopes or use absolute paths.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No detached processes or retry loops around denied calls were observed in the scripts.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension interacts with Atlassian APIs but does not appear to exfiltrate confidential data or include undocumented outbound calls.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","No hidden text tricks, invisible characters, or obfuscation techniques were found in the bundled files.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The Python scripts are plain, readable source code, with no base64 payloads, eval, or runtime fetched code.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The scripts operate via API calls and do not make assumptions about user project file structures.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","0 issues opened and 5 closed in the last 90 days, indicating active maintenance and timely issue resolution.",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","The `pushedAt` date indicates recent commits, and the presence of `requirements.txt` suggests potential versioning practices.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Pinned dependencies","Dependencies are listed in `requirements.txt`, allowing for proper pinning and management.",{"category":33,"check":107,"severity":108,"summary":109},"Dry-run preview","not_applicable","The extension interacts with external APIs and does not have explicit dry-run flags; however, its operations are primarily informational or involve state changes within Atlassian systems.",{"category":111,"check":112,"severity":108,"summary":113},"Protocol","Idempotent retry & timeouts","The scripts rely on the underlying Atlassian APIs for handling idempotency and timeouts; no explicit retry logic beyond standard HTTP timeouts is implemented in the scripts.",{"category":115,"check":116,"severity":24,"summary":117},"Compliance","GDPR","The extension manages Jira and Confluence data, which may include personal data, but it operates via API and does not independently collect or process PII beyond what is necessary for the API calls.",{"category":115,"check":119,"severity":24,"summary":120},"Target market","The extension interacts with Atlassian Cloud APIs, which are globally available, and has no regional restrictions.",{"category":91,"check":122,"severity":24,"summary":123},"Runtime stability","The scripts are written in Python 3 and use standard libraries, making them portable across POSIX-compliant systems with Python installed.",{"category":44,"check":125,"severity":24,"summary":126},"README","The README provides a comprehensive overview of available skills, installation, and usage instructions.",{"category":33,"check":128,"severity":24,"summary":129},"Tool surface size","The extension exposes a reasonable number of commands through its scripts (Jira and Confluence combined), well within the target range.",{"category":40,"check":131,"severity":24,"summary":132},"Overlapping near-synonym tools","The commands for Jira and Confluence are distinct and cover specific functionalities, avoiding near-synonym overlap.",{"category":44,"check":134,"severity":24,"summary":135},"Phantom features","All features mentioned in the README and SKILL.md (Jira/Confluence management) have corresponding implementations in the scripts.",{"category":137,"check":138,"severity":24,"summary":139},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions using `npx skills` and detailed setup steps for authentication.",{"category":141,"check":142,"severity":24,"summary":143},"Errors","Actionable error messages","The scripts and client layers include error handling that provides specific error codes, messages, and often remediation steps or links to documentation.",{"category":103,"check":104,"severity":24,"summary":145},"Dependencies are listed in `requirements.txt` which facilitates pinning.",{"category":147,"check":148,"severity":24,"summary":149},"Safety","Halt on unexpected state","The script logic includes checks for required arguments and API responses, and handles errors by exiting non-zero, halting the workflow.",{"category":91,"check":151,"severity":24,"summary":152},"Cross-skill coupling","The Atlassian skill is self-contained and does not appear to rely on other skills being loaded in the same session.",{"category":40,"check":154,"severity":24,"summary":155},"Precise Purpose","The description clearly states the artifact (Jira issues, Confluence pages) and the user intent (manage, search, create, update) with specific triggers.",{"category":40,"check":157,"severity":24,"summary":158},"Concise Frontmatter","The SKILL.md frontmatter is concise and directly communicates the core capability and use cases.",{"category":44,"check":160,"severity":24,"summary":161},"Concise Body","The SKILL.md is well-structured and appropriately delegates detailed usage to the scripts and README, keeping the core instructions concise.",{"category":163,"check":164,"severity":24,"summary":165},"Context","Progressive Disclosure","Detailed setup and usage are provided in the README and script help messages, rather than embedding excessive detail in SKILL.md.",{"category":163,"check":167,"severity":108,"summary":168},"Forked exploration","This skill is not primarily focused on deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":170,"severity":24,"summary":171},"Usage examples","The SKILL.md and README provide numerous ready-to-use examples for various Jira and Confluence operations, covering common use cases.",{"category":22,"check":173,"severity":24,"summary":174},"Edge cases","The script error handling and API interactions implicitly cover edge cases like invalid input, missing data, and API errors, providing user feedback.",{"category":176,"check":177,"severity":24,"summary":178},"Code Execution","Tool Fallback","The extension supports both OAuth via MCP (recommended) and API token fallback, with clear setup instructions for both.",{"category":91,"check":180,"severity":24,"summary":181},"Stack assumptions","The scripts are standard Python 3 and clearly state dependencies in `requirements.txt` and setup instructions.",{"category":147,"check":148,"severity":24,"summary":183},"The scripts exit non-zero on errors and invalid input, halting the workflow as expected.",1778696875764,"This skill provides Python scripts to interact with Atlassian Cloud via both the MCP server (using OAuth 2.1) and direct REST API calls (using API tokens). It allows users to manage Jira issues (search, create, update, transition, comment) and Confluence pages (search, read, create, update, list spaces/pages).",[187,188,189,190,191,192,193],"Manage Jira issues via JQL","Create and update Jira issues","Transition Jira issue statuses","Search and read Confluence pages","Create and update Confluence pages","Support OAuth 2.1 via MCP server","Support API token authentication",[195,196,197],"Managing Atlassian Cloud infrastructure settings","Interacting with other Atlassian products not explicitly mentioned (e.g., Bitbucket, Trello)","Performing administrative tasks beyond issue/page management","3.0.0","4.4.0","To enable seamless management of Jira issues and Confluence wiki pages directly from an AI agent, supporting both recommended OAuth 2.1 and API token authentication methods.","The skill demonstrates excellent documentation, robust implementation with support for multiple authentication methods, and clear usage examples. No significant issues were found.",99,"A high-quality skill for comprehensive management of Jira issues and Confluence pages.",[205,206,13,207,208],"jira","confluence","api","automation","global","verified",[212,213,214,215,216,217],"Searching for specific Jira issues using JQL","Creating new Jira tickets for bugs or tasks","Updating existing Jira issues with new information or status","Searching Confluence for documentation or project pages","Creating new Confluence pages for meeting notes or project documentation","Managing Jira workflows and transitions programmatically",{"codeQuality":219,"collectedAt":221,"documentation":222,"maintenance":225,"security":230,"testCoverage":232},{"hasLockfile":220},false,1778696862061,{"descriptionLength":223,"readmeSize":224},384,16681,{"closedIssues90d":226,"forks":227,"hasChangelog":220,"openIssues90d":8,"pushedAt":228,"stars":229},5,24,1778169286000,272,{"hasNpmPackage":220,"license":231,"smitheryVerified":220},"Apache-2.0",{"hasCi":220,"hasTests":233},true,{"updatedAt":235},1778696875868,{"basePath":237,"githubOwner":238,"githubRepo":239,"locale":18,"slug":13,"type":240},"skills/atlassian","sanjay3290","ai-skills","skill",{"_creationTime":242,"_id":243,"community":244,"display":245,"identity":248,"parentExtension":251,"providers":280,"relations":293,"tags":294,"workflow":295},1778696833339.6206,"k17es37z10n1sw6t2m3f0vsydx86mnje",{"reviewCount":8},{"description":246,"installMethods":247,"name":239,"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":239},{"basePath":249,"githubOwner":238,"githubRepo":239,"locale":18,"slug":239,"type":250},"","plugin",{"_creationTime":252,"_id":253,"community":254,"display":255,"identity":258,"providers":260,"relations":274,"tags":276,"workflow":277},1778696833339.6204,"k17d3vqwpbyp1fk2990e431ep986nrqw",{"reviewCount":8},{"description":256,"installMethods":257,"name":239,"sourceUrl":14},"Collection of agent skills for AI coding assistants",{"claudeCode":12},{"basePath":249,"githubOwner":238,"githubRepo":239,"locale":18,"slug":239,"type":259},"marketplace",{"evaluate":261,"extract":268},{"promptVersionExtension":262,"promptVersionScoring":199,"score":263,"tags":264,"targetMarket":209,"tier":267},"3.1.0",79,[259,239,265,266,208],"coding-assistants","developer-tools","community",{"commitSha":269,"marketplace":270,"plugin":272},"HEAD",{"name":239,"pluginCount":271},1,{"mcpCount":8,"provider":273,"skillCount":8},"classify",{"repoId":275},"kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[239,208,265,266,259],{"evaluatedAt":278,"extractAt":279,"updatedAt":278},1778696845101,1778696833339,{"evaluate":281,"extract":290},{"promptVersionExtension":198,"promptVersionScoring":199,"score":282,"tags":283,"targetMarket":209,"tier":267},75,[284,285,286,287,266,208,288,289],"database","cloud","productivity","ai","google-workspace","azure-devops",{"commitSha":269,"plugin":291},{"mcpCount":8,"provider":273,"skillCount":292},20,{"parentExtensionId":253,"repoId":275},[287,208,289,285,284,266,288,286],{"evaluatedAt":296,"extractAt":279,"updatedAt":296},1778696861757,{"evaluate":298,"extract":300},{"promptVersionExtension":198,"promptVersionScoring":199,"score":202,"tags":299,"targetMarket":209,"tier":210},[205,206,13,207,208],{"commitSha":269},{"parentExtensionId":243,"repoId":275},{"_creationTime":303,"_id":275,"identity":304,"providers":305,"workflow":612},1778696828850.7996,{"githubOwner":238,"githubRepo":239,"sourceUrl":14},{"classify":306,"discover":601,"github":604},{"commitSha":269,"extensions":307},[308,321,327,344,380,391,403,417,430,442,455,468,481,494,505,521,529,539,550,560,580,591],{"basePath":249,"description":256,"displayName":239,"installMethods":309,"rationale":310,"selectedPaths":311,"source":320,"sourceLanguage":18,"type":259},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[312,315,317],{"path":313,"priority":314},".claude-plugin/marketplace.json","mandatory",{"path":316,"priority":314},"README.md",{"path":318,"priority":319},"LICENSE","high","rule",{"basePath":249,"description":246,"displayName":239,"installMethods":322,"rationale":323,"selectedPaths":324,"source":320,"sourceLanguage":18,"type":250},{"claudeCode":239},"inline plugin source from marketplace.json at /",[325,326],{"path":316,"priority":314},{"path":318,"priority":319},{"basePath":237,"description":10,"displayName":13,"installMethods":328,"rationale":329,"selectedPaths":330,"source":320,"sourceLanguage":18,"type":240},{"claudeCode":12},"SKILL.md frontmatter at skills/atlassian/SKILL.md",[331,333,336,338,340,342],{"path":332,"priority":314},"SKILL.md",{"path":334,"priority":335},"scripts/api_client.py","low",{"path":337,"priority":335},"scripts/auth.py",{"path":339,"priority":335},"scripts/confluence.py",{"path":341,"priority":335},"scripts/jira.py",{"path":343,"priority":335},"scripts/mcp_client.py",{"basePath":345,"description":346,"displayName":289,"installMethods":347,"rationale":348,"selectedPaths":349,"source":320,"sourceLanguage":18,"type":240},"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",[350,351,352,353,355,356,358,360,362,364,366,368,370,372,374,376,378],{"path":332,"priority":314},{"path":316,"priority":319},{"path":334,"priority":335},{"path":354,"priority":335},"scripts/attachments.py",{"path":337,"priority":335},{"path":357,"priority":335},"scripts/core.py",{"path":359,"priority":335},"scripts/environments.py",{"path":361,"priority":335},"scripts/pipelines.py",{"path":363,"priority":335},"scripts/policies.py",{"path":365,"priority":335},"scripts/repos.py",{"path":367,"priority":335},"scripts/search.py",{"path":369,"priority":335},"scripts/security.py",{"path":371,"priority":335},"scripts/test_plans.py",{"path":373,"priority":335},"scripts/variable_groups.py",{"path":375,"priority":335},"scripts/wiki.py",{"path":377,"priority":335},"scripts/work.py",{"path":379,"priority":335},"scripts/work_items.py",{"basePath":381,"description":382,"displayName":383,"installMethods":384,"rationale":385,"selectedPaths":386,"source":320,"sourceLanguage":18,"type":240},"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",[387,388,389],{"path":332,"priority":314},{"path":316,"priority":319},{"path":390,"priority":335},"scripts/research.py",{"basePath":392,"description":393,"displayName":394,"installMethods":395,"rationale":396,"selectedPaths":397,"source":320,"sourceLanguage":18,"type":240},"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",[398,399,401],{"path":332,"priority":314},{"path":400,"priority":335},"scripts/elevenlabs.py",{"path":402,"priority":335},"scripts/extract.py",{"basePath":404,"description":405,"displayName":406,"installMethods":407,"rationale":408,"selectedPaths":409,"source":320,"sourceLanguage":18,"type":240},"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",[410,411,412,413,415],{"path":332,"priority":314},{"path":316,"priority":319},{"path":337,"priority":335},{"path":414,"priority":335},"scripts/gmail.py",{"path":416,"priority":335},"scripts/requirements.txt",{"basePath":418,"description":419,"displayName":420,"installMethods":421,"rationale":422,"selectedPaths":423,"source":320,"sourceLanguage":18,"type":240},"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",[424,425,426,427,429],{"path":332,"priority":314},{"path":316,"priority":319},{"path":337,"priority":335},{"path":428,"priority":335},"scripts/gcal.py",{"path":416,"priority":335},{"basePath":431,"description":432,"displayName":433,"installMethods":434,"rationale":435,"selectedPaths":436,"source":320,"sourceLanguage":18,"type":240},"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",[437,438,439,440],{"path":332,"priority":314},{"path":316,"priority":319},{"path":337,"priority":335},{"path":441,"priority":335},"scripts/chat.py",{"basePath":443,"description":444,"displayName":445,"installMethods":446,"rationale":447,"selectedPaths":448,"source":320,"sourceLanguage":18,"type":240},"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",[449,450,451,452,454],{"path":332,"priority":314},{"path":316,"priority":319},{"path":337,"priority":335},{"path":453,"priority":335},"scripts/docs.py",{"path":416,"priority":335},{"basePath":456,"description":457,"displayName":458,"installMethods":459,"rationale":460,"selectedPaths":461,"source":320,"sourceLanguage":18,"type":240},"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",[462,463,464,465,467],{"path":332,"priority":314},{"path":316,"priority":319},{"path":337,"priority":335},{"path":466,"priority":335},"scripts/drive.py",{"path":416,"priority":335},{"basePath":469,"description":470,"displayName":471,"installMethods":472,"rationale":473,"selectedPaths":474,"source":320,"sourceLanguage":18,"type":240},"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",[475,476,477,478,479],{"path":332,"priority":314},{"path":316,"priority":319},{"path":337,"priority":335},{"path":416,"priority":335},{"path":480,"priority":335},"scripts/sheets.py",{"basePath":482,"description":483,"displayName":484,"installMethods":485,"rationale":486,"selectedPaths":487,"source":320,"sourceLanguage":18,"type":240},"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",[488,489,490,491,492],{"path":332,"priority":314},{"path":316,"priority":319},{"path":337,"priority":335},{"path":416,"priority":335},{"path":493,"priority":335},"scripts/slides.py",{"basePath":495,"description":496,"displayName":497,"installMethods":498,"rationale":499,"selectedPaths":500,"source":320,"sourceLanguage":18,"type":240},"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",[501,502,503],{"path":332,"priority":314},{"path":402,"priority":335},{"path":504,"priority":335},"scripts/google_tts.py",{"basePath":506,"description":507,"displayName":508,"installMethods":509,"rationale":510,"selectedPaths":511,"source":320,"sourceLanguage":18,"type":240},"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",[512,513,514,517,519],{"path":332,"priority":314},{"path":316,"priority":319},{"path":515,"priority":516},"examples.md","medium",{"path":518,"priority":516},"reference.md",{"path":520,"priority":335},"scripts/generate_image.py",{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":320,"sourceLanguage":18,"type":240},"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",[528],{"path":332,"priority":314},{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":320,"sourceLanguage":18,"type":240},"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",[536,537],{"path":332,"priority":314},{"path":538,"priority":516},"references/api.md",{"basePath":540,"description":541,"displayName":542,"installMethods":543,"rationale":544,"selectedPaths":545,"source":320,"sourceLanguage":18,"type":240},"skills/mssql","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.","mssql",{"claudeCode":12},"SKILL.md frontmatter at skills/mssql/SKILL.md",[546,547,548],{"path":332,"priority":314},{"path":316,"priority":319},{"path":549,"priority":335},"scripts/query.py",{"basePath":551,"description":552,"displayName":553,"installMethods":554,"rationale":555,"selectedPaths":556,"source":320,"sourceLanguage":18,"type":240},"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",[557,558,559],{"path":332,"priority":314},{"path":316,"priority":319},{"path":549,"priority":335},{"basePath":561,"description":562,"displayName":563,"installMethods":564,"rationale":565,"selectedPaths":566,"source":320,"sourceLanguage":18,"type":240},"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",[567,568,570,572,574,576,578],{"path":332,"priority":314},{"path":569,"priority":516},"references/commands.md",{"path":571,"priority":335},"scripts/ask_question.py",{"path":573,"priority":335},"scripts/auth_manager.py",{"path":575,"priority":335},"scripts/common.py",{"path":577,"priority":335},"scripts/notebook_manager.py",{"path":579,"priority":335},"scripts/remote_manager.py",{"basePath":581,"description":582,"displayName":583,"installMethods":584,"rationale":585,"selectedPaths":586,"source":320,"sourceLanguage":18,"type":240},"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",[587,588,589],{"path":332,"priority":314},{"path":316,"priority":319},{"path":590,"priority":335},"scripts/outline.py",{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":320,"sourceLanguage":18,"type":240},"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",[598,599,600],{"path":332,"priority":314},{"path":316,"priority":319},{"path":549,"priority":335},{"sources":602},[603],"manual",{"closedIssues90d":226,"description":256,"forks":227,"license":231,"openIssues90d":8,"pushedAt":228,"readmeSize":224,"stars":229,"topics":605},[606,239,13,289,607,608,206,383,394,406,420,458,288,508,205,609,553,563,610,611],"agent-skills","claude-code","claude-skills","mcp","postgresql","text-to-speech",{"classifiedAt":613,"discoverAt":614,"extractAt":615,"githubAt":615,"updatedAt":613},1778696833105,1778696828850,1778696831288,[207,13,208,206,205],{"evaluatedAt":235,"extractAt":279,"updatedAt":235},[],[620,647,675,697,725,756],{"_creationTime":621,"_id":622,"community":623,"display":624,"identity":630,"providers":633,"relations":640,"tags":643,"workflow":644},1778691344230.1262,"k17b3h2zz11479j9s54hb6nscd86nf8r",{"reviewCount":8},{"description":625,"installMethods":626,"name":628,"sourceUrl":629},"Integrates with Atlassian products to manage project tracking and documentation via MCP protocol. Use when querying Jira issues with JQL filters, creating and updating tickets with custom fields, searching or editing Confluence pages with CQL, managing sprints and backlogs, setting up MCP server authentication, syncing documentation, or debugging Atlassian API integrations.",{"claudeCode":627},"jeffallan/claude-skills","atlassian-mcp","https://github.com/jeffallan/claude-skills",{"basePath":631,"githubOwner":632,"githubRepo":608,"locale":18,"slug":628,"type":240},"skills/atlassian-mcp","jeffallan",{"evaluate":634,"extract":639},{"promptVersionExtension":198,"promptVersionScoring":199,"score":635,"tags":636,"targetMarket":209,"tier":210},100,[13,205,206,609,637,638,208],"project-management","documentation",{"commitSha":269},{"parentExtensionId":641,"repoId":642},"k177fx0q0bsftkws6j1av221j186ndt6","kd77w37et655xneae33d1p2d2n86ncxp",[13,208,206,638,205,609,637],{"evaluatedAt":645,"extractAt":646,"updatedAt":645},1778691474509,1778691344230,{"_creationTime":648,"_id":649,"community":650,"display":651,"identity":657,"providers":660,"relations":668,"tags":671,"workflow":672},1778675056600.2693,"k1779fwnqevec8dh3jq4g0r8hx86mf8s",{"reviewCount":8},{"description":652,"installMethods":653,"name":655,"sourceUrl":656},"Atlassian Administrator for managing and organizing Atlassian products (Jira, Confluence, Bitbucket, Trello), users, permissions, security, integrations, system configuration, and org-wide governance. Use when asked to add users to Jira, change Confluence permissions, configure access control, update admin settings, manage Atlassian groups, set up SSO, install marketplace apps, review security policies, or handle any org-wide Atlassian administration task.",{"claudeCode":654},"alirezarezvani/claude-skills","atlassian-admin","https://github.com/alirezarezvani/claude-skills",{"basePath":658,"githubOwner":659,"githubRepo":608,"locale":18,"slug":655,"type":240},"project-management/skills/atlassian-admin","alirezarezvani",{"evaluate":661,"extract":667},{"promptVersionExtension":198,"promptVersionScoring":199,"score":202,"tags":662,"targetMarket":209,"tier":210},[13,205,206,663,664,665,666],"administration","governance","security","devops",{"commitSha":269},{"parentExtensionId":669,"repoId":670},"k179g03a4r18x1fz2reh1wqtwn86nw59","kd7ff9s1w43mfyy1n7hf87816186m6px",[663,13,206,666,664,205,665],{"evaluatedAt":673,"extractAt":674,"updatedAt":673},1778685819605,1778675056600,{"_creationTime":676,"_id":677,"community":678,"display":679,"identity":683,"providers":685,"relations":693,"tags":694,"workflow":695},1778675056600.2705,"k17dypw9b0yd5cnc4143ywk0an86nx94",{"reviewCount":8},{"description":680,"installMethods":681,"name":682,"sourceUrl":656},"6 project management agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Senior PM, scrum master, Jira expert (JQL), Confluence expert, Atlassian admin, template creator. MCP integration for live Jira/Confluence automation.",{"claudeCode":654},"pm-skills",{"basePath":684,"githubOwner":659,"githubRepo":608,"locale":18,"slug":682,"type":240},"project-management/skills/pm-skills",{"evaluate":686,"extract":692},{"promptVersionExtension":198,"promptVersionScoring":199,"score":687,"tags":688,"targetMarket":209,"tier":210},98,[637,205,206,13,689,690,691],"scrum","agile","python",{"commitSha":269},{"parentExtensionId":669,"repoId":670},[690,13,206,205,637,691,689],{"evaluatedAt":696,"extractAt":674,"updatedAt":696},1778686042871,{"_creationTime":698,"_id":699,"community":700,"display":701,"identity":707,"providers":711,"relations":718,"tags":721,"workflow":722},1778675712774.7551,"k17d258t4vx4gkaqm63yk34e1h86nrxn",{"reviewCount":8},{"description":702,"installMethods":703,"name":705,"sourceUrl":706},"Search across company knowledge bases (Confluence, Jira, internal docs) to find and explain internal concepts, processes, and technical details. When an agent needs to: (1) Find or search for information about systems, terminology, processes, deployment, authentication, infrastructure, architecture, or technical concepts, (2) Search internal documentation, knowledge base, company docs, or our docs, (3) Explain what something is, how it works, or look up information, or (4) Synthesize information from multiple sources. Searches in parallel and provides cited answers.",{"claudeCode":704},"atlassian/atlassian-mcp-server","Search Company Knowledge","https://github.com/atlassian/atlassian-mcp-server",{"basePath":708,"githubOwner":13,"githubRepo":709,"locale":18,"slug":710,"type":240},"skills/search-company-knowledge","atlassian-mcp-server","search-company-knowledge",{"evaluate":712,"extract":717},{"promptVersionExtension":198,"promptVersionScoring":199,"score":713,"tags":714,"targetMarket":209,"tier":267},95,[13,206,205,638,715,716],"search","knowledge-base",{"commitSha":269,"license":231},{"parentExtensionId":719,"repoId":720},"k17crr8tfpyfr5sd1509f3kkz186mea7","kd774ex7aaf130ggya20m9ye5h86maxd",[13,206,638,205,716,715],{"evaluatedAt":723,"extractAt":724,"updatedAt":723},1778675813981,1778675712774,{"_creationTime":726,"_id":727,"community":728,"display":729,"identity":735,"providers":739,"relations":747,"tags":751,"workflow":752},1778699289329.1182,"k172jykxz0jywjekjxjt5thj5x86nm3n",{"reviewCount":8},{"description":730,"installMethods":731,"name":733,"sourceUrl":734},"当用户需要通过 Xquik 获取 X (Twitter) 数据或执行需要确认的 X 操作时使用：推文搜索、用户查找、关注者提取、媒体下载、监控、Webhook、MCP、SDK、发布、点赞、私信和个人资料更新。需要 Xquik API 密钥。切勿索要 X 登录凭据。",{"claudeCode":732},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":736,"githubOwner":737,"githubRepo":733,"locale":738,"slug":733,"type":240},"skills/x-twitter-scraper","Xquik-dev","zh-CN",{"evaluate":740,"extract":746},{"promptVersionExtension":198,"promptVersionScoring":199,"score":635,"tags":741,"targetMarket":209,"tier":210},[742,743,207,744,208,609,745],"twitter","x","data-retrieval","sdk",{"commitSha":269},{"parentExtensionId":748,"repoId":749,"translatedFrom":750},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh","k172e8vt4zcz50bb0vfp6ptb1n86mf90",[207,208,744,609,745,742,743],{"evaluatedAt":753,"extractAt":754,"updatedAt":755},1778699230863,1778699170774,1778699289329,{"_creationTime":757,"_id":758,"community":759,"display":760,"identity":766,"providers":770,"relations":776,"tags":778,"workflow":779},1778697652123.8982,"k175ckmrqc4x6sjm90k7ejbj3s86ntxs",{"reviewCount":8},{"description":761,"installMethods":762,"name":764,"sourceUrl":765},"Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.",{"claudeCode":763},"steipete/clawdis","slack","https://github.com/steipete/clawdis",{"basePath":767,"githubOwner":768,"githubRepo":769,"locale":18,"slug":764,"type":240},"skills/slack","steipete","clawdis",{"evaluate":771,"extract":775},{"promptVersionExtension":198,"promptVersionScoring":199,"score":635,"tags":772,"targetMarket":209,"tier":210},[764,773,774,208,207],"messaging","communication",{"commitSha":269},{"repoId":777},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[207,208,774,773,764],{"evaluatedAt":780,"extractAt":781,"updatedAt":780},1778698950505,1778697652123]