claude/ai-resources-plugin/skills/local-commit/SKILL.md
This skill should be used when the user wants to commit changes to the local private repository using lgit. It manages versioning of private AI configuration files.
npx skillsauth add amhuppert/my-ai-resources local-commitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Description of private versioning pattern: !echo $HOME/.claude/agent-docs/local-files-pattern.md
This command commits changes to the local private repository using the lgit wrapper.
!lgit add .
% lgit status
!`lgit status`
% lgit diff --cached
!`lgit diff --cached`
Think hard about the changes and generate a descriptive commit message.
Commit message format:
{one line commit summary}
{more detailed description of changes}
Then commit the changes using lgit commit -m ....
development
Debug a running web app via the web-debugger SDK: app logs, application state, runtime snapshots, React state, query cache.
development
Thoroughly understand a software development objective before implementation: research, identify ambiguities, ask clarifying questions. Use before starting implementation of a non-trivial or ambiguously specified feature, or when requirements leave open design decisions.
development
Locate the on-disk Claude Code transcript file (.jsonl under ~/.claude/projects/) for the current or a specified conversation.
development
Reflect on codebase navigation effectiveness at end of conversation. Surfaces dead ends, inefficiencies, missing context. Does not write files — pair with /kiro:steering-custom to persist.