By TALXIS
Operational toolkit for managing customer environments, querying data, inspecting code, reading logs, and more.
Configure OpsKit provider connections and workspace settings. Use to set up Jira, Azure DevOps, and Dataverse connections, or to initialize a workspace for a customer environment. Usage: /configure Example: /configure
Investigate a customer support ticket end-to-end. Gathers context from Jira, queries environment logs and data, inspects code, checks deployments, and produces structured documentation (findings, RCA, action plan) in an ops/<ticket-id>/ folder. Usage: /troubleshoot <ticket-id> Example: /troubleshoot TICKET-1234 Without a ticket ID, runs in playground mode (ops/playground/).
Look up Azure DevOps repositories to analyze customer system source code. Use when the user needs to understand how a customer's system is implemented, find specific code patterns, or review solution architecture.
List recent deployments and their status for a customer environment. Use when the user needs to check what was deployed recently, verify deployment success, or investigate deployment failures.
Run read-only queries against a Power Platform environment using SQL or OData. Use when the user needs to query, inspect, or analyze data in a customer's Dataverse environment.
Read logs from a Power Platform environment including plugin trace logs, audit logs, flow run history, flow run action details, flow definitions, and system jobs. Use when diagnosing issues, investigating errors, or reviewing environment activity.
List and view customer incidents, changes, and service requests from Jira. Use when the user needs to check open tickets, review incident details, or look up service request status.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Operational toolkit plugin for GitHub Copilot CLI and Claude Code. Provides skills for managing customer environments, querying data, inspecting code, reading logs, and more.
/plugin marketplace add TALXIS/tools-opskit-cli
/plugin install opskit@talxis
python3 scripts/bootstrap.py setup
# Jira
python3 scripts/bootstrap.py add-connection jira main
# Azure DevOps
python3 scripts/bootstrap.py add-connection ado main
# Dataverse
python3 scripts/bootstrap.py add-connection dataverse main
python3 scripts/bootstrap.py status
Create ops/opskit.json in your project directory:
{
"environment_url": "https://orgname.crm4.dynamics.com",
"connections": {
"jira": "main",
"ado": "main",
"dataverse": "main"
}
}
| Skill | Description |
|---|---|
| query-environment-data | Run read-only SQL and OData queries against a Dataverse environment using the PowerPlatform Dataverse Client SDK |
| inspect-code | Look up Azure DevOps repositories to analyze customer system source code |
| query-environment-logs | Read plugin trace logs, audit logs, flow run history, and other environment logs |
| query-service-tickets | List and view customer incidents, changes, and service requests from Jira |
| list-deployments | View recent deployments and their status |
The /troubleshoot command provides a structured workflow for investigating customer support tickets. It orchestrates all available skills to gather diagnostic data and produces evidence-based findings.
/troubleshoot TICKET-1234
Running without a ticket ID starts a playground session for ad-hoc investigation.
ops/<ticket-id>/:
findings.md — Evidence-based findings (always produced)rca.md — Root cause analysis (only when evidence supports it)action-plan.md — Resolution steps (only when requested)config.json + connections.json at plugin root) — provider connections and defaultsops/opskit.json in project dir) — per-customer environment URL and connection overridespython3 scripts/bootstrap.py add-connection <provider> <name>
python3 scripts/bootstrap.py remove-connection <provider> <name>
python3 scripts/bootstrap.py set-default <provider> <name>
python3 scripts/bootstrap.py list-connections
az login)az loginbootstrap.py setupSee each skill's SKILL.md for detailed usage.
# Test locally with Claude Code
claude --plugin-dir .
# Test locally with Copilot CLI (skills are auto-discovered)
copilot
MIT — see LICENSE.
npx claudepluginhub talxis/tools-opskit-cli --plugin opskitIntelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
TypeScript/JavaScript full-stack development with NestJS, React, and React Native
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
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.