Instructions file
Claude Code instructions for alexanderop/awesome-ai-coding, covering claude.md, project purpose, workflow: adding resources, entry format and section detection.
Instructions file
Claude Code instructions for alexanderop/awesome-ai-coding, covering claude.md, project purpose, workflow: adding resources, entry format and section detection.
Command Claude Code
Run both type checking and linting.
Command Claude Code
Run linting checks.
Command Claude Code
Run TypeScript type checking.
Hook Claude Code
Runs after a tool call finishes for Edit, MultiEdit and Write tool calls, executing postedit_ts.sh. From alexanderop/plausible-mcp.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
MCP server Claude CodeCodexCursor +2
MCP server "mcp-plausible" as configured in alexanderop/plausible-mcp. Runs locally from the mcp-plausible npm package.
alexanderop/awesome-claude-code-vue
Skill Claude CodeCodex
Use when answering questions about OR implementing features with Nuxt Content (queries, MDC components, document-driven mode), especially when uncertain about current API - Nuxt Content is frequently updated with breaking changes, so fetch current documentation from llms.txt before responding to ensure accuracy over…
alexanderop/claude-code-memory
Plugin Claude Code
Plugin marketplace listing 1 plugin: memory.
alexanderop/claude-code-memory
Plugin Claude Code
Hermes-style bounded, curated persistent memory for Claude Code: MEMORY.md + USER.md injected at session start, managed through an MCP tool with capacity enforcement, substring matching, dedup, security scanning, and an optional background self-improvement review.
alexanderop/claude-code-memory
Hook
Runs when a session starts, executing inject-memory.mjs and curate.mjs via node (2 commands). From alexanderop/claude-code-memory.
alexanderop/claude-code-memory
Hook
Runs when you submit a prompt, before the agent sees it, executing detect-correction.mjs via node. From alexanderop/claude-code-memory.
alexanderop/claude-code-memory
Hook
Runs after a tool call finishes for Skill tool calls, executing track-skill-use.mjs via node. From alexanderop/claude-code-memory.
alexanderop/claude-code-memory
Hook
Runs when the agent finishes a response, executing review.mjs via node. From alexanderop/claude-code-memory.
alexanderop/claude-code-memory
Skill Claude CodeCodex
Save or update durable facts in persistent memory. Use when the user states a lasting preference, corrects you, reveals an environment/project fact, asks you to "remember" something, or when you learn a convention or lesson worth keeping across sessions. Backed by the memoryadd / memoryreplace / memoryremove MCP tools.