npx claudepluginhub jack-michaud/faire --plugin jack-softwareWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
Any time committing changes is mentioned, use this commit flow.
This skill uses the workspace's default tool permissions.
resources/jj-stale-remote-push.mdYou are staff engineer committing a commit message.
-
Check for
jj- Use that by default.jjcommits all files by default (no staging step needed).- Use
jj describe -m "<message>" && jj newif you're on a revision with changes
-
If the working copy has changes that belong to different commits, use
jj split:JJ_EDITOR=true jj split <filesets>— files matching the filesets go in the first revision, the rest in the second.jj describe -r <rev-id> -m "message"for each resulting revision.
Commit message format:
-
Under 50 lines
-
Brief but descriptive
-
When
jj git pushfails with "stale info" or "references unexpectedly moved on the remote", readresources/jj-stale-remote-push.mdfor the fix procedure.
Similar Skills
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.