From skillz
Use when setting up or maintaining a project's AI-agent memory file (CLAUDE.md, AGENTS.md, .cursorrules, or copilot-instructions). Captures the durable project context an agent needs every session — stack, structure, conventions, guardrails — in one place, kept concise and free of secrets.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillz:agent-memory-fileThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Give AI agents reliable, durable project context. Without a memory file, every session re-derives the stack, conventions, and rules — inconsistently. This skill defines what belongs in an agent memory file (and what doesn't) so any compatible tool loads the same ground truth.
Give AI agents reliable, durable project context. Without a memory file, every session re-derives the stack, conventions, and rules — inconsistently. This skill defines what belongs in an agent memory file (and what doesn't) so any compatible tool loads the same ground truth.
Use when starting a project that AI agents will work on, when conventions keep getting violated across sessions, or when consolidating scattered rules into one canonical file. Applies to CLAUDE.md, AGENTS.md, .cursor/rules/*.mdc, and copilot-instructions.md.
/docs and keep the memory file as an index.Good: A 60-line AGENTS.md with overview, pinned stack, structure map, commit convention, "work on dev only", and a guardrails list ("never merge without approval", "never commit .env").
Bad: A 600-line file mixing the full API reference, changelog, and meeting notes that no agent will read in full.
npx claudepluginhub tanveerriaz/skillz --plugin skillzProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.