By lizhangmai
Manage local self-use conda channels and conda package supply-chain workflows with rattler-build.
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.
Reusable agent skills and plugin adapters maintained by lizhangmai.
This repository publishes ordinary SKILL.md skills and the thin plugin
metadata needed by Codex and Claude Code. The runtime content lives under
plugins/<plugin>/skills/<skill>/; generic skills installers can discover the
same skills directly from the repository.
Use any one of these equivalent installation paths. For Monata simulation
workflows, install both monata-sim-env and conda-build.
Use the Open Skills CLI for agents that support plain skills or do not have a dedicated plugin marketplace:
npx skills@latest add lizhangmai/skills --skill monata-sim-env --skill conda-build
To inspect what the repository exposes before installing:
npx skills@latest add lizhangmai/skills --list
Pass --agent <agent-name> when you want to target a specific installed agent.
Add this repository as a Codex plugin marketplace:
codex plugin marketplace add https://github.com/lizhangmai/skills --ref main
codex plugin list --marketplace lizhangmai --available --json
codex plugin add monata-sim-env@lizhangmai
codex plugin add conda-build@lizhangmai
After installing, start a new Codex thread in the target project directory and ask Codex:
Use the monata-sim-env skill to set up this Monata environment.
CONDA_BUILD_OUTPUT_DIR=<absolute-path-you-choose>
Replace <absolute-path-you-choose> with a real absolute path before sending
the prompt. The skill inspects the Monata workspace before choosing tool
packages; the current Monata baseline is ngspice plus openvaf-r.
Update the marketplace snapshot when this repository changes:
codex plugin marketplace upgrade lizhangmai
codex plugin remove monata-sim-env@lizhangmai
codex plugin add monata-sim-env@lizhangmai
codex plugin remove conda-build@lizhangmai
codex plugin add conda-build@lizhangmai
Add this repository as a Claude Code plugin marketplace:
/plugin marketplace add https://github.com/lizhangmai/skills
/plugin marketplace update lizhangmai
/plugin install monata-sim-env@lizhangmai
/plugin install conda-build@lizhangmai
/reload-plugins
Then ask Claude Code:
Use the monata-sim-env skill to set up this Monata environment.
CONDA_BUILD_OUTPUT_DIR=<absolute-path-you-choose>
For local development or offline testing of this repository, use the helper
script to install plain SKILL.md directories:
python3 scripts/install.py --list
python3 scripts/install.py --target codex --skill monata-sim-env
python3 scripts/install.py --target codex --skill conda-build
Use symlinks during local skill development:
python3 scripts/install.py --target codex --skill monata-sim-env --mode symlink --force
| Plugin | Audience | Purpose |
|---|---|---|
monata-sim-env | Monata users | Inspect a Monata workspace, set up a pixi environment, build or reuse the needed local circuit-tool packages, and verify ngspice plus OpenVAF tooling. |
conda-build | Package maintainers and advanced users | Manage local self-use conda channels with rattler-build, including build, test, inspect, render, debug, patch, bump, rebuild, and publish guidance. |
Maintainer-only release workflows should live outside this public skills repository so generic skill installers do not expose them to ordinary users.
.agents/
plugins/
marketplace.json # Codex marketplace
.claude-plugin/
marketplace.json # Claude Code marketplace
plugins/
monata-sim-env/
.codex-plugin/plugin.json
.claude-plugin/plugin.json
skills/monata-sim-env/
SKILL.md
agents/openai.yaml
scripts/
conda-build/
.codex-plugin/plugin.json
.claude-plugin/plugin.json
skills/conda-build/
SKILL.md
agents/openai.yaml
assets/recipe-sets/
scripts/
references/
scripts/
install.py
validate.py
The Open Skills CLI discovers the nested SKILL.md directories, while Codex
and Claude Code use their plugin manifests at each plugin root.
Before publishing changes:
npx skills@latest add . --list
python3 scripts/validate.py
python3.10 ~/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugins/monata-sim-env
python3.10 ~/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugins/conda-build
claude plugin validate .
claude plugin validate plugins/monata-sim-env
claude plugin validate plugins/conda-build
Use any Python 3.10+ executable for the Codex plugin validator.
This repository should contain reusable skills, helper scripts, references, and public recipes. It should not vendor third-party simulator source trees, compiled EDA tools, private tokens, internal release credentials, or machine-specific storage paths.
Set up a local Monata simulation environment with pixi and locally built circuit-tool packages.
npx claudepluginhub lizhangmai/skills --plugin conda-buildCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer