From socratiskill
Hello-world probe for the Socratiskill plugin. Invoked by the user as /socratic-ping to verify the plugin is installed and can read the user's socratic profile.
How this skill is triggered — by the user, by Claude, or both
Slash command
/socratiskill:socratic-pingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Hello-world probe that confirms the Socratiskill plugin is installed
Hello-world probe that confirms the Socratiskill plugin is installed and that the harness can read the user's profile file.
<plugin-root>)This file lives at <plugin-root>/skills/socratic-ping/SKILL.md. When
the instructions below mention reading a file relative to the plugin
(e.g. the plugin manifest), <plugin-root> resolves to two directories
above this SKILL.md.
When the user invokes /socratic-ping:
<plugin-root>/.claude-plugin/plugin.json with the Read tool
to obtain the name and version fields (single source of truth
for the plugin version — do NOT hardcode).~/.claude/socratic/profile.json with the Read tool.pong
plugin: <name from manifest> v<version from manifest>
profile: <global_level from JSON> | <mode> | calibrated=<true|false>
path: ~/.claude/socratic/profile.json
pong
plugin: <name from manifest> v<version from manifest>
profile: (not found — run /socratiskill:socratic calibrate)
path: ~/.claude/socratic/profile.json
Do not add explanations. This skill is only a probe — it must NOT activate any pedagogical logic.
npx claudepluginhub vicba2000/socratiskill --plugin socratiskillProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.