catlass-dsl-generator
v0.2.0+codex.20260911074518基于 Markdown 任务契约的精简 CATLASS DSL 开发与知识工作流。
By CATLASS DSL contributorsLicense: Apache-2.04 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 16, 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 catlass-dsl-generator for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add catlass-dsl-generator@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/hicann/cannbot-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins-community/catlass-dsl-generator/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/catlass-dsl-bench/SKILL.md├── skills/catlass-dsl-design/SKILL.md├── skills/catlass-dsl-develop/SKILL.md├── skills/catlass-dsl-knowledge/SKILL.md└── skills/catlass-dsl-optimize/SKILL.md
Included Skills5
Use when independently checking and timing a CATLASS Python DSL solution against definition and workload files
Use when specifying a new CATLASS Python DSL operator and producing its Torch oracle, definition, workloads, executable reference evidence, and approved Markdown preliminary design
Develop, debug, review, test, benchmark, profile, and optionally optimize one CATLASS DSL kernel from an approved DESIGN.md with agent-led decisions, correctness gates, compact traces, knowledge queries, and resumable state. Use for new CATLASS DSL operator implementation or complete operator delivery.
Use when querying, validating, indexing, initializing, or appending evidence-backed CATLASS DSL kernel knowledge for Ascend NPU operator development in an OKF v0.2 project bundle
Iteratively optimize, speed up, benchmark, and profile one existing CATLASS DSL kernel on Ascend NPU with correctness gates, compact traces, noise-aware best selection, and resumable state. Use for CATLASS DSL performance optimization, repeated kernel tuning, profiler-guided latency reduction, or requests to make an existing operator faster.
Plugin manifests2
{
"name": "catlass-dsl-generator",
"version": "0.2.0+codex.20260911074518",
"description": "基于 Markdown 任务契约的精简 CATLASS DSL 开发与知识工作流。",
"author": {
"name": "CATLASS DSL contributors"
},
"license": "Apache-2.0",
"keywords": [
"catlass-dsl",
"catlass",
"ascend",
"npu",
"operator-generation"
],
"skills": "./skills/",
"interface": {
"displayName": "CATLASS DSL 自动算子",
"shortDescription": "用单一 Markdown 契约开发 CATLASS DSL 算子。",
"longDescription": "设计契约,并按需执行开发、benchmark、性能优化、知识收录或完整交付。",
"developerName": "CATLASS DSL contributors",
"category": "Productivity",
"capabilities": [
"Write",
"Code Review"
],
"defaultPrompt": [
"设计 CATLASS DSL Markdown 任务契约。",
"按已批准契约开发 CATLASS DSL 算子。",
"独立优化已有 CATLASS DSL 算子。",
"执行 CATLASS DSL benchmark。",
"查询 CATLASS DSL OKF 知识。"
]
}
}{
"name": "catlass-dsl-generator",
"description": "基于 Markdown 任务契约的精简 CATLASS DSL 算子开发优化工作流。",
"version": "0.3.0",
"author": {
"name": "CATLASS DSL contributors"
},
"license": "Apache-2.0",
"keywords": [
"catlass-dsl",
"catlass",
"ascend",
"npu",
"operator-generation"
]
}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.
[catlass-dsl-generator on Agent Plugins Marketplace](https://pluginsmp.com/plugins/catlass-dsl-generator)