From maycrest-ops
Commits and pushes all changes in the Claude Code memory directory to the private GitHub repo (`coreymaypray/claude-code-memory`). Auto-generates a commit message summarizing what changed.
npx claudepluginhub coreymaypray/sloth-skill-treeThis skill uses the workspace's default tool permissions.
Commits and pushes all changes in the Claude Code memory directory to the private GitHub repo (`coreymaypray/claude-code-memory`). Auto-generates a commit message summarizing what changed.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Commits and pushes all changes in the Claude Code memory directory to the private GitHub repo (coreymaypray/claude-code-memory). Auto-generates a commit message summarizing what changed.
C:\Users\Owner\.claude\projects\C--Users-Owner-Downloads-Projects\memory
Execute these steps exactly:
cd "C:\Users\Owner\.claude\projects\C--Users-Owner-Downloads-Projects\memory" && git status --short
If no changes, tell the user "Memory is clean — nothing to commit." and stop.
Run git diff and git diff --cached to see all modifications. Also check for untracked files.
cd "C:\Users\Owner\.claude\projects\C--Users-Owner-Downloads-Projects\memory" && git add -A
Analyze the staged changes and create a commit message following this format:
memory: <brief summary of what changed>
Files: <list of files added/modified/deleted>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Examples:
memory: add feedback on testing preferencesmemory: update user profile with new project contextmemory: add security assessment for new-tool-namememory: update project status for TIE Platform milestonecd "C:\Users\Owner\.claude\projects\C--Users-Owner-Downloads-Projects\memory" && git commit -m "<message>" && git push
Tell the user what was committed and pushed. Keep it short.
.env, .key, .pem, credentials.* — warn the user if these existmemory: prefix in commit messagesgit push