By taosdata Verified
TDengine IDMP plugin with packaged skills for discovery, schema inspection, and safe operational workflows.
IDMP AI skill. Use it to confirm AI availability and usable data, inspect chat sessions, generate recommended questions or panels, create analyses or panels from prompts, and decide when `record` should persist the session.
IDMP analysis skill for listing, searching, reading, resuming, and preparing analysis create flows with path, trigger type, sub-template, and output-attribute checks.
IDMP annotation skill. Use it to read and write element annotations while keeping element annotations separate from event annotations.
IDMP attribute skill for reading definitions and values, checking history, evaluating expressions, reserving names, and safely writing test data.
IDMP dashboard skill for listing dashboards, reading details, updating layout and order, templating stable dashboards, and keeping dashboard lifecycle separate from panel lifecycle.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Reusable TDengine IDMP skills for AI agents.
Use this repository together with idmp-cli.
Before installing these skills, make sure you have:
npm / npxidmp-clinpm install -g @tdengine/idmp-cli
idmp-cli --version
Create the default profile and persist a session in one command:
printf '%s\n' "$IDMP_PASSWORD" | idmp-cli config init --profile default --server http://your-idmp:6042 --username [email protected] --password-stdin
# or
printf '%s\n' "$IDMP_API_KEY" | idmp-cli config init --profile default --server http://your-idmp:6042 --api-key-stdin
idmp-cli config show
idmp-cli auth check
If you use multiple environments, save them as separate profiles:
idmp-cli config init --profile staging --server http://staging-idmp:6042 --username [email protected]
idmp-cli profile use staging
idmp-cli config show
Use auth login when the saved profile already exists and you only need a new session:
printf '%s\n' "$IDMP_PASSWORD" | idmp-cli auth login --username [email protected] --password-stdin
printf '%s\n' "$IDMP_API_KEY" | idmp-cli auth login --api-key-stdin
idmp-cli auth check
First add the TaosData marketplace:
claude plugin marketplace add taosdata/agent-skills
Then install idmp-plugin:
claude plugin install idmp-plugin@taosdata
idmp-plugin already bundles the matching skills. If you are using Claude Code, you do not need to install or copy the packaged skills again.
This repository does not publish a separate top-level standalone skills/ bundle. If another agent supports filesystem-based skills, copy the packaged plugin skills directly:
mkdir -p /path/to/other-agent/skills
cp -R plugins/idmp-plugin/skills/* /path/to/other-agent/skills/
If the target agent does not support a dedicated skills directory, import the relevant SKILL.md files and their sibling references/ directories into that agent's reusable prompt or instruction system manually.
.
├── .claude-plugin/
│ └── marketplace.json
└── plugins/
└── idmp-plugin/
├── .claude-plugin/
│ └── plugin.json
└── skills/
This repository is the source of truth for:
plugins/idmp-plugin/skills/ as the packaged skills bundle shipped with the pluginclaude plugin install idmp-plugin@claude-plugins-officialA growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
UI/UX design intelligence. Searchable local database with 84 styles, 192 palettes, 74 font pairings, 25 charts, and 22 stacks (React, Next.js, Vue, Nuxt.js, Nuxt UI, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Jetpack Compose, Angular, Laravel, JavaFX, WPF, WinUI, Avalonia, Uno Platform, UWP, Three.js). Use when designing, building, or reviewing UI: pages, components, color schemes, typography, layout, accessibility, animation, or data visualization.
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,913 supported skills.