How this skill is triggered — by the user, by Claude, or both
Slash command
/essentials:metaThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Update the `/essentials:sharpen` skill based on new resources or requested changes.
Update the /essentials:sharpen skill based on new resources or requested changes.
If $ARGUMENTS is empty, use AskUserQuestion to ask: "What would you like to improve? Provide a URL to a resource or describe a change."
Required: Either a URL to a resource or a description of a change to make.
Examples:
/essentials:meta https://addyosmani.com/blog/ai-coding-workflow//essentials:meta Add a phase for checking hook compatibilityLoad for comprehensive quality criteria:
${CLAUDE_SKILL_DIR}/../sharpen/reference.md - Quality checklists, anti-patterns, scoring${CLAUDE_SKILL_DIR}/../sharpen/patterns.md - Structural templates${CLAUDE_SKILL_DIR}/../sharpen/SKILL.md (main skill)${CLAUDE_SKILL_DIR}/../sharpen/reference.md (quality checklists)${CLAUDE_SKILL_DIR}/../sharpen/patterns.md (templates)## Source Analysis
**Input**: [URL or change description]
**Relevant insights**: [2-3 bullet points]
## Proposed Changes
### File: [path]
**Section**: [where]
**Change**: [what]
**Rationale**: [why this improves sharpen]
## Apply?
Use AskUserQuestion to confirm before making changes.
This skill creates a self-improving loop:
New insights → Update sharpen skill → Better checklists →
Better /essentials:sharpen evaluations → Higher quality artifacts
Scope of influence:
SKILL.md checklists affect how ALL future artifacts are scoredpatterns.md templates affect how ALL future artifacts are structuredsharpen.md affect the optimization workflow itselfImplication: Be thoughtful about skill changes. They have system-wide effects.
After applying changes:
## Verification
**Files modified**: [list]
**Post-change scores**: [scores]
**Anti-patterns check**: [PASS/issues found]
**Skill impact**: [if skill modified, note system-wide effects]
If issues found, propose fixes before completing.
npx claudepluginhub jsa-partners/claude-essentials --plugin essentialsOptimizes a single existing Claude Code skill through task-based workflow: analyze structure, gather context, research best practices, identify/apply improvements, validate/review. For 'improve skill' or similar.
Improves Claude Code skills post-use: diagnoses issues from execution (outdated/missing/unclear/wrong), previews diffs, edits SKILL.md after confirmation, logs changes.
Improves existing Claude Code skills by modeling user intent, auditing effectiveness against a rubric, and proposing ranked enhancements like new features, UX gains, and efficiency fixes.