ignition
v0.3.0Ignition development — API reference, expression language, auto-linting, test scaffolding, and automated testing for Ignition projects
By TheThoughtagenLicense: MIT0 GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install ignition for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ignition@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/TheThoughtagen/agentic-ignition-stackClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ignition/.
Plugin files
├── .claude-plugin/plugin.json├── skills/ignition-api/SKILL.md├── skills/ignition-e2e/SKILL.md├── skills/ignition-expressions/SKILL.md├── skills/ignition-lint/SKILL.md├── skills/ignition-testing/SKILL.md├── skills/init-e2e/SKILL.md├── skills/init-testing/SKILL.md└── skills/test/SKILL.md
Included Skills8
Ignition system.* API reference — 14 modules, 239 functions. Use when writing Ignition Jython scripts.
Ignition Perspective e2e testing reference — Playwright page objects, gateway API helpers, and Perspective DOM conventions. Use when writing or debugging Playwright browser tests for Perspective views.
Ignition expression language reference — 104 functions. Use when writing tag expressions or Perspective binding expressions.
Run ignition-lint on files or the whole project. Usage — /ignition:ignition-lint [file|directory|profile]
Ignition testing framework reference — writing and running Jython gateway tests. Use when writing tests, debugging test failures, or working with the testing.* modules.
Scaffold Playwright e2e tests for Perspective views into an Ignition project. Usage — /ignition:init-e2e [--force]
Scaffold the Jython test framework, WebDev test endpoints, and type stubs into an Ignition project. Usage — /ignition:init-testing [--all] [--force]
Run Jython gateway tests or Playwright e2e tests. Usage — /ignition:test [module|package|ui|e2e|smoke]
Plugin manifests1
{
"name": "ignition",
"description": "Ignition development — API reference, expression language, auto-linting, test scaffolding, and automated testing for Ignition projects",
"version": "0.3.0",
"author": {
"name": "TheThoughtagen",
"url": "https://github.com/TheThoughtagen"
},
"homepage": "https://github.com/TheThoughtagen/agentic-ignition-stack",
"repository": "https://github.com/TheThoughtagen/agentic-ignition-stack",
"license": "MIT",
"keywords": [
"ignition",
"scada",
"ics",
"inductive-automation",
"jython",
"plc",
"testing",
"playwright"
],
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ignition on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ignition)