ping
SolidSmoke-test skill that confirms the Mycelium plugin loaded correctly. Returns a deterministic marker string for plugin-shape validation. Not for end-user invocation in normal use.
AI & Automation 41 stars
3 forks Updated today MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Ping (smoke-test only)
When invoked, respond with exactly this single line and nothing else:
```
MYCELIUM_PLUGIN_LOAD_OK
```
This is a plugin-shape marker, not a version assertion — it confirms the plugin packaging works end-to-end (manifest → marketplace → install → namespaced invocation). The version a user is actually running comes from `/plugin list` or `plugin.json#version`, not this marker. (The marker was previously version-suffixed, which created drift: it stayed pinned at `_v0.20.0` while plugin.json moved through 10 patches. Detected during 2026-05-09 dogfood.)
For real Mycelium skills, see the parent `skills/` directory once migration completes.
Details
- Author
- haabe
- Repository
- haabe/mycelium
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ping
Lightweight readiness probe. Returns the input `message` echoed back, or `'pong'` when omitted. Useful for CLI health checks and SignalR connectivity smoke tests.
3,698 Updated today
IvanMurzak Testing & QA Solid
smoke-test
Runs a short, version-bound health check across the most critical user and system paths to decide whether deeper testing or rollout should continue.
1 Updated 4 days ago
SUDARSHANCHAUDHARI AI & Automation Listed
verify-cli
Run smoke tests against the mpak CLI to verify all commands work correctly before publishing a new release.
8 Updated today
NimbleBrainInc