CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. dynatrace
  4. /
  5. dynatrace-for-ai
  6. /
  7. Dt App Notebooks

Dt App Notebooks

Editor's Note

If you're working with Dynatrace notebooks, this builds directly on the dt-app-dashboards skill with the structural differences mapped out. Notebooks use a section array instead of tiles and grids, version "7" instead of 21, and drop variables entirely. The key workflow detail: always validate queries with dtctl first, set autoSelectVisualization to true unless the user wants something specific, and deploy through the included deploy_notebook.sh script instead of raw dtctl apply. It catches broken queries before they hit your environment. The documentation includes a clear field mapping table showing where query strings and visualization settings live in notebooks versus dashboards, which saves you from hunting through nested JSON.

Install

npx skills add https://github.com/dynatrace/dynatrace-for-ai --skill dt-app-notebooks
Votes
0
Installs641
GitHub Stars81
Categories
Data Science & ML
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Data Science & ML Skills

View all →
jupyter-notebook

openai/skills

0
1.9k
19.2k
Create and scaffold Jupyter notebooks for experiments and tutorials with bundled templates.
jupyter-notebook-writing

zc277584121/marketing-skills

0
590
jupyter notebook writing
matplotlib

sanand0/scientific-research

0
5
Foundational plotting library. Create line plots, scatter, bar, histograms, heatmaps, 3D, subplots, export PNG/PDF/SVG, for scientific visualization and publication figures.
ml-paper-writing

zechenzhangagi/ai-research-skills

0
735
8.5k
Draft publication-ready ML/AI/Systems papers for top conferences with citation verification and LaTeX templates.
matchms

sanand0/scientific-research

0
5
Mass spectrometry analysis. Process mzML/MGF/MSP, spectral similarity (cosine, modified cosine), metadata harmonization, compound ID, for metabolomics and MS data processing.
rdkit

sanand0/scientific-research

0
5
Cheminformatics toolkit for fine-grained molecular control. SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprints, substructure search, 2D/3D generation, similarity, reactions. For standard workflows with simpler interface, use datamol (wrapper around RDKit). Use rdkit for advanced control, custom sanitization, specialized algorithms.