From advanced-memory-mcp
Scaffolds, validates, and packages Claude skills for Advanced Memory MCP using a modular layout and Anthropic gold-standard structure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/advanced-memory-mcp:advanced-memory-skill-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Status**: ✅ Research complete
Status: ✅ Research complete
Last validated: 2025-11-08
Confidence: 🟡 Medium — Ready for packaging – keep sources current
adn_skills_creator(
operation="scaffold",
skill_name="my-new-skill",
output_dir="skills/custom",
category="developer"
)
modules/core-guidance.md.adn_skills_creator(operation="validate", skill_path="skills/custom/my-new-skill")
adn_skills_creator(operation="package", skill_path="skills/custom/my-new-skill", output_dir="dist")
the status banner, and publish.uv run am-skill-creator scaffold my-new-skill --output-dir skills/customuv run am-skill-creator validate skills/custom/my-new-skilluv run am-skill-creator package skills/custom/my-new-skill --output-dir distuv run am-skill-creator upgrade skills/legacy/old-skillthe Source Log and modules/research-checklist.md when revisions are made.the status banner to 🟢 High after field validation and peer review.adn_skills_creator portmanteau – runtime interface for all operations.scripts/refactor_skills_modular.py – bulk upgrade helper.docs/patterns/claude-skills/skill-creator-reference.md – Anthropic gold standard.npx claudepluginhub sandraschi/advanced-memory-mcpCreates, reviews, tests, and packages Anthropic Agent Skills for Claude.ai and Claude Code from docs or projects, with templates, auditing, and trigger testing.
Design and create Claude Skills using progressive disclosure principles. Guides building new skills, planning architecture, and writing content.
Guides creation of production-quality SKILL.md files for Claude Code with architecture, workflow design, and packaging instructions.