
Makestar Admin Skills
- Updated July 29, 2026
- makestarlab/makestar-admin-ai-toolkit
makestar-admin-skills is a Claude Code skill in the AI & Agent Building category. Makestar admin skills that use the separately installed makestar-admin CLI.
Key points
- makestar-admin-skills
- AI & Agent Building
- AI-coding skill
Makestar Admin Skills by the numbers
- Data as of Jul 30, 2026 (Skillselion catalog sync)
/plugin marketplace add makestarlab/makestar-admin-ai-toolkit/plugin install makestar-admin-skills@makestar-admin-ai-toolkitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 29, 2026 |
|---|---|
| Repository | makestarlab/makestar-admin-ai-toolkit ↗ |
What it does
Makestar admin skills that use the separately installed makestar-admin CLI.
README.md
Makestar Admin AI Toolkit
Public Claude/Codex marketplace distribution and generated Hermes/OpenCode artifact surfaces for Makestar Admin Skills.
This repository is generated. Do not hand-edit generated plugin files here; changes should flow through the toolkit export/publish process. Source provenance is recorded in PUBLISH_PROVENANCE.json.
Runtime boundary
The plugin contains skills, references, and marketplace metadata only. It does not bundle the makestar-admin CLI binary. Install the CLI separately before using the skills:
makestar-admin --version
Supported CLI distribution channels remain Homebrew, winget/MSI, and public CLI release artifacts.
Cowork sandbox bootstrap
For Claude Desktop Cowork or similar Linux x86_64 agent sandboxes, use the included POSIX shell helper as install support:
export MAKESTAR_ADMIN_CLI_RELEASE_TAG=r<approved-public-release-tag>
export MAKESTAR_ADMIN_CLI_VERSION=<expected-cli-semver>
export MAKESTAR_ADMIN_CLI_HOME="$HOME/.makestar-admin/cowork-cli"
CLI_PATH=$(sh cowork/cowork-cli-bootstrap.sh resolve)
"$CLI_PATH" --version
The helper installs only from the approved public CLI release origin, verifies manifest metadata, checksum, archive layout, and --version, then prints the exact executable path for skill use. It does not bundle the CLI binary and does not enable live Cowork query support by itself.
Claude marketplace shape
claude plugin marketplace add makestarlab/makestar-admin-ai-toolkit
claude plugin install makestar-admin-skills@makestar-admin-ai-toolkit
Add the marketplace without a release tag or @<ref>. The unpinned command
above is the expected install path for future updates. Claude Desktop/Claude
Code can still show a stale version if its local marketplace or Desktop session
cache has not refreshed after a release.
If Claude still shows an older version after a release, refresh the marketplace cache and update the installed plugin:
claude plugin marketplace remove makestar-admin-ai-toolkit
claude plugin marketplace add makestarlab/makestar-admin-ai-toolkit
claude plugin marketplace update makestar-admin-ai-toolkit
claude plugin update makestar-admin-skills@makestar-admin-ai-toolkit
Restart Claude Desktop after updating so the refreshed plugin cache is loaded.
If you installed older releases under the legacy marketplace ID
makestar-admin, remove that marketplace/plugin once before reinstalling:
claude plugin uninstall makestar-admin-skills@makestar-admin
claude plugin marketplace remove makestar-admin
The public marketplace name intentionally matches the GitHub repository name so Claude Desktop/Cowork and Claude Code CLI resolve the same plugin identity.
Codex marketplace shape
codex plugin marketplace add makestarlab/makestar-admin-ai-toolkit
codex
# then use /plugins to install and enable makestar-admin-skills
Hermes artifact status
Generated Hermes skills are exported under hermes/skills/makestar/.
Current status: pre-validation.
Install from a local clone of this public toolkit repository:
git clone https://github.com/makestarlab/makestar-admin-ai-toolkit.git
cd makestar-admin-ai-toolkit
python installers/hermes/install.py --dry-run
python installers/hermes/install.py --backup
--backup stores replaced skills under ~/.hermes/skills-backup/ before installing the new copies.
OpenCode artifact status
Generated OpenCode skills are exported under opencode/.opencode/skills/. Optional OpenCode guide/prompt convenience assets may also be present under opencode/ai-guides/opencode/, but skills remain the primary installable surface.
Current status: pre-validation.
Install from a local clone of this public toolkit repository into the current project:
git clone https://github.com/makestarlab/makestar-admin-ai-toolkit.git
cd makestar-admin-ai-toolkit
python installers/opencode/install.py --project-root /path/to/your/project --dry-run
python installers/opencode/install.py --project-root /path/to/your/project --backup
--backup stores replaced skills under <project>/.opencode/skills-backup/ before installing the new copies.
Generated version
0.2.11