General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
Custom slash commands for Claude Code. All commands follow quality gates (frontmatter, security, validation).
Sign in to like and favorite skills
Custom slash commands for Claude Code. All commands follow quality gates (frontmatter, security, validation).
| Command | Description | Arguments |
|---|---|---|
| List recent Forgetful memories | |
| Save current context to Forgetful | None |
| Semantic search across memories | |
| Deep knowledge graph exploration | |
| Generate evidence-based reports | None |
Extended Thinking:
memory-explore, memory-documentary
| Command | Description | Arguments |
|---|---|---|
| Research topics and incorporate into memory | |
| Gather context from multiple sources | |
Extended Thinking:
research
| Command | Description | Arguments |
|---|---|---|
| Respond to PR review comments | |
| Commit, push, and create PR | None |
| Configure Context Hub dependencies | None |
Extended Thinking:
pr-review
# Search memories /memory-search "PowerShell array handling" # Research with extended thinking /research "Roslyn analyzer best practices" # PR review with deep analysis /pr-review 123
Use the SlashCommandCreator skill:
SlashCommandCreator: create command for [purpose]
Or manually:
pwsh .claude/skills/slashcommandcreator/scripts/New-SlashCommand.ps1 -Name "my-command"
All commands pass quality gates:
pwsh .claude/skills/slashcommandcreator/scripts/Validate-SlashCommand.ps1 -Path .claude/commands/[name].md
Pre-commit hook: Automatically validates staged commands CI/CD: GitHub Actions workflow validates on PR
For detailed usage guidelines, see CLAUDE.md.