lhm-skill-ops
v1.0.0Team skill-improvement pipeline — syncs each person's Task Observer observation logs into the shared repo, and runs a weekly cross-team review that proposes skill updates as a pull request.
By LHM Digital0 GitHub starsUpdated 43 minutes ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 2, 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 lhm-skill-ops for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install lhm-skill-ops@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/michaellhm/lhm-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/lhm-skill-ops/.
Plugin files
├── .claude-plugin/plugin.json├── skills/sync-observations/SKILL.md└── skills/weekly-skill-review/SKILL.md
Included Skills2
Sync this machine's Task Observer observation logs into the shared lhm-skills repo so the weekly team review can see them. Use when the user says 'sync observations', 'push my observations', 'sync my skill logs', invokes /sync-observations, or when a scheduled routine runs this skill. Collects skill-observations/log.md files from local workspaces, commits them under observations/<person>/ in the lhm-skills repo, and pushes.
Run the weekly cross-team skill review over everyone's synced observations and open a pull request with proposed skill updates. Use when the user says 'weekly skill review', 'run the skill review', 'review the observations', invokes /weekly-skill-review, or when the weekly routine runs this skill. Reads observations/*/ in the lhm-skills repo, applies approved learnings to plugin skills on a branch, bumps versions, and opens a PR — it never merges.
Plugin manifests1
{
"name": "lhm-skill-ops",
"description": "Team skill-improvement pipeline — syncs each person's Task Observer observation logs into the shared repo, and runs a weekly cross-team review that proposes skill updates as a pull request.",
"version": "1.0.0",
"author": {
"name": "LHM Digital"
},
"keywords": [
"skill-ops",
"task-observer",
"weekly-review",
"observations",
"team-learning"
]
}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.
[lhm-skill-ops on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lhm-skill-ops)